hint.wxss
737 字节
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
/* pages/hint/hint.wxss */
.hint_txt{
color:#333333;
font-size: 32rpx;
font-weight: bold;
text-align: center;
margin: 170rpx auto 20rpx auto;
}
.blue{
color:#4FA1EB;
}
.hint_subtxt{
color:#333;
font-size:28rpx;
text-align:center;
font-weight: bold;
margin: 0 auto 137rpx auto;
}
.numbox{
display: inline-block;
background: #4FA1EB;
width:56rpx;
height: 56rpx;
border-radius: 50%;
margin: 0 18rpx;
color:#fff;
font-size:44rpx;
font-weight: bold;
text-align: center;
line-height: 56rpx;
}
.btn{
display: flex;
align-items: center;
justify-content: center;
background: #4FA1EB;
border-radius: 4rpx;
width:560rpx;
height: 90rpx;
font-size:28rpx;
font-weight: bold;
color:#fff;
}
.btn:active{
opacity: 0.7;
}