闫增涛
2024-04-15 cb6bb8bda31df75afe5a5bd50fe8e3ff6a3d34e2
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
/* pages/bookServices/detail/components/suggest/suggest.wxss */
 
.t-input__wrap .t-input__content,
.t-input__control {
  font-size: 28rpx !important;
}
 
.placeholder {
  color: rgba(0, 0, 0, 0.26);
  line-height: 96rpx;
  height: 96rpx !important;
  display: flex;
  align-items: center;
}
 
.dialog-input {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  margin-top: 32rpx;
  border-radius: 8rpx;
  background-color: #f3f3f3;
  box-sizing: border-box;
}
 
.placeholder {
  color: rgba(0, 0, 0, 0.4);
  line-height: 96rpx;
}
 
 
 
.demo-rate__title {
  width: 200rpx;
}
 
.demo-rate__transparent {
  background-color: transparent;
  padding-left: 32rpx;
  border: 0;
}
 
.block {
  position: relative;
  width: 240px;
  height: 240px;
  background: #fff;
  border-radius: 16rpx;
}
 
.close-btn {
  position: absolute;
  left: 50%;
  margin-left: -32rpx;
  bottom: calc(-1 * (48rpx + 64rpx));
}
 
.wrapper {
  margin: 32rpx;
  display: block;
}
 
.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 40rpx;
  padding: 100rpx 40rpx 0rpx 40rpx;
  width: 600rpx;
  background-image: linear-gradient(to bottom, #FFF8E5, #fffcf5);
}
 
.demo-rate {
  width: 350rpx;
  margin: 20rpx 0;
}
 
.phone {
  --td-input-border-radius: 20rpx;
  border-radius: 20rpx;
}
 
.phone-input {
  width: 100%;
  margin-bottom: 16rpx;
}
 
.submit-btn {
  padding: 40rpx;
  --td-button-border-radius: 60rpx;
  --td-button-primary-bg-color: #ff6c00;
  --td-button-primary-border-color: #ff6c00;
  --td-button-primary-active-bg-color: #ff984d;
  --td-button-primary-active-border-color: #ff984d;
}
 
.top-icon {
  top: -50rpx;
  left: 40%;
  position: absolute;
}
 
.top-icon image {
  width: 146rpx;
  height: 146rpx;
}
 
.top-title {
  width: 160rpx;
  color: #0F1214;
  font-size: 40rpx;
  font-weight: bold;
}
 
 
.phone-input .input-placeholder {
  font-size: 28rpx !important
}