diff --git a/src/assets/images/bgclogo.png b/src/assets/images/bgclogo.png
new file mode 100644
index 00000000..71359e0e
Binary files /dev/null and b/src/assets/images/bgclogo.png differ
diff --git a/src/assets/images/zjsjlogo.png b/src/assets/images/zjsjlogo.png
new file mode 100644
index 00000000..b838d908
Binary files /dev/null and b/src/assets/images/zjsjlogo.png differ
diff --git a/src/views/homeTwo/login_v1.vue b/src/views/homeTwo/login_v1.vue
index 86b6cdf3..48853a59 100644
--- a/src/views/homeTwo/login_v1.vue
+++ b/src/views/homeTwo/login_v1.vue
@@ -13,10 +13,10 @@
:src="'./img/logo/' + LOGO + '.png'"
class="logo"
/>
- {{ systemInfo.platformName }}
- {{ $t("message.login.title") }}
+
+
+
+
@@ -35,10 +35,11 @@
+
{{ $t("message.login.login") }}
+
下次自动登录
+
忘记密码 | 点击注册
- 友情提示:win7以上操作系统,浏览器使用Chrome;电脑屏幕分辩率>=1440X900达到最佳浏览视觉
+
@@ -192,6 +195,7 @@ export default {
components: { getcode },
data() {
return {
+ radio:'',
LOGO: LOGO,
loginType: 1,
automaticLogin: false,
@@ -483,12 +487,31 @@ export default {
align-items: center;
}
.contentBG {
- width: 100%;
+ width: 50%;
height: 100%;
position: absolute;
- left: 0;
+ left:0;
top: 0;
}
+.image {
+ margin-bottom: 70px;
+ margin-left: 40px;
+}
+.next{
+ float:left;
+ margin-top: 40px;
+ color:#8E8E8E;
+}
+.right{
+ margin-top: 40px;
+ float: right;
+}
+.forget{
+ color:#8E8E8E;
+}
+.register{
+ color:#459DF5;
+}
.login {
width: 100%;
height: 100%;
@@ -515,21 +538,21 @@ export default {
.content {
width: 100%;
- height: 652px;
+ height: 750px;
margin-top: 90px;
// background-image: url("../../assets/images/login_bg.png");
flex-direction: row-reverse;
position: relative;
.login_info {
- width: 444px;
- height: 434px;
+ width: 740px;
+ height: 500px;
background: #ffffff;
- box-shadow: 0 0 31px 0 rgba(13, 28, 91, 0.28);
+ // box-shadow: 0 0 31px 0 rgba(13, 28, 91, 0.28);
border-radius: 5px;
margin-right: 123px;
box-sizing: border-box;
- padding: 37px 33.5px 0;
+ padding: 0px 33.5px 0;
position: relative;
z-index: 2;
@@ -574,6 +597,7 @@ export default {
width: 100%;
font-family: PingFangSC-Regular;
font-size: 20px;
+ background-color: #459DF5;
}
.info_bottom {
@@ -612,4 +636,12 @@ export default {
bottom: 0;
transform: translateX(-50%);
}
+
+::v-deep el-input__inner{
+ border-bottom: 1px solid #dbdbdb;
+ border-top: 0px;
+ border-left: 0px;
+ border-right: 0px;
+
+}
\ No newline at end of file