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
@import "../../font/iconfont.acss";
page {
background: #f6f6f6;
font-family: PingFangSC-Regular;
font-size: 34rpx;
color: #191F25;
padding-bottom: 180rpx;
}
.remindList {
background: #fff;
padding-left: 32rpx;
}
.remindContent {
line-height: 112rpx;
height: 112rpx;
display: flex;
padding-right: 32rpx;
justify-content: space-between;
border-bottom: 1rpx solid rgba(25, 31, 37, 0.12);
}
.confirm {
background: #fff;
width: 682rpx;
padding: 24rpx 34rpx;
position: fixed;
bottom: 0;
}
.confirm>view {
width: 100%;
height: 90rpx;
font-size: 36rpx;
text-align: center;
line-height: 90rpx;
color: #fff;
background: #3296FA;
border: 1prx solid rgba(25, 31, 37, 0.12);
border-radius: 48rpx;
}
.iconxuanzhong1 {
color: #fff;
}
.select {
color: #1890FF;
}