Browse Source

bug修改 退出按钮

liguorui 7 years ago
parent
commit
5c7c44f14e

+ 6 - 1
components/carslider/carslider.wxml

@@ -29,7 +29,12 @@
 					>
 					<view
 						class="slider_control_v"
-					>{{value}}{{unit}}</view>
+					>
+						<view
+							class="slider_control_vd"
+						>{{value}}{{unit}}
+						</view>
+					</view>
 					<view
 						class="slider_control_vb">
 					</view>

+ 14 - 8
components/carslider/carslider.wxss

@@ -31,23 +31,29 @@
 	right:-20rpx;
 }
 .slider_control_v{
-	height: 20rpx;
-	line-height: 20rpx;
 	position: absolute;
+	left:20rpx;
 	top:0rpx;
+	text-align: center;
+}
+.slider_control_vd{
+	margin-top:5rpx;
+	padding: 0rpx 5rpx;
+	line-height: 30rpx;
+	height: 30rpx;
+	border-radius: 6rpx;
 	background-color: #ffe600;
-	padding: 5rpx;
-	color: rgba(56, 55, 53, 1);
 	font-size: 18rpx;
 	font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
 	white-space: nowrap;
-	border-radius: 6rpx;
+	color: rgba(56, 55, 53, 1);	
+	margin-left:-56%;
+	width: 100%;
 }
 .slider_control_vb{
-	content: "";
 	position: absolute;
-	top:22rpx;
-	left:10rpx;
+	top:27rpx;
+	left:12rpx;
 	border-top:22rpx solid #ffe600;
 	border-left:10rpx solid transparent;
 	border-right:10rpx solid transparent;

+ 5 - 2
pages/buy/buy.wxss

@@ -180,11 +180,14 @@
 	border:1px solid rgba(248, 248, 250, 1);
 	text-align: center;
 	display: flex;
+	justify-content:center;
+	align-items:center;
 }
 .more_detail_i image{
 	height: 24rpx;
 	width: 24rpx;
-	margin-right: 2rpx;
+	margin-right: 5rpx;
+	margin-top:-2rpx;
 }
 .more_detail_active{
 	background: rgba(255, 230, 0, 0.1);
@@ -205,7 +208,7 @@
 }
 .more_bt_check{
 	flex: 1;
-	border-top:1px solid #FFD800;
+	border-top:1px solid #EBEBEB;
 	background: linear-gradient(270deg,#FFD800,#FFE600);
 	font-family: PingFangSC-Medium;
 }

+ 1 - 1
pages/evaluate/evaluate.wxss

@@ -146,7 +146,7 @@
 	line-height: 44rpx;
 	color: rgba(56, 55, 53, 1);
 	font-size: 28rpx;
-	text-align: left;
+	text-align: center;
 	font-family: PingFangSC-Medium,NotoSansHans-Medium;
 	border-bottom: 4rpx solid white;
 }