|
@@ -148,7 +148,8 @@ export default {
|
|
|
.one {
|
|
|
background: url('~@/assets/dynamic1.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
- height: 150px;
|
|
|
+ // height: 150px;
|
|
|
+ height: 110px;
|
|
|
}
|
|
|
.one p {
|
|
|
font-size: 22px;
|
|
@@ -157,7 +158,8 @@ export default {
|
|
|
text-align: center;
|
|
|
}
|
|
|
.one p:first-child {
|
|
|
- padding: 60px 0 0 0;
|
|
|
+ // padding: 60px 0 0 0;
|
|
|
+ padding: 40px 0 0 0;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
.two {
|