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
@import "../../font/iconfont.acss";
page {
background: #fff;
font-family: PingFangSC-Regular;
font-size: 30rpx;
color: #191F25;
line-height: 42rpx;
padding-bottom: 180rpx;
}
.confirm>view {
width: 100%;
height: 96rpx;
font-size: 36rpx;
text-align: center;
line-height: 96rpx;
color: #fff;
background: #3296FA;
border: 1prx solid rgba(25, 31, 37, 0.12);
border-radius: 48rpx;
}
.confirm {
background: #fff;
width: 682rpx;
padding: 32rpx 34rpx;
position: fixed;
bottom: 0;
}
.remarkInput {
padding: 32rpx 32rpx 0 32rpx;
}
.textarea {
padding-left: 0!important;
display: block;
}