Browse Source

修改标题和颜色

linweizeng 3 năm trước cách đây
mục cha
commit
6059391acb

+ 1 - 1
src/assets/styles/theme/theme-base.scss

@@ -62,7 +62,7 @@
 			  font-size: 14px;
 			  font-weight: bold;
 			  i{
-				color: red;
+				color: #1894d0;
 				font-size: 24px;
 			  }
 		  }

+ 2 - 2
src/components/jbd-panel/index.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="jbd-sys-title">
       <!--<span  class="jbd-sys-title-cont-center" style="margin-left: 40px;float: left;">金通实验室认证认可LIMS系统V2.0</span>-->
-      <span  class="jbd-sys-title-cont-center" style="margin-left: 40px;float: left;">罗湖实验室信息管理系统</span>
+      <span  class="jbd-sys-title-cont-center" style="margin-left: 40px;float: left;">深圳市罗湖医院集团细胞质量检测实验室</span>
        <span style="float: right; " class="jbd-sys-title-contact">
          </br>
        深圳市金源信通科技有限公司开发 <i style="margin-left: 10px;" class="el-icon-phone"/> 0755-2642-4403
@@ -9,4 +9,4 @@
 
      </span>
   </div>
-</template>
+</template>

+ 3 - 1
src/layout/header-aside/layout.vue

@@ -335,7 +335,9 @@ export default {
 // 注册主题
 @import '~@/assets/styles/theme/register.scss';
 .jbd-sys-title{
-   background: linear-gradient(to top,#a73a3a,#f35858);
+  //  background: linear-gradient(to top,#a73a3a,#f35858);
+  // background: linear-gradient(to top,#1894d0,#7dbfdf);
+  background: #1894d0;
   height: 40px;
   line-height: 40px;
   font-size: 18px;

BIN
src/views/system/blank/img/logo_MJJC.jpg


+ 9 - 1
src/views/system/blank/index.vue

@@ -1,3 +1,11 @@
+<!--
+ * @Author: error: git config user.name && git config user.email & please set dead value or install git
+ * @Date: 2022-12-13 17:41:41
+ * @LastEditors: error: git config user.name && git config user.email & please set dead value or install git
+ * @LastEditTime: 2022-12-19 09:53:28
+ * @FilePath: \lh_firm_former\src\views\system\blank\index.vue
+ * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
+-->
 <template>
   <div style="width: 86%;">
           <div style="font-size:32px; font-weight: bold; color:rgb(2, 188, 254); margin-top: 10%;text-align: center;">
@@ -6,7 +14,7 @@
                  <i style="font-size:28px;" :class="'ibps-icon-'+$route.query.icon"></i>
                   {{$route.query.name}}
                 </br>
-                 <span style="color: red; font-size: 16px;">选择左侧菜单功能项</span>
+                 <span style="color: #1894d0; font-size: 16px;">选择左侧菜单功能项</span>
           </div>
        </div>
 </template>

+ 9 - 9
src/views/system/login/page.vue

@@ -3,7 +3,7 @@
         <el-container class="login-container" @keyup.enter="handleLogin">
             <el-header style="width: 80%;">
               <div style="width:100%;height: 93px;text-align: center; position: relative;top:10%;overflow:hidden;" >
-                <h1 class="login-info-title" style="font-size: 40px;color:#a73a3a;">罗湖实验室信息管理系统</h1>
+                <h1 class="login-info-title" style="font-size: 40px;color:#1894d0;">深圳市罗湖医院集团细胞质量检测实验室</h1>
               </div>
             </el-header>
 
@@ -41,7 +41,7 @@
 
             <div style="font-size: 12px;text-align:right;">
                 <hr>
-                
+
                 <p>
                   <!--<i style="margin-left: 50px;" class="el-icon-office-building"/> 深圳市明鉴细胞专业技术有限公司
                   <i style="margin-left: 20px;" class="el-icon-location-information"/> 深圳市南山区科技园高新北区源兴科技大厦东座303
@@ -79,16 +79,16 @@ export default {
 }
 </script>
 <style>
-/*.jbd-login-page-bg{ 
+/*.jbd-login-page-bg{
     margin-top:70px;
     height: 1200px;
     width: 800px;
-    
+
     background-image: url("../../../assets/images/login/MJ_bg01.png");
     background-repeat:no-repeat;
     background-size:100% ;
-    
-    
+
+
   }
 */
   .jbd-login-page-main{
@@ -102,9 +102,9 @@ export default {
     background-repeat:no-repeat;
     border-radius: 5%;
     box-sizing: border-box;
-    
+
   }
-  
+
   /*  margin-left: 12%;*/
   .jbd-login-page-main-img{
     /* box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); */
@@ -116,6 +116,6 @@ export default {
    /* background-image: url("../../../assets/images/login/MJ_login0.jpg"); */
    background-size:100% ;
    background-repeat:no-repeat;
-   
+
   }
 </style>