@@ -1,5 +1,5 @@
<template>
- <div id="app" class="flex flex-center padding-top light-blue-bg">
+ <div id="app" class="flex flex-center light-blue-bg">
<router-view />
</div>
</template>
@@ -145,6 +145,7 @@ export default {
background-color: white;
padding: 20px 10px;
font-size: 12px;
+ box-shadow: -1px 0px 1px 1px rgba(51, 51, 51, 0.05098);
}
.icon {
@@ -392,10 +392,12 @@ export default {
//noinspection ALL
.bg {
background-image: url('https://wutong-1302848345.cos.ap-chengdu.myqcloud.com/wtzx/7667edec62f44063a50c66e8654eaa87.png');
+ background-size: cover;
+ background-repeat: no-repeat;
.footer {
position: fixed;
- bottom: 50px;
- color: white;
+ bottom: 10px;
+ color: #eeeeee;
@@ -413,9 +415,6 @@ export default {
.right {
width: 560px;
height: auto;
-
- .form {
- }