浏览代码

首页修改

lining 6 年之前
父节点
当前提交
05ba93c84c
共有 1 个文件被更改,包括 6 次插入7 次删除
  1. 6 7
      src/dashoo.cn/frontend_web/src/pages/login.vue

+ 6 - 7
src/dashoo.cn/frontend_web/src/pages/login.vue

@@ -9,7 +9,7 @@
           </el-carousel-item>
         </el-carousel>
         <section class="login">
-          <el-card class="box-card" style="background:rgba(255,255,255,0.5)">
+          <el-card class="box-card" style="background:rgba(255,255,255,0.7)">
             <div slot="header" class="clearfix">
               <i class="el-icon-s-cooperation"></i>
               <span style="font-weight: bold; margin-left: 5px">登录</span>
@@ -135,12 +135,12 @@
                   <el-row style="margin-top: 5px" :gutter="10">
                     <el-col :span="12">
                       <router-link :to="'/signup'">
-                        <el-button type="plain" style="background:rgba(255,255,255,0.5)">注册账号</el-button>
+                        <el-button type="plain" style="background:rgba(255,255,255,0.7)">注册账号</el-button>
                       </router-link>
                     </el-col>
                     <el-col :span="12">
                       <router-link :to="'/passwordback'">
-                        <el-button type="plain" style="background:rgba(255,255,255,0.5)">忘记密码</el-button>
+                        <el-button type="plain" style="background:rgba(255,255,255,0.7)">忘记密码</el-button>
                       </router-link>
                     </el-col>
                   </el-row>
@@ -155,8 +155,7 @@
     </div>
     <div >
       <footer class="login-footer" style="color:#A9A9A9;padding-bottom: 30px">
-        <span>运维人员:李宁 15288965998<br></span>
-        <span>推荐使用谷歌浏览器、360浏览器(极速模式)等,Chrome内核浏览器打开本系统</span>
+        <span style="font-size: 16px">推荐使用谷歌浏览器、360浏览器(极速模式)等,Chrome内核浏览器打开本系统</span>
       </footer>
     </div>
   </div>
@@ -259,7 +258,7 @@ import SIdentify from '@/components/VCode.vue'
   },
   methods: {
     getRowstyle () {
-      return 'background:rgba(255,255,255,0.5)'
+      return 'background:rgba(255,255,255,0.7)'
     },
     // 生成随机数
     randomNum (min, max) {
@@ -675,7 +674,7 @@ export default class Login extends Vue {
 
   .el-table,
   .el-table__expanded-cell {
-    background-color: rgba(255,255,255,0.5)
+    background-color: rgba(255,255,255,0.7)
   }
 
 }