header.css
732 Bytes
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
.el-header {
background-color: #fff;
color: #555;
text-align: center;
height: .58rem !important;
font-size: 0.2rem;
padding-right: 0.85rem;
padding-left: 1.2rem;
border-bottom: 1px solid rgba(170, 170, 170, .2);
}
.element-main {
background-color: #E9EEF3;
color: #333;
text-align: center;
font-size: 0.18rem;
font-weight: normal;
box-sizing: border-box;
}
/* header title */
.asis-title {
color: #555;
line-height: .58rem;
}
.more-option-wrapper {
float: right;
font-size: 0.12rem;
color: #666;
cursor: pointer;
margin-top: 0.18rem;
}
.more-option-arrow {
transition: transform .3s;
}
.more-option-up {
transform: rotate(-180deg);
}