wxy 4 years ago
parent
commit
f097b2144f
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/views/dynamic/parts/userTwo.vue

+ 4 - 2
src/views/dynamic/parts/userTwo.vue

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