9.29
This commit is contained in:
parent
467fb91019
commit
cc621ac5a2
@ -333,13 +333,12 @@ export default {
|
|||||||
.gangs{
|
.gangs{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 5px;
|
height: 5px;
|
||||||
background: #00aaff;
|
background: #ff9c5a;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
}
|
}
|
||||||
.box-left{
|
.box-left{
|
||||||
width: 50%;
|
width: 50%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #00aaff;
|
|
||||||
background-image: url("../assets/images/ztlogin.png");
|
background-image: url("../assets/images/ztlogin.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -305,7 +305,6 @@ export default {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style rel="stylesheet/scss" lang="scss" scoped>
|
<style rel="stylesheet/scss" lang="scss" scoped>
|
||||||
$bg: #2d3a4b;
|
$bg: #2d3a4b;
|
||||||
$light_gray: #eee;
|
$light_gray: #eee;
|
||||||
@ -316,7 +315,6 @@ $light_gray: #eee;
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
background-image: url("../../assets/images/loin-back.png");
|
background-image: url("../../assets/images/loin-back.png");
|
||||||
//background-image: url("../assets/images/backbbj.png");
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@ -333,18 +331,16 @@ $light_gray: #eee;
|
|||||||
margin: 150px auto;
|
margin: 150px auto;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
}
|
}
|
||||||
.gangs{
|
.gangs{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 5px;
|
height: 5px;
|
||||||
background: #00aaff;
|
background: #ff9c5a;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
}
|
}
|
||||||
.box-left{
|
.box-left{
|
||||||
width: 50%;
|
width: 50%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
background-image: url("../../assets/images/left-img.png");
|
background-image: url("../../assets/images/left-img.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
Loading…
Reference in New Issue
Block a user