Pārlūkot izejas kodu

fix 辣干子修改页面

wzh 4 mēneši atpakaļ
vecāks
revīzija
d9a95f8c4c
1 mainītis faili ar 9 papildinājumiem un 11 dzēšanām
  1. 9 11
      pages/lgz/index/rules.vue

+ 9 - 11
pages/lgz/index/rules.vue

@@ -45,18 +45,15 @@
 				</view>
 				<view class="intro-content">
 					<u-row class="row-class" customStyle="margin-bottom: 5px" v-for="(item, index) in planDetails">
-						<u-col span="4">
+						<u-col span="12">
 							<view class="item-left item-text">{{item.prize_name}}</view>
 						</u-col>
-						<u-col span="8">
-							<view class="item-text">{{item.prize_desc}}</view>
-						</u-col>
 					</u-row>
-				
-					
+
+
 				</view>
 			</view>
-			
+
 		</view>
 
 		<!-- 返回按钮 -->
@@ -94,7 +91,7 @@
 					}
 				})
 			}
-			
+
 		}
 	}
 </script>
@@ -177,6 +174,7 @@
 			}
 
 			.intro-content {
+        padding-top: 20rpx;
 				font-size: 28rpx;
 				color: #5c4322;
 				line-height: 1.8;
@@ -210,12 +208,12 @@
 		font-size: 24rpx;
 		color: #FFFFFF;
 	}
-	
+
 	::v-deep .item-left{
 		background: #442812;
 		border-radius: 6rpx !important;
 		text-align: center;
-		width: 160rpx !important;
+    width: 80%;
 	}
 
-</style>
+</style>