Commit 38862c26 authored by 康振飞's avatar 康振飞

login web optimization

parent b9dee450
<template>
<div class="account">
<Carousel v-model="value1" autoplay :autoplay-speed="5000" loop class="zmd">
<!-- <Carousel v-model="value1" autoplay :autoplay-speed="5000" loop class="zmd">
<CarouselItem>
<div class="bg bg1"></div>
</CarouselItem>
......@@ -10,7 +10,7 @@
<CarouselItem>
<div class="bg bg3"></div>
</CarouselItem>
</Carousel>
</Carousel> -->
<div class="main">
<div class="ad">
<div class="page_log">
......@@ -127,6 +127,7 @@ export default {
width: 100%;
top: 0;
bottom: 0;
background-image: url("../../../assets/images/login/login01.png");
.zmd {
z-index: 1;
position: absolute;
......@@ -158,8 +159,8 @@ export default {
bottom: 168px;
left: 360px;
right: 360px;
background: url("../../../assets/images/login/login02.jpg") no-repeat -37px 13px;
background-size: 74%;
background: url("../../../assets/images/login/login02.jpg") no-repeat -70px 0px;
background-size: 80%;
display: flex;
h2{ padding: 4px 0 15px 0;}
.ad {
......@@ -209,15 +210,17 @@ export default {
.shadown{
padding: 30px 0 0 0;
button{
height: 72px;
border:none;
height: 50px;
border-radius: 25px;
box-shadow: 0px 9px 11px 3px #c2d6ec;
letter-spacing: 3px;
font-size: 18px;
background: url("../../../assets/images/login/btn_bg.png") no-repeat center;
span{
margin: -14px 0 0;
display: block;
}
outline: none;
// background: url("../../../assets/images/login/btn_bg.png") no-repeat center;
// span{
// margin: -14px 0 0;
// display: block;
// }
}
}
}
......
......@@ -444,7 +444,7 @@
}
.fei_right{
float: right;
padding-top: 10px;
padding-top: 15px;
line-height: 50px;
width: 460px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment