yulanfapiao.wxss
732 字节
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
.fapiaoitem {
display: flex;
align-items: center;
padding: 32rpx 0;
box-sizing: border-box;
border-bottom: 1rpx solid #f5f5f5;
justify-content: space-between;
}
.fapiaobox {
border-top: 24rpx solid #f9f9f9;
padding: 0 32rpx;
box-sizing: border-box;
}
.fapiaoitemleft {
color: #06121e;
font-size: 28rpx;
font-weight: bold;
width: 310rpx;
}
.fapiaoitemright {
width: 390rpx;
color: #5b5e63;
font-size: 28rpx;
text-align: right;
}
.fapiaoitemright input {
width: 100%;
}
.wancheng {
width: 686rpx;
height: 88rpx;
background: rgba(251, 99, 36, 1);
opacity: 1;
border-radius: 8rpx;
color:#fff;
font-size: 32rpx;
text-align: center;
margin:74rpx auto 0;
line-height: 88rpx;
}