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
| .div_openRecord {
| background-image: url(../img/icon_openRecord.png);
| width: 100%;
| height: 1.14rem;
| background-repeat: no-repeat;
| /** 不重复*/
| background-size: contain;
| position: fixed;
| top: 0.78rem;
| display: -webkit-flex;
| align-items: center;
| justify-content: center;
| color: #FFFFFF;
| font-size: 0.36rem;
| }
|
| .div_cloudPushOrderManage_other {
| margin-top: 1.92rem;
| }
|
| .div_item {
| display: -webkit-flex;
| justify-content: space-between;
| height: 1.4rem;
| background-color: white;
| position: relative;
| }
|
| .div_item_left {
| display: -webkit-flex;
| }
|
| .line {
| position: absolute;
| background-color: #e0e0e0;
| height: 1px;
| width: 7.1rem;
| bottom: 0;
| left: 0.2rem;
| }
|
|