Explorar el Código

专业能力和结业证书查询的样式

littlegreen hace 2 años
padre
commit
50bbc83181

+ 16 - 2
ruoyi-ui/src/views/certInquire/index.vue

@@ -123,6 +123,17 @@
   font-family: 楷体;
   font-size: 16px;
 }
+
+.proBox-img{
+  width: 750px;
+  height: 525px;
+  position: absolute;
+  top: 0;
+  left: 0;
+}
+
+
+
 .tit {
   color: #000;
   /* color: #892f27; */
@@ -149,10 +160,13 @@
   text-align: left;
   margin: 10px 0;
   line-height: 32px;
-  text-indent: 2em;
+  // text-indent: 2em;
+  text-indent: 3em;
   position: absolute;
     /* top: 129px; */
-    bottom: 265px;
+  bottom: 265px;
+  margin-top: 30px;
+   padding-right: 50px;
 }
 .con-name {
   font-family:黑体 ;

+ 12 - 6
ruoyi-ui/src/views/certInquire/profess/index.vue

@@ -1,9 +1,13 @@
 <template>
     <div>
-      <div style="text-align: center;line-height: 50px;">
-          <span class="main-title" style="margin: 0 10px;font-weight: bold;" >专业能力证书查询</span>
-      </div>
-      <div>
+      <div class="main-content">
+        <div class="img-box">
+              <img src="../../../assets/logo/logo2.png" alt="广东省教师继续教育学会">
+          </div>
+        <div style="text-align: center;line-height: 50px;">
+            <span class="main-title" style="margin: 0 10px;font-weight: bold;" >专业能力证书查询</span>
+        </div>
+        <div>
           <div class="label-box">
               <div class="label-title">
                   <p>持证人姓名</p>
@@ -30,10 +34,12 @@
               <button class="btn-reset">重置</button>
               <button class="btn-search" @click="handleSearch">查询</button>
           </div>
+        </div>
       </div>
     </div>
+
 </template>
-  
+
 <script>
 import { getCodeImg } from "@/api/login";
 export default {
@@ -77,4 +83,4 @@ export default {
 
 <style>
 
-</style>
+</style>

+ 9 - 4
ruoyi-ui/src/views/certInquire/train/index.vue

@@ -1,5 +1,9 @@
 <template>
-    <div>
+  <div>
+    <div class="main-content">
+      <div class="img-box">
+            <img src="../../../assets/logo/logo2.png" alt="广东省教师继续教育学会">
+        </div>
       <div style="text-align: center;line-height: 50px;">
           <span class="main-title" style="margin: 0 10px;font-weight: bold;" >结业证书、学时证明查询</span>
       </div>
@@ -32,8 +36,9 @@
           </div>
       </div>
     </div>
+  </div>
 </template>
-  
+
 <script>
 import { getCodeImg } from "@/api/login";
 export default {
@@ -74,7 +79,7 @@ export default {
   }
 };
 </script>
-  
+
 <style>
 
-</style>
+</style>