Przeglądaj źródła

Merge branch 'master' of http://git.bozedu.net:3000/872880485/nml_mobile

WINDOWS-7IFQK7E\EDY 2 lat temu
rodzic
commit
204c0020fd

+ 16 - 9
src/pages/_home/xszc.vue

@@ -26,7 +26,7 @@
           <div class="flex items-center w-full mt-2">
             <span>姓名</span>
             <input
-              class="pl-2 py-2 ml-2 w-7/9"
+              class="pl-2 py-2 ml-2 w-70vw"
               style="border: 1px solid #f2f2f2; border-radius: 5px"
               v-model="g.student_realname"
               label="姓名"
@@ -36,10 +36,10 @@
           <div class="flex items-center w-full mt-2">
             <span>年级</span>
             <select
-              class="w-7/9 bg-light-100 py-3 pl-2 ml-2 border_gray"
+              class="w-70vw bg-light-100 py-3 pl-2 ml-2 border_gray"
               v-model="g.gradenum"
             >
-              <option value="" label="年级" disabled class="text-gray-500">
+              <option value="" label="年级" disabled class="text-gray-500 w-70vw">
                 年级
               </option>
               <option
@@ -55,11 +55,11 @@
           <div class="flex items-center w-full mt-2">
             <span>班级</span>
             <select
-              class="w-7/9 bg-light-100 py-3 pl-2 ml-2 border_gray"
+              class="w-70vw bg-light-100 py-3 pl-2 ml-2 border_gray"
               v-model="g.classnum"
             >
-              <option class="w-full" value="" label="班级" disabled>班级</option>
-              <option v-for="b in 30" :key="b" :value="b" :label="b + '班'">
+              <option class="w-70vw" value="" label="班级" disabled>班级</option>
+              <option class="w-70vw" v-for="b in 30" :key="b" :value="b" :label="b + '班'">
                 {{ b }}班
               </option>
             </select>
@@ -67,11 +67,11 @@
           <div class="flex items-center w-full my-2">
             <span>关系</span>
             <select
-              class="w-7/9 bg-light-100 py-3 pl-2 ml-2 border_gray"
+              class="w-70vw bg-light-100 py-3 pl-2 ml-2 border_gray"
               v-model="g.relation"
             >
-              <option class="w-full" value="" label="关系" disabled>关系</option>
-              <option class="w-full" v-for="(b,i) in relationList" :key="i" :value="b" :label="b">
+              <option class="w-70vw" value="" label="关系" disabled>关系</option>
+              <option class="w-70vw" v-for="(b,i) in relationList" :key="i" :value="b" :label="b">
                 {{ b }}
               </option>
             </select>
@@ -247,4 +247,11 @@ function handleBack() {
   background-color: #000000;
   opacity: 0.3;
 }
+select{
+  appearance:none;
+  -moz-appearance:none;
+  -webkit-appearance:none;
+  outline: none;
+}
+select::-ms-expand { display: none; }
 </style>

+ 3 - 2
src/pages/_user/bzrgz.vue

@@ -707,9 +707,10 @@ h3::before {
 .reject-nav {
   padding: 20px;
   h3 {
-    width: 20vw;
-  }
+    width: 25vw;
+    font-size: 4.4vw;
 }
+} 
 .cover {
   position: fixed;
   top: 0;

+ 6 - 5
src/pages/myChildren/index.vue

@@ -195,7 +195,7 @@ table {
   }
   th,
   td {
-    font-size: 3.8vw;
+    font-size: 3.6vw;
     letter-spacing: 0;
     text-align: left;
   }
@@ -208,11 +208,11 @@ table {
     overflow: hidden;
   }
   .wxname {
-    width: 22vw;
+    width: 26vw;
     overflow: hidden;
   }
   .parent{
-    width: 18vw;
+    width: 16vw;
     overflow: hidden;
   }
   .relative {
@@ -275,9 +275,10 @@ table {
     cursor: pointer;
   }
   h3 {
-    width: 1.26 * 13.3vw;
+    width: 20vw;
     height: 0.4 * 13.3vw;
-    font-size: 0.3 * 13.3vw;
+    text-align:center;
+    font-size: 4vw;
     position: relative;
   }
   h3::before {

+ 17 - 6
src/pages/recruit/index.vue

@@ -1,17 +1,18 @@
 <template>
-  <div>
+  <div class="bg_gray pb-10">
     <van-nav-bar title="申请表单" />
     <van-form @submit="onSubmit" class="w-full">
-      <div class="bg-light-50 w-8/9 px-4 center text-3.7vw rounded-md pb-4">
+      <div class="bg-light-50 w-95vw px-3 center text-3.7vw rounded-md pb-4">
         <div class="flex items-center w-full mt-2">
           <span class="text-red-500">*</span>
           <span>应聘类型</span>
           <select
-            class="w-7/10 bg-light-100 py-3 pl-2 ml-2 text-right"
+            class="w-65vw bg-light-100 py-3 pl-2 ml-2 text-right"
             v-model="ruleForm.nzy_yplx"
           >
             <option
               v-for="t in typeList"
+              class="w-65vw"
               :key="t.value"
               :value="t.name"
               :label="t.name"
@@ -61,7 +62,7 @@
           <span class="text-red-500">*</span>
           <span>申报项目</span>
           <select
-            class="w-7/10 bg-light-100 py-3 pl-2 ml-2 text-right"
+            class="w-65vw bg-light-100 py-3 pl-2 ml-2 text-right"
             v-model="ruleForm.nzy_kk_id"
           >
             <option
@@ -101,7 +102,7 @@
           <span class="text-red-500">*</span>
           <span>专业最高荣誉</span>
           <input
-            class="pl-2 py-2 ml-2 w-6/10 text-right"
+            class="pl-2 py-2 ml-2 w-53vw text-right"
             v-model="ruleForm.nzy_zgry"
             label="专业最高荣誉"
             placeholder="请填写"
@@ -189,7 +190,7 @@
             maxlength="150"
             placeholder="请输入留言"
             type="textarea"
-            class="bg-gray-200 mt-2"
+            class="bg_gray"
             show-word-limit
           />
         </div>
@@ -320,6 +321,9 @@ function onSubmit() {
 }
 </script>
 <style lang="scss" scoped>
+.bg_gray{
+  background-color: #f2f2f2;
+}
 .center {
   margin: 0 auto;
 }
@@ -342,4 +346,11 @@ function onSubmit() {
 ::v-deep .van-divider {
   margin: 0;
 }
+select{
+  appearance:none;
+  -moz-appearance:none;
+  -webkit-appearance:none;
+  outline: none;
+}
+select::-ms-expand { display: none; }
 </style>