healthInsurDetail.wxss
741 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
41
42
43
44
45
/* pages/main/finalpay/otherDeductDetail/healthInsurDetail.wxss */
page {
background-color: #f5f5f5;
}
.text_gray7_34 {
font-family: PingFangSC-Regular, PingFang SC;
font-size: 34rpx;
color: #777;
text-align: center;
line-height: 104rpx;
}
.text_black3_34 {
font-family: PingFangSC-Regular, PingFang SC;
font-size: 34rpx;
color: #333;
text-align: center;
line-height: 104rpx;
}
.input_wrap {
max-width: 600rpx;
height: 104rpx;
font-size: 32rpx;
color: #fff;
text-align: right;
overflow: hidden;
float: right;
}
.arrow_wrap {
width: 60rpx;
height: 60rpx;
margin-top: 20rpx;
}
.red_star_right_10 {
color: red;
font-size: 30rpx;
line-height: 104rpx;
float: left;
margin-right: 10rpx;
}