index.wxss
984 Bytes
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
button.data-v-ae4727e4{ font-size: 32rpx; background: linear-gradient(90deg, #00C176, #3ed89b);}
.richContent.data-v-ae4727e4{padding: 40rpx 40rpx 100rpx;
line-height: 1.6;
background: #fff;}
.richContent2.data-v-ae4727e4{padding: 0 0 40rpx;
line-height: 1.6;
background: #fff;}
.graybg.data-v-ae4727e4 {
background: #f7f8fa;
height: 100vh;
padding: 0 0 100rpx;
width: 100vw;
overflow: auto;
}
.whitebg.data-v-ae4727e4 {
background: #fff;
margin-top: 15rpx;
border-radius: 20rpx;
margin-bottom: 90rpx;
}
.payBtn.data-v-ae4727e4 {
width: 750rpx;
line-height: 90rpx;
height: 120rpx;
text-align: center;
background: #ff8124;
color: #ffffff;
font-size: 36rpx;
border-radius: 20rpx 20rpx 0px 0px;
position: fixed;
bottom: 0;
}
.uni-list-cell.data-v-ae4727e4::after {
display: none;
}
.formBox.data-v-ae4727e4{ background: #fff;
padding: 50rpx 40rpx;
margin: 0 30rpx;
border-radius: 20rpx;}