|
@@ -66,7 +66,7 @@ export default {
|
|
|
left: 0;
|
|
|
z-index: 2;
|
|
|
background: url("../../assets/imgs/dbtbj.png") no-repeat;
|
|
|
- background-size: cover;
|
|
|
+ background-size: 100% 200%;
|
|
|
display: flex;
|
|
|
.left-title{
|
|
|
padding-left: 29px;
|
|
@@ -91,10 +91,10 @@ export default {
|
|
|
height: 80px;
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
- align-items: center;
|
|
|
+ align-items: flex-start;
|
|
|
.single{
|
|
|
width: 163px;
|
|
|
- height: 59px;
|
|
|
+ height: 76px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
@@ -109,7 +109,7 @@ export default {
|
|
|
}
|
|
|
.single_chosen{
|
|
|
background: url("../../assets/imgs/mkxz.png") no-repeat;
|
|
|
- background-size: cover;
|
|
|
+ background-size: 100% 100%;
|
|
|
span{
|
|
|
color: #BBCDE6;
|
|
|
opacity: 1;
|