|
|
@@ -9,7 +9,7 @@
|
|
|
</el-carousel-item>
|
|
|
</el-carousel>
|
|
|
<section class="login">
|
|
|
- <el-card class="box-card" style="background:rgba(255,255,255,0.7)">
|
|
|
+ <el-card class="box-card" style="background:rgba(255,255,255,0.8)">
|
|
|
<div slot="header" class="clearfix">
|
|
|
<i class="el-icon-s-cooperation"></i>
|
|
|
<span style="font-weight: bold; margin-left: 5px">登录</span>
|
|
|
@@ -84,7 +84,7 @@
|
|
|
label=""
|
|
|
prop="username">
|
|
|
<el-input prefix-icon="el-icon-user-solid"
|
|
|
- type="text" style="background:rgba(255,255,255,0.5)"
|
|
|
+ type="text" style="background:rgba(255,255,255,0.8)"
|
|
|
v-model="model.username"
|
|
|
placeholder="请输入用户名">
|
|
|
<el-select v-model="loginMode"
|
|
|
@@ -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.7)">注册账号</el-button>
|
|
|
+ <el-button type="plain" style="background:rgba(255,255,255,0.8)">注册账号</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.7)">忘记密码</el-button>
|
|
|
+ <el-button type="plain" style="background:rgba(255,255,255,0.8)">忘记密码</el-button>
|
|
|
</router-link>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
@@ -155,6 +155,7 @@
|
|
|
</div>
|
|
|
<div >
|
|
|
<footer class="login-footer" style="color:#A9A9A9;padding-bottom: 30px">
|
|
|
+ <span style="font-size: 16px">技术支持:李琛 022-25920812<br></span>
|
|
|
<span style="font-size: 16px">推荐使用谷歌浏览器、360浏览器(极速模式)等,Chrome内核浏览器打开本系统</span>
|
|
|
</footer>
|
|
|
</div>
|
|
|
@@ -258,7 +259,7 @@ import SIdentify from '@/components/VCode.vue'
|
|
|
},
|
|
|
methods: {
|
|
|
getRowstyle () {
|
|
|
- return 'background:rgba(255,255,255,0.7)'
|
|
|
+ return 'background:rgba(255,255,255,0.8)'
|
|
|
},
|
|
|
// 生成随机数
|
|
|
randomNum (min, max) {
|
|
|
@@ -674,7 +675,7 @@ export default class Login extends Vue {
|
|
|
|
|
|
.el-table,
|
|
|
.el-table__expanded-cell {
|
|
|
- background-color: rgba(255,255,255,0.7)
|
|
|
+ background-color: rgba(255,255,255,0.8)
|
|
|
}
|
|
|
|
|
|
}
|