xujing 5 yıl önce
ebeveyn
işleme
ec75217049

+ 1
- 1
src/onlineSelling/pages/records/index.js Dosyayı Görüntüle

@@ -151,7 +151,7 @@ export default class Records extends Component {
151 151
   renderRaiseScreen() {
152 152
     const { building, saleBatch, status } = this.state
153 153
     const sexSelector = ['男', '女']
154
-    const selector = [{buildingTypeName:'楼盘1'}, {buildingTypeName:'楼盘2'},{buildingTypeName:'楼盘3'},{buildingTypeName:'楼盘4'},],
154
+    const selector = [{ buildingTypeName: '楼盘1' }, { buildingTypeName: '楼盘2' }, { buildingTypeName: '楼盘3' }, { buildingTypeName: '楼盘4' }]
155 155
     return (
156 156
       <Block>
157 157
         <View className="base-con">

+ 66
- 128
src/onlineSelling/pages/records/index.scss Dosyayı Görüntüle

@@ -1,3 +1,5 @@
1
+@import "@/styles/theme.scss";
2
+
1 3
 .records {
2 4
   background-color: #F8F8F8;
3 5
   min-height: 100vh;
@@ -63,136 +65,72 @@
63 65
       line-height: 1.6;
64 66
     }
65 67
   }
66
-  .base-con{
67
-    width: 94%;
68
-    height:740px;
69
-    position: absolute;
70
-    left: 3%;
71
-    top: 50%;
72
-    background-color: #fff;
73
-    padding: 40px;
74
-    margin-top: -370px;
75
-    border-radius:12px;
76
-    .con-item{
77
-      display: flex;
78
-      justify-content: space-between;
79
-      margin-bottom: 20px;
80
-    }
81
-    .textarea {
82
-      border: 2px solid #e3e3e3;
83
-      padding: 20px;
84
-      border-radius: 12px;
85
-      width:416px;
86
-      height:160px;
87
-      font-size: 26px;
88
-    }
89
-    .input {
90
-      border: 2px solid #e3e3e3;
91
-      padding: 0 20px;
92
-      border-radius: 4px;
93
-      width:416px;
94
-      height:40px;
95
-      line-height: 40px;
96
-      font-size: 26px;
97
-    }
98
-    .con-picker{
99
-      display: flex;
100
-      align-items: center;
101
-      justify-content: space-between;
102
-      width:456px;
103
-      height:48px ;
104
-      line-height: 48px;
105
-      padding: 0 16px;
106
-      background-color: #f4f4f4;
107
-      .picker{
108
-        width: 400px;
109
-      }
110
-    }
111
-    .right-icon{
112
-      width:18px;
113
-      height:18px;
114
-      border-top: 2px solid #999;
115
-      border-right: 2px solid #999;
116
-      transform:rotate(45deg);
117
-      float: right;
118
-    }
119
-    .bottom-btn{
120
-      margin: 30px auto 0 auto;
121
-      width: 90%;
122
-      height: 80px;
123
-      display: flex;
124
-      align-items: center;
125
-      justify-content: space-between;
126
-      font-size: 30px;
127
-    
128
-      .save{
129
-        background-color: $primary-color;
130
-        color:#fff;
131
-        height: 76px;
132
-        line-height: 76px;
133
-        text-align: center;
134
-        width:240px;
135
-        border-radius:12px;
136
-        border:2px solid $primary-color;
137
-      }
138
-      .cancel{
139
-        color: $primary-color;
140
-        text-align: center;
141
-        height: 76px;
142
-        line-height: 76px;
143
-        width:240px;
144
-        border-radius:12px;
145
-        border:2px solid $primary-color;
146
-      }
147
-    }
68
+  
69
+}
70
+.base-con{
71
+  width: 94%;
72
+  height:740px;
73
+  position: absolute;
74
+  left: 3%;
75
+  top: 50%;
76
+  background-color: #fff;
77
+  padding: 40px;
78
+  margin-top: -370px;
79
+  border-radius:12px;
80
+  .con-item{
81
+    display: flex;
82
+    justify-content: space-between;
83
+    margin-bottom: 20px;
84
+  }
148 85
 
86
+  .con-picker{
87
+    display: flex;
88
+    align-items: center;
89
+    justify-content: space-between;
90
+    width:456px;
91
+    height:48px ;
92
+    line-height: 48px;
93
+    padding: 0 16px;
94
+    background-color: #f4f4f4;
95
+    .picker{
96
+      width: 400px;
97
+    }
149 98
   }
150
-  .content {
151
-    width: 94%;
152
-    height:518px;
153
-    position: absolute;
154
-    left: 3%;
155
-    top: 50%;
156
-    background-color: #fff;
157
-    padding: 40px;
158
-    margin-top: -259px;
159
-    border-radius:12px;
160
-    .textarea {
161
-      border: 2px solid #e3e3e3;
162
-      padding: 20px;
163
-      border-radius: 12px;
164
-      width:416px;
165
-      height:258px;
166
-      font-size: 26px;
99
+  .right-icon{
100
+    width:18px;
101
+    height:18px;
102
+    border-top: 2px solid #999;
103
+    border-right: 2px solid #999;
104
+    transform:rotate(45deg);
105
+    float: right;
106
+  }
107
+  .bottom-btn{
108
+    margin: 30px auto 0 auto;
109
+    width: 90%;
110
+    height: 80px;
111
+    display: flex;
112
+    align-items: center;
113
+    justify-content: space-between;
114
+    font-size: 30px;
115
+  
116
+    .save{
117
+      background-color: $primary-color;
118
+      color:#fff;
119
+      height: 76px;
120
+      line-height: 76px;
121
+      text-align: center;
122
+      width:240px;
123
+      border-radius:12px;
124
+      border:2px solid $primary-color;
125
+    }
126
+    .cancel{
127
+      color: $primary-color;
128
+      text-align: center;
129
+      height: 76px;
130
+      line-height: 76px;
131
+      width:240px;
132
+      border-radius:12px;
133
+      border:2px solid $primary-color;
167 134
     }
168
-    .bottom-btn{
169
-      margin: 70px auto 0 auto;
170
-      width: 90%;
171
-      height: 80px;
172
-      display: flex;
173
-      align-items: center;
174
-      justify-content: space-between;
175
-      font-size: 30px;
176
-    
177
-      .save{
178
-        background-color: $primary-color;
179
-        color:#fff;
180
-        height: 76px;
181
-        line-height: 76px;
182
-        text-align: center;
183
-        width:240px;
184
-        border-radius:12px;
185
-        border:2px solid $primary-color;
186
-      }
187
-      .cancel{
188
-        color: $primary-color;
189
-        text-align: center;
190
-        height: 76px;
191
-        line-height: 76px;
192
-        width:240px;
193
-        border-radius:12px;
194
-        border:2px solid $primary-color;
195
-      }
196
-    } 
197 135
   }
198 136
 }