闫增涛
2024-02-23 fdfb3ca757ecd6c396632ed276ff354671d3a7e5
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
page {
  background-color: #f5f5f5;
}
page .divider-line {
  width: 100%;
  height: 20rpx;
  background-color: #f5f5f5;
}
.address-flex-box {
  display: flex;
  flex-wrap: wrap;
}
.address-detail {
  font-size: 30rpx;
}
.address-detail-wx-location {
  background: #fff;
  padding: 24rpx 32rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.address-detail-wx-arrow {
  align-items: flex-end;
}
 
.form-cell .t-cell__title {
  width: 144rpx;
  padding-right: 32rpx;
  flex: none !important;
}
 
.textarea__wrapper {
  width: 100%;
}
 
.textarea__wrapper .t-textarea {
  padding: 0 !important;
}
 
.form-address .map {
  font-size: 48rpx !important;
  margin-left: 20rpx;
  color: #9d9d9f;
}
 
.address__tag {
  justify-content: flex-start !important;
}
 
.form-address .label-list {
  background: #f5f5f5;
  color: #333;
  min-width: 100rpx;
  margin-right: 32rpx;
  font-size: 26rpx;
  border: 2rpx solid transparent;
  width: auto;
}
.form-address .label-list::after {
  content: none;
}
.form-address .active-btn {
  color: #fa4126;
  border: 2rpx solid #fa4126;
  background: rgba(255, 95, 21, 0.04);
}
.form-address .active-btn::after {
  border: 4rpx solid #ff5f15;
}
 
.submit {
  box-sizing: border-box;
  padding: 64rpx 30rpx 88rpx 30rpx;
}
.submit .btn-submit-address {
  background: #fa4126 !important;
  color: #fff !important;
}
 
.dialog__button-confirm {
  color: #fa4126 !important;
}
 
.form-address .form-content {
  --td-input-vertical-padding: 0;
}
 
.dialog__input {
  margin-top: 32rpx;
  border-radius: 8rpx;
  box-sizing: border-box;
  --td-input-vertical-padding: 12px;
  --td-input-bg-color: #f3f3f3;
}