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
| .page {
| box-sizing: border-box;
| padding: 30rpx;
| }
| .u-checkbox-group {
| display: flex;
| flex-direction: column;
| }
| .u-form-item {
| padding: 0;
| }
|
| .packer-popup {
| ::v-deep .u-mode-center-box {
| border-radius: 30rpx;
| }
| .popup-row {
| background-image: url("~@/static/custom/packing/row_bg.png");
| background-size: 100% auto;
| background-repeat: no-repeat;
| height: 89rpx;
| width: 520rpx;
| display: flex;
| justify-content: space-between;
| padding-top: 12rpx;
| padding-left: 14rpx;
| padding-right: 20rpx;
| }
| }
|
|