Browse Source

样式调整

jwyu 3 years ago
parent
commit
253aea359e
2 changed files with 5 additions and 2 deletions
  1. 3 2
      pages/activity/activity.vue
  2. 2 0
      pages/user/user.vue

+ 3 - 2
pages/activity/activity.vue

@@ -799,7 +799,7 @@ export default {
     .title{
         font-size: 16px;
         font-weight: bold;
-        padding: 40rpx 34rpx;
+        padding: 40rpx 34rpx 0 34rpx;
     }
     .list{
         max-height: 50vh;
@@ -817,7 +817,7 @@ export default {
     }
     .box{
         align-items: center;
-        padding: 60rpx 54rpx 30rpx 54rpx;
+        padding: 0rpx 54rpx 30rpx 54rpx;
         text{
             width: 110rpx;
             display: inline-block;
@@ -988,6 +988,7 @@ export default {
                 image{
                     width: 26rpx;
                     height: 26rpx;
+                    margin-right: 4rpx;
                 }
             }
         }

+ 2 - 0
pages/user/user.vue

@@ -172,6 +172,7 @@
 			margin-top: 50rpx;
 			image{
 				width: 32rpx;
+				height: 32rpx;
 				margin-right: 8rpx;
 			}
 			color:#DBA665;
@@ -187,6 +188,7 @@
 			border-bottom: 1px solid $global-border-color;
 			image{
 				width: 36rpx;
+				height: 36rpx;
 			}
 			.label{
 				font-weight: bold;