guide.css
1.19 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
*{
-webkit-touch-callout:none; /*系统默认菜单被禁用*/
-webkit-user-select:none; /*webkit浏览器*/
-khtml-user-select:none; /*早期浏览器*/
-moz-user-select:none;/*火狐*/
-ms-user-select:none; /*IE10*/
user-select:none;
}
.text-panel {
margin-left: 25px;
margin-top: 25px;
margin-right: 25px;
text-align: left;
}
.text-title {
font-size:16px;
font-family:PingFang SC;
font-weight:bold;
color:rgba(55,57,78,1);
}
.text-title-sm {
font-size:14px;
font-family:PingFang SC;
font-weight:bold;
color:rgba(55,57,78,1);
margin-bottom: 13.5px;
}
.text-title-sm-sm {
font-size:12px;
font-family:PingFang SC;
font-weight:bold;
color:rgba(55,57,78,1);
}
.text-area {
font-size:12px;
font-family:PingFang SC;
font-weight:500;
color:rgba(55,57,78,1);
}
p {
font-size:12px;
font-family:PingFang SC;
font-weight:500;
color:rgba(55,57,78,1);
margin-top: 0.2rem;
}
.bold-text {
font-size:12px;
font-family:PingFang SC;
font-weight:bold;
color:rgba(55,57,78,1);
}
.address-title {
font-size:14px;
font-family:PingFang SC;
font-weight:bold;
color:rgba(55,57,78,1);
}
.btn-click:active {
background: #F4F6F9;
}