|
@@ -168,7 +168,9 @@ const loginFun = async () => {
|
|
|
min-width: 1200px;
|
|
|
background-image: url('../assets/home/bg_ty.png');
|
|
|
background-repeat: no-repeat;
|
|
|
- background-size: contain;
|
|
|
+ background-size: 100% auto;
|
|
|
+
|
|
|
+ // background-size: auto 100%;
|
|
|
background-color: #FAFAFA; //估计是需要动态
|
|
|
flex: 1;
|
|
|
|
|
@@ -210,7 +212,7 @@ const loginFun = async () => {
|
|
|
width: 100%;
|
|
|
margin-top: 20px;
|
|
|
// background-color: #FAFAFA;
|
|
|
- margin-bottom: 112px;
|
|
|
+ // margin-bottom: 112px;
|
|
|
|
|
|
.kply_inner {
|
|
|
|