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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
| .revise-box {
| width: 400rpx;
| height: 300rpx;
| border-radius: 25px;
| }
| .revise-box-top {
| width: 400rpx;
| height: 120rpx;
| border-radius: 25px;
| }
| .changeBox {
| width: 400rpx;
| height: 100rpx;
| }
| .num-box {
| margin-left: 100rpx;
| }
| .revise-box-buttom{
| margin-left: 130rpx;
| }
| .bg-false {
| background-color: #FFFFFF;
| }
| .bg-true {
| background-color: #ebebeb;
| }
| .data-list {
| border-bottom: 1px solid #d8d8d8;
| height: 180rpx;
| margin: 15rpx;
| border-radius: 20rpx;
| }
| .data-list:first-child {
| /* margin-top: 20rpx; */
| }
| .data-list:last-child {
| margin-bottom: 120rpx;
| }
| /* .data-list-left {
| display: inline-block;
| float: left;
| text-align: center;
| width: 100rpx;
| height: 180rpx;
| line-height: 180rpx;
| } */
| .data-list-left {
| display: inline-block;
| float: left;
| margin-left: 6%;
| height: 180rpx;
| color: #676767;
| }
| .matnr {
| padding-top: 10rpx;
| }
| .data-list-right {
| display: inline-block;
| float: right;
| height: 180rpx;
| line-height: 180rpx;
| }
| /* display: inline-block;
| float: right;
| width: 200rpx;
| height: 180rpx;
| line-height: 180rpx; */
| .data-list-right label {
| display: inline-block;
| float: left;
| width: 80rpx;
| height: 180rpx;
| }
|
|