MrShi
昨天 4eac422e52a4d28fb651b75d0f054697c7a2c0fa
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
@charset "UTF-8";
/* 颜色变量 */
.address.data-v-3358de80 {
  width: 100%;
  padding: 32rpx;
  box-sizing: border-box;
  background-color: #ffffff;
}
.address .address_item.data-v-3358de80 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32rpx;
  padding-bottom: 32rpx;
  border-bottom: 2rpx solid #F4F5F4;
}
.address .address_item.data-v-3358de80:first-child {
  margin-top: 0 !important;
}
.address .address_item.data-v-3358de80:last-child {
  padding-bottom: 0 !important;
  border: none !important;
}
.address .address_item .address_item_info.data-v-3358de80 {
  width: 504rpx;
  display: flex;
  flex-direction: column;
}
.address .address_item .address_item_info .top.data-v-3358de80 {
  display: flex;
  align-items: center;
}
.address .address_item .address_item_info .top text.data-v-3358de80:nth-child(1) {
  padding: 4rpx 6rpx;
  font-size: 24rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #D20A0A;
  border-radius: 4rpx;
  border: 2rpx solid #D20A0A;
  margin-right: 12rpx;
}
.address .address_item .address_item_info .top text.data-v-3358de80:nth-child(2) {
  font-size: 28rpx;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  margin-right: 12rpx;
}
.address .address_item .address_item_info .top text.data-v-3358de80:nth-child(3) {
  font-size: 24rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.address .address_item .address_item_info .bottom.data-v-3358de80 {
  margin-top: 20rpx;
  font-size: 24rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.address .address_item image.data-v-3358de80 {
  flex-shrink: 0;
  width: 26rpx;
  height: 26rpx;
  margin-left: 15rpx;
}
.address .address_footer.data-v-3358de80 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10rpx 56rpx calc(10rpx + env(safe-area-inset-bottom)) 56rpx;
  background-color: #ffffff;
}
.address .address_footer .address_footer_submit.data-v-3358de80 {
  width: 100%;
  height: 72rpx;
  line-height: 72rpx;
  text-align: center;
  font-size: 32rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  background: linear-gradient(270deg, #D20A0A 0%, #D95A5A 100%);
  border-radius: 36rpx 36rpx 36rpx 36rpx;
}