tanxue 1 ماه پیش
والد
کامیت
de7bf281e7
2فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 1 1
      pages.json
  2. 4 4
      pages/index/index.vue

+ 1 - 1
pages.json

@@ -179,7 +179,7 @@
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
 		"navigationBarTitleText": "麦塔软件",
-		"navigationBarBackgroundColor": "#F8F8F8"
+		"navigationBarBackgroundColor": "#fff"
 	},
 
 	"uniIdRouter": {}

+ 4 - 4
pages/index/index.vue

@@ -379,9 +379,9 @@
 			flex: unset;
 			border-radius: 20rpx;
 			background-color: #ffffff;
-			padding: 12rpx 12rpx 0;
+			padding: 12rpx 12rpx 0!important;
 			box-sizing: border-box;
-			margin-bottom: 20rpx;
+			margin-bottom: 20rpx!important;
 
 			.lli-card-image {
 				max-width: 100%;
@@ -401,11 +401,11 @@
 				position: absolute;
 				bottom: 0;
 				left: 0;
-				padding: 4rpx 12rpx;
+				padding: 0 12rpx;
 				background: rgba(0, 0, 0, 0.29);
 				color: #fff;
 				font-size: 22rpx;
-				border-radius: 0 10rpx 0 10rpx;
+				border-radius: 0 12rpx 0 12rpx;
 			}
 
 			.lli-card-name {