Baozhangchao 3 년 전
부모
커밋
96566e54c2
1개의 변경된 파일12개의 추가작업 그리고 12개의 파일을 삭제
  1. 12
    12
      src/pages/signup.vue

+ 12
- 12
src/pages/signup.vue 파일 보기

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 class="userName" type="text" placeholder="请输入姓名" v-model="formData.userName" />
18
         <input class="userName" type="text" placeholder="请输入姓名" v-model="formData.userName" />
19
       </div>
19
       </div>
20
       <div class="formItem phonediv">
20
       <div class="formItem phonediv">
147
 }
147
 }
148
 .formItem {
148
 .formItem {
149
   position: absolute;
149
   position: absolute;
150
-  width: 80vw;
150
+  width: 82vw;
151
   margin: 6vw;
151
   margin: 6vw;
152
   padding: 3vw;
152
   padding: 3vw;
153
   text-align: left;
153
   text-align: left;
163
   margin-top: 23%;
163
   margin-top: 23%;
164
 }
164
 }
165
 .userName {
165
 .userName {
166
-  width: 80%;
166
+  width: 74%;
167
   background-color: #212226;
167
   background-color: #212226;
168
   outline: none;
168
   outline: none;
169
   border: none;
169
   border: none;
177
   margin-top: 40%;
177
   margin-top: 40%;
178
 }
178
 }
179
 .phone {
179
 .phone {
180
-  width: 79%;
180
+  width: 74%;
181
   background-color: #212226;
181
   background-color: #212226;
182
   outline: none;
182
   outline: none;
183
   border: none;
183
   border: none;
191
   margin-top: 57%;
191
   margin-top: 57%;
192
 }
192
 }
193
 .intendedProduct {
193
 .intendedProduct {
194
-  width: 77%;
194
+  width: 73%;
195
   background-color: #212226;
195
   background-color: #212226;
196
   outline: none;
196
   outline: none;
197
   border: none;
197
   border: none;
205
   margin-top: 74%;
205
   margin-top: 74%;
206
 }
206
 }
207
 .address {
207
 .address {
208
-  width: 77%;
208
+  width: 72%;
209
   background-color: #212226;
209
   background-color: #212226;
210
   outline: none;
210
   outline: none;
211
   border: none;
211
   border: none;