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