|
@@ -517,12 +517,19 @@ export default {
|
|
|
|
|
|
.bottom_model {
|
|
.bottom_model {
|
|
// border: 1px solid red;
|
|
// border: 1px solid red;
|
|
|
|
+ // position: absolute;
|
|
|
|
+ // left: 28.5vw;
|
|
|
|
+ // width: 44vw;
|
|
|
|
+ // height: 29vh;
|
|
|
|
+ // z-index: 100;
|
|
|
|
+ // top: 63vh;
|
|
position: absolute;
|
|
position: absolute;
|
|
- left: 28.5vw;
|
|
|
|
- width: 44vw;
|
|
|
|
|
|
+ left: 26vw;
|
|
|
|
+ width: 48vw;
|
|
height: 29vh;
|
|
height: 29vh;
|
|
z-index: 100;
|
|
z-index: 100;
|
|
top: 63vh;
|
|
top: 63vh;
|
|
|
|
+ display: flex;
|
|
|
|
|
|
.bjxm_box {
|
|
.bjxm_box {
|
|
// border: 1px solid red;
|
|
// border: 1px solid red;
|
|
@@ -536,7 +543,7 @@ export default {
|
|
width: 48%;
|
|
width: 48%;
|
|
height: 100%;
|
|
height: 100%;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- float: right;
|
|
|
|
|
|
+ // float: right;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|