yonghuxieyi.wxss
723 字节
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
.yonghuxeyi{
padding: 32rpx;
box-sizing: border-box;
margin-bottom:150rpx;
}
.gouxuanleft {
width: 36rpx;
height: 36rpx;
font-size: 0;
}
.gouxuanleft image {
width: 100%;
height: 100%;
}
.gouxuanright {
color: #5b5e63;
font-size: 28rpx;
margin-left: 20rpx;
font-weight: bold;
}
.gouxuan {
display: flex;
align-items: center;
justify-content: center;
margin-top: 20rpx;
margin-left: 32rpx;
margin-right: 32rpx;
}
.quebtn {
width: 286rpx;
height: 88rpx;
background:#409FFE;
opacity: 1;
border-radius: 44rpx;
color: #fff;
font-size: 32rpx;
text-align: center;
line-height: 88rpx;
margin: 40rpx auto 0;
}
.xieyibot{
padding-bottom: 32rpx;
box-sizing: border-box;
}