Pārlūkot izejas kodu

1.5 优化样式02

gubai 2 gadi atpakaļ
vecāks
revīzija
a5c9103f4a

+ 2 - 1
components/dialogPanel/dialogPanel.vue

xqd xqd
@@ -8,6 +8,7 @@
 			</view>
 			<view class="btn">
 				<view class="cancel" @click="$refs.main.close()"><text>取消</text></view>
+				<view style="width: 2rpx;height: 100%;background: rgba(0,0,0,0.1);"></view>
 				<view class="download" @click="saveImg"><text>保存图片</text></view>
 			</view>
 		</view>
@@ -121,7 +122,7 @@
 				width: 50%;
 				height: 100%;
 				border-top: #E5E5E5 solid 1rpx;
-				border-right: #E5E5E5 solid 1rpx;
+				// border-right: #E5E5E5 solid 1rpx;
 	
 				text {
 					font-size: 32rpx;

+ 0 - 2
pages/goods/goods-hotel/index.vue

xqd
@@ -235,13 +235,11 @@
 				margin-top: 12rpx;
 
 				.content-item-main-text {
-					font-weight: 500;
 					color: #333333;
 					font-size: 30rpx;
 				}
 
 				.content-item-main-call {
-					font-weight: 500;
 					color: #666666;
 					font-size: 26rpx;
 					display: flex;

+ 3 - 3
pages/index/active-detail/index.vue

xqd xqd xqd
@@ -465,7 +465,7 @@
 	}
 
 	.rank-search {
-		margin-top: 70rpx;
+		margin-top: 66rpx;
 
 		::v-deep .u-input {
 			width: 690rpx !important;
@@ -657,7 +657,7 @@
 				background: linear-gradient(180deg, rgba(249, 231, 219, 0) 0%, #F3C063 100%);
 				border-radius: 12rpx;
 				position: absolute;
-				bottom: -24rpx;
+				bottom: -20rpx;
 				left: 25rpx;
 				
 			}
@@ -677,7 +677,7 @@
 			background: #FFFFFF;
 			box-shadow: 0px 20rpx 40rpx 0px rgba(220, 222, 229, 0.4);
 			border-radius: 16rpx;
-			padding: 40rpx 26rpx 0;
+			padding: 40rpx 30rpx 0;
 
 			.vote-detail-top {
 				display: flex;

+ 3 - 3
pages/index/index.scss

xqd xqd
@@ -109,8 +109,8 @@
 	}
 
 	.home-special-area {
-		height: 140rpx;
-		padding: 0 30rpx;
+
+		padding: 72rpx 30rpx 38rpx;
 		// background-color: deeppink;
 		display: flex;
 		align-items: center;
@@ -252,7 +252,7 @@
 	}
 
 	.home-hotel {
-		height: 120rpx;
+		// height: 120rpx;
 		background-color: #f9f9f9;
 	}
 

+ 1 - 1
pages/index/index.vue

xqd
@@ -111,7 +111,7 @@
 			<image style="width: 690rpx;height: 156rpx;border-radius: 79rpx;" :src="advInsetImg.img" mode=""></image>
 		</view>
 		<!-- 酒店推荐 -->
-		<view class="home-hotel home-special-area">
+		<view class="home-hotel home-special-area" style="padding-top: 50rpx;">
 			<view class="home-special-area-left">
 				<text>西区优品</text>
 				<view class="text-shadow"></view>

+ 1 - 5
pages/my/integral/integralRecord.vue

xqd xqd xqd xqd xqd xqd
@@ -233,6 +233,7 @@
 			justify-content: space-between;
 			align-items: center;
 			font-family: PingFang-SC-Heavy, PingFang-SC;
+			margin-top: 14rpx;
 		}
 		.tab_nav .navTitle {
 			@include flexlayout()
@@ -264,7 +265,6 @@
 	::v-deep .segmented-control__text {
 		font-size: 32rpx !important;
 		font-family: PingFang-SC-Heavy, PingFang-SC;
-		font-weight: 500 !important;
 		color: #666666 !important;
 	}
 	
@@ -312,7 +312,6 @@
 				text {
 					font-size: 26rpx;
 					font-family: PingFang-SC-Medium, PingFang-SC;
-					font-weight: 500;
 					color: #999999;
 				}
 			}
@@ -320,7 +319,6 @@
 				text {
 					font-size: 28rpx;
 					font-family: PingFang-SC-Medium, PingFang-SC;
-					font-weight: 500;
 					color: #333333;
 				}
 			}
@@ -349,7 +347,6 @@
 				text {
 					font-size: 26rpx;
 					font-family: PingFang-SC-Medium, PingFang-SC;
-					font-weight: 500;
 					color: #999999;
 				}
 			}
@@ -357,7 +354,6 @@
 				text {
 					font-size: 28rpx;
 					font-family: PingFang-SC-Medium, PingFang-SC;
-					font-weight: 500;
 					color: #333333;
 				}
 			}

+ 1 - 2
pages/my/myorders/orders.vue

xqd xqd
@@ -106,6 +106,7 @@
 				</view>
 				<view class="btn">
 					<view class="cancel" @click="closeVFcode"><text>取消</text></view>
+					<view style="width: 2rpx;height: 100%;background: rgba(0,0,0,0.1);"></view>
 					<view class="download" @click="handleDownImg"><text>保存图片</text></view>
 				</view>
 			</view>
@@ -652,8 +653,6 @@
 				width: 50%;
 				height: 100%;
 				border-top: #E5E5E5 solid 1rpx;
-				border-right: #E5E5E5 solid 1rpx;
-
 				text {
 					font-size: 32rpx;
 					font-family: PingFangSC-Medium, PingFang SC;