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
|
| .uni-mask {
| position: fixed;
| z-index: 998;
| top: 0;
| right: 0;
| bottom: 0;
| left: 0;
| background-color: rgba(0, 0, 0, .3);
| }
| .uni-popup {
| position: fixed;
| z-index: 999;
| }
| .uni-popup-middle {
| display: flex;
| flex-direction: column;
| align-items: flex-start;
| width: 600rpx;
| /* height:800upx; */
| border-radius: 10rpx;
| top: 50%;
| left: 50%;
| -webkit-transform: translate(-50%, -50%);
| transform: translate(-50%, -50%);
| justify-content: flex-start;
| padding: 30rpx;
| overflow: auto;
| }
| .popup-head{ width: 100%; padding-bottom: 40rpx; box-sizing: border-box; font-size: 30rpx; font-weight: bold;}
| .uni-popup-top {
| top: 0;
| left: 0;
| width: 100%;
| height: 100rpx;
| line-height: 100rpx;
| text-align: center;
| }
| .uni-popup-bottom {
| left: 0;
| bottom: 0;
| width: 100%;
| text-align: center;
| }
|
|
| .order-express.data-v-0d77e85e {
| background: #ffffff;
| }
| .order-express .icon-box .iconfont.data-v-0d77e85e {
| font-size: 50rpx;
| }
| .order-datail.data-v-0d77e85e {
| padding-bottom: 90 rpx;
| }
|
|