addUnitInfo.wxss
852 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
46
/* pages/main/finalpay/addUnitInfo/addUnitInfo.wxss */
.page {
background-color: #f5f5f5;
}
.text_translate_34 {
font-family:PingFangSC-Regular,PingFang SC;
font-size: 34rpx;
color: #80000000;
line-height: 24px;
}
.text_black6_32 {
font-family:PingFangSC-Regular,PingFang SC;
font-size: 32rpx;
color: #666666;
text-align: center;
line-height: 32px;
}
.text_black3_34 {
font-family:PingFangSC-Medium,PingFang SC;
font-size: 34rpx;
color: #333333;
text-align: center;
line-height: 24px;
}
.text_gray7_34 {
font-family:PingFangSC-Regular,PingFang SC;
font-size: 34rpx;
color:rgba(119,119,119,1);
line-height: 24px;
}
.input_wrap {
max-width: 500rpx;
height: 104rpx;
font-size: 34rpx;
color: #333;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
float: right
}