李志伟 il y a 3 ans
Parent
révision
9ba3a30823
1 fichiers modifiés avec 12 ajouts et 12 suppressions
  1. 12
    12
      src/pages/signup.vue

+ 12
- 12
src/pages/signup.vue Voir le fichier

3
     <img class="bgi" src="../../public/images/signup/bgi.jpg" width="100%" />
3
     <img class="bgi" src="../../public/images/signup/bgi.jpg" width="100%" />
4
     <div class="form">
4
     <div class="form">
5
       <div class="formItem">
5
       <div class="formItem">
6
-        <label>身&nbsp;&nbsp;&nbsp;&nbsp;份</label>
7
-        <div style="margin: 0 10vw 0 20vw; display: inline" @click="handleUser">
8
-          <img class="checkedImg" :src="ischecked ? checked : Unchecked" />
9
-          <label for="huey">用户</label>
10
-        </div>
11
-        <div style="display: inline" @click="handleDesigner">
6
+        <label>身&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;份</label>
7
+        <div style="float: right;margin-right: 3vw;" @click="handleDesigner">
12
           <img class="checkedImg" :src="ischecked ? Unchecked : checked" />
8
           <img class="checkedImg" :src="ischecked ? Unchecked : checked" />
13
           <label for="dewey">设计师</label>
9
           <label for="dewey">设计师</label>
14
         </div>
10
         </div>
11
+        <div style="float: right;margin-right: 7vw;" @click="handleUser">
12
+          <img class="checkedImg" :src="ischecked ? checked : Unchecked" />
13
+          <label for="huey">用户</label>
14
+        </div>        
15
       </div>
15
       </div>
16
       <div class="formItem name">
16
       <div class="formItem name">
17
-        <label>姓&nbsp;&nbsp;&nbsp;&nbsp;名</label>
17
+        <label>姓&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;名</label>
18
         <input
18
         <input
19
           class="userName"
19
           class="userName"
20
           type="text"
20
           type="text"
172
 }
172
 }
173
 .formItem {
173
 .formItem {
174
   position: absolute;
174
   position: absolute;
175
-  width: 80vw;
175
+  width: 82vw;
176
   margin: 6vw;
176
   margin: 6vw;
177
   padding: 3vw;
177
   padding: 3vw;
178
   text-align: left;
178
   text-align: left;
188
   margin-top: 23%;
188
   margin-top: 23%;
189
 }
189
 }
190
 .userName {
190
 .userName {
191
-  width: 80%;
191
+  width: 74%;
192
   background-color: #212226;
192
   background-color: #212226;
193
   outline: none;
193
   outline: none;
194
   border: none;
194
   border: none;
202
   margin-top: 40%;
202
   margin-top: 40%;
203
 }
203
 }
204
 .phone {
204
 .phone {
205
-  width: 79%;
205
+  width: 74%;
206
   background-color: #212226;
206
   background-color: #212226;
207
   outline: none;
207
   outline: none;
208
   border: none;
208
   border: none;
216
   margin-top: 57%;
216
   margin-top: 57%;
217
 }
217
 }
218
 .intendedProduct {
218
 .intendedProduct {
219
-  width: 77%;
219
+  width: 73%;
220
   background-color: #212226;
220
   background-color: #212226;
221
   outline: none;
221
   outline: none;
222
   border: none;
222
   border: none;
230
   margin-top: 74%;
230
   margin-top: 74%;
231
 }
231
 }
232
 .address {
232
 .address {
233
-  width: 77%;
233
+  width: 72%;
234
   background-color: #212226;
234
   background-color: #212226;
235
   outline: none;
235
   outline: none;
236
   border: none;
236
   border: none;