@@ -2,7 +2,7 @@
<template>
<div class='layout'>
<div class="layout-con">
- <img class="logo" :src="require('@/assets/img/4dage-logo.png')" alt="">
+ <!-- <img class="logo" :src="require('@/assets/img/4dage-logo.png')" alt=""> -->
<img class="lay-bg" :src="require('@/assets/img/bg.png')" alt="">
<div class="middle">
<div class="middle-con">
@@ -21,6 +21,8 @@
z-index: -1;
}
.middle{
+ max-width: 428px;
+ max-height: 428px;
background:url('~@/assets/img/bg2.png') no-repeat;
background-size: cover;
width: 36.75rem;
@@ -31,20 +33,20 @@
text-align: center;
.middle-subtitle{
- background:url('~@/assets/img/icon.png') no-repeat center center;
+ /* background:url('~@/assets/img/icon.png') no-repeat center center; */
font-size: 18px;
font-weight: bold;
margin-top: 1.2rem;
.middle-title{
margin-bottom: 2rem;
- color: #741A1A;
+ color: #0B4362;
font-size: 28px;
line-height: 45px;
.middle-con{
- width: 70%;
+ width: 100%;
margin: 0 auto;
@@ -54,8 +56,8 @@
.login{
width: 100%;
- background: #DDCC92;
+ color: #fff;
+ background: #0B4362 ;
cursor: pointer;
border-radius: 4px;