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
| .mp_head {
| line-height: 35px;
| border-bottom: #dedede 1px solid;
| overflow: hidden;
| }
|
| .mp_head ul {
| padding: 0;
| }
|
| .mp_head ul li {
| padding: 0;
| float: left;
| display: inline-block;
| }
|
| .mp_head ul li i {
| width: 28px;
| height: 25px;
| line-height: 25px;
| text-align: center;
| background: #f5f5f5;
| border: #dedede 1px solid;
| color: #3374e0;
| display: inline-block;
| font-size: 16px;
| margin-left: 10px;
| cursor: pointer;
| }
|
| .ml10 {
| margin-left: 10px
| }
|
| .mp_head2 {
| width: 100%;
| height: 45px;
| line-height: 45px;
| text-align: center;
| }
|
| .dark .mp_head ul li i {
| background-color: rgba(63, 72, 84, 0.6);
| border: #dedede 1px solid;
| color: #ffffff;
| }
|
|