1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
| .apply-condition {
| margin-top: 292rpx;
| position: relative;
| }
| .apply-condition .btn-red-border {
| padding: 0 12rpx;
| font-size: 24rpx;
| line-height: normal;
| border-radius: 60rpx;
| }
| .apply-condition .btn-gcred {
| width: 600rpx;
| height: 88rpx;
| line-height: 88rpx;
| border-radius: 44rpx;
| box-shadow: 0 8rpx 16rpx 0 rgba(226, 35, 26, 0.6);
| }
|
|