gash.less
1.14 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
body{
background: #000;
}
.gash-phone-ul{
width: 10rem;
margin: 0 auto;
li{
position: relative;
height: 1.45rem;
background: #171717;
margin-bottom: 0.15rem;
color: #D1D1D1;
line-height: 1.45rem;
font-size: 0.37rem;
text-indent: 0.4rem;
span{
position: absolute;
right: 0.5rem;
top: 0.25rem;
img{
height: 0.8rem;
}
}
}
}
.gash-for-ul{
margin: 0 auto;
width: 10rem;
li{
height: 1.45rem;
line-height: 1.45rem;
color: #00F8DC;
background: #171717;
margin-bottom: 0.05rem;
img{
width: 0.5rem;
vertical-align: middle;
margin-top: -0.1rem;
margin-left: 0.5rem;
}
span{
margin-left: 0.3rem;
font-size: 0.45rem;
}
button{
height: 0.73rem;
line-height: 0.75rem;
width: 2.2rem;
background: linear-gradient(to right, #00f088, #00a0e9);
border-radius: 2rem;
color: #fff;
float: right;
margin-top: 0.35rem;
margin-right:0.46rem;
font-size: 0.4rem;
}
}
}
.gash-tips{
text-align: center;color: #00a0e9; margin-top: 1.5rem;
margin-bottom: 0.5rem;
}