apply.wxss
823 字节
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
.content {
padding: 24rpx;
}
.items {
height: 88rpx;
display: flex;
align-items: center;
background-color: #fff;
padding: 0 24rpx;
box-sizing: border-box;
width: 100%;
margin-bottom: 16rpx;
}
.select {
font-size: 28rpx;
font-family: Noto Sans SC-Regular, Noto Sans SC;
font-weight: 400;
color: #7985A4;
line-height: 44rpx;
}
.ipt {
color: #7985A4;
}
.uni-data-select {
color: #7985A4 !important;
}
.btm {
height: 112rpx;
background-color: #fff;
width: 100%;
padding: 12rpx 24rpx;
box-sizing: border-box;
position: fixed;
bottom: 0;
left: 0;
}
.btn {
background-color: #ABB4CC;
border-radius: 112rpx;
width: 100%;
height: 100%;
display: flex;
align-items: center;
font-size: 32rpx;
color: #fff;
justify-content: center;
}