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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
| .empty {
| margin-top: 200rpx !important;
| }
| .alifont {
| display: inline-block;
| }
|
| .region {
| span {
| margin: 0 4rpx !important;
| }
| }
| .address {
| .default {
| border: 1px solid #ff6262;
| color: #ff6262;
| font-size: 22rpx;
| border-radius: 6rpx;
| align-self: center;
| padding: 2rpx 20rpx;
| }
| .list {
| .item:hover {
| background: #ededed;
| }
|
| .item {
| margin-top: 20rpx;
| font-size: $font-base;
| color: #666;
|
| .basic {
| padding: 30rpx;
| line-height: 1.5em;
| border-bottom: 1px solid $border-color-light;
|
| :nth-child(2) {
| margin: 0 20rpx;
| }
|
| :nth-child(4) {
| color: $font-color-light;
| font-size: $font-sm;
|
| margin-top: 10rpx;
|
| text:nth-child(2) {
| margin: 0;
| }
|
| view {
| font-size: 28rpx;
| }
| }
| }
|
| .edit {
| display: flex;
| justify-content: space-between;
| align-items: center;
| vertical-align: middle;
| height: 80rpx;
| font-size: $font-sm;
| color: $font-color-light;
| padding: 0 30rpx;
|
| .unchecked {
| width: 28rpx;
| height: 28rpx;
| border-radius: 50%;
| border: 1px solid #e0e0e0;
| display: inline-block;
| vertical-align: middle;
| margin-right: 8rpx;
| position: relative;
| top: -2rpx;
| left: 0;
| }
|
| view:nth-child(1) {
| view:nth-child(1) {
| font-size: $font-base;
| color: $main-color;
| margin-right: 8rpx;
| vertical-align: middle;
| }
| }
|
| view:nth-child(2) {
| text {
| margin-left: 5rpx;
| }
|
| .alifont {
| font-size: 32rpx;
| }
|
| .icon-bianji-copy {
| font-size: 28rpx;
| position: relative;
| top: 2rpx;
| left: 0;
| }
|
| .icon-lajitong {
| position: relative;
| top: 4rpx;
| }
| }
|
| .mr-40 {
| margin-right: 40rpx;
| }
| }
| }
| }
|
| .btn {
| background: $light-color;
| position: fixed;
| width: 690rpx;
| bottom: 60rpx;
| height: 80rpx;
| left: 30rpx;
| font-size: 30rpx;
| line-height: 80rpx;
|
| .u-icon {
| margin-right: 10rpx;
| }
| }
| }
|
|