app.css
1.9 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
.dinbu {
width: 100%;
height: 72px;
background: #ffffff;
border-radius: 0px 0px 32px 32px;
box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.10000000149011612);
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 43px;
padding-right: 43px;
box-sizing: border-box;
position: fixed;
top: 0;
left: 0;
z-index: 999;
}
.wuliu {
width: 225px;
height: 72px;
}
.touxian{
display: flex;
align-items: center;
}
.tou-img{
display: flex;
align-items: center;
cursor: pointer;
color: #606266;
}
.name:hover{
color: royalblue;
}
.tuichus:hover{
color: royalblue;
cursor: pointer;
}
.touxina{
width: 23px;
height: 24px;
}
.name{
font-size: 16px;
color: #606266;
margin-left: 11px;
}
.you-img{
width: 24px;
height: 24px;
cursor: pointer;
}
.yous{
position: relative;
margin-left: 32px;
}
.dian{
width: 11px;
height: 11px;
background: #f56c6c;
position: absolute;
right: -5px;
top: -5px;
border-radius: 50%;
}
.tuichus{
font-size: 15px;
color: #909399;
margin-left: 32px;
}
.yunshu{
width: 30%;
display: flex;
align-items: center;
justify-content: space-between;
}
.yun{
font-size: 16px;
color: #606266;
position: relative;
cursor: pointer;
font-weight: 600;
}
.yun:hover{
color: #2F54EB;
}
.active{
font-size: 16px;
color: #2F54EB;
position: relative;
cursor: pointer;
font-weight: 600;
}
.gexian{
width: 37px;
height: 5px;
background: #2F54EB;
border-radius: 3px;
position: absolute;
bottom: -15px;
left: 50%;
transform: translate(-50%,-50%);
box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.10000000149011612);
}