|
@@ -392,10 +392,12 @@ export default {
|
|
|
//noinspection ALL
|
|
//noinspection ALL
|
|
|
.bg {
|
|
.bg {
|
|
|
background-image: url('https://wutong-1302848345.cos.ap-chengdu.myqcloud.com/wtzx/7667edec62f44063a50c66e8654eaa87.png');
|
|
background-image: url('https://wutong-1302848345.cos.ap-chengdu.myqcloud.com/wtzx/7667edec62f44063a50c66e8654eaa87.png');
|
|
|
|
|
+ background-size: cover;
|
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
.footer {
|
|
.footer {
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
- bottom: 50px;
|
|
|
|
|
- color: white;
|
|
|
|
|
|
|
+ bottom: 10px;
|
|
|
|
|
+ color: #eeeeee;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -413,9 +415,6 @@ export default {
|
|
|
.right {
|
|
.right {
|
|
|
width: 560px;
|
|
width: 560px;
|
|
|
height: auto;
|
|
height: auto;
|
|
|
-
|
|
|
|
|
- .form {
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|