index.css
1.51 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
body {
background: #F6F7FB;
}
.main {
background: #fff;
width: 10rem;
margin: 0 auto;
}
.switchTab {
width: 10rem;
height: 1rem;
line-height: 1rem;
display: flex;
align-items: center;
margin-top: 0.15rem;
background: #fff;
}
.switchTab div {
flex: 1;
text-align: center;
color: #8D8D8D;
font-size: 0.427rem;
}
.switchTab div.selected {
font-weight: bold;
position: relative;
color: #222222
}
.switchTab div.selected::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 0.253rem;
height: 0.08rem;
border-radius: 0.04rem;
background: #222222;
}
.textCon, .textCon2 {
width: 10rem;
min-height: 100vh;
box-sizing: border-box;
padding: 0 0.56rem 0 0.507rem;
font-size: 0.373rem;
line-height: 0.6rem;
color: #22222B;
padding-bottom: 0.4rem;
;
}
.subTitle {
width: 3.947rem;
height: 0.987rem;
background: url(../images/title.png) no-repeat;
background-size: contain;
text-align: center;
color: #22222B;
font-size: 0.4rem;
font-weight: bold;
margin: 0 auto;
margin-top: 0.32rem;
box-sizing: border-box;
padding-top: 0.1rem;
line-height: 0.9rem;
}
.redBgTitle {
width: 3.947rem;
height: 0.987rem;
background: url(../images/red_bg_title.png) no-repeat;
background-size: contain;
}
.textCon p {
margin-top: 0.4rem;
}
.textCon span {
color: #00F7FF;
}
.textCon2 {
display: none;
}