agreement.wxss
508 字节
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
page{
background: #f4f4f4
}
.agreementname{
color:#333333;
font-size: 36rpx;
text-align: center;
margin-top:60rpx;
}
.agreementcontent{
width:691rpx;
margin:0 auto;
color:#4F4F4F;
font-size:24rpx;
margin-top:30rpx;
}
.agreementbottom{
display:flex;
align-items: center;
margin:53rpx 29rpx 0;
}
.agreementleft{
width:26rpx;
height:28rpx;
font-size: 0
}
.agreementleft image{
width:100%;
height:100%;
}
.agreeall{
color:#333333;
font-size: 24rpx;
margin-left:21rpx;
}