top.css
1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.right_header {
height: 100px;
background-color: #fff;
min-width: 1013px;
}
.right_header .user_logo {
margin-right: 20px;
margin-top: 30px;
cursor: pointer;
}
.right_header .user_logo img {
border-radius: 50% 50%;
height: 40px;
width: 40px;
}
.right_header .message_icon {
margin-right: 20px;
margin-top: 35px;
cursor: pointer;
}
.right_header .message_icon .icon {
font-size: 30px;
color: #ADB6BF;
}
.right_header .message_icon .num {
font-size: 11px;
color: #fff;
border-radius: 8px;
background: #FC4C4C;
height: 16px;
line-height: 16px;
padding: 0 5px;
position: relative;
top: -15px;
left: -10px;
}
.right_header .input_div {
margin-right: 20px;
width: 220px;
height: 40px;
margin-top: 30px;
padding: 0 15px;
border-radius: 20px;
background-color: #F5F9FC;
position: relative;
}
.right_header .input_div input {
background-color: #F5F9FC;
font-size: 14px;
color: #686E73;
height: 40px;
width: 175px;
display: block;
line-height: 40px;
}
.right_header .input_div span {
font-size: 30px;
position: absolute;
right: 25px;
top: 0px;
height: 40px;
line-height: 40px;
color: #ADB6BF;
cursor: pointer;
}