zhengjinyi 4 years ago
parent
commit
9d8530ea6b

+ 1 - 2
components/cm-module/listTemplate/commodityList.vue

@@ -73,9 +73,8 @@
 						</view>	
 						<view  v-else class="list-login-now">
 							<text class="p-no">¥</text>
-							<uni-stars :stars="parseInt(item.p_price_grade)" :font-size='36' :width-info="180"></uni-stars>
+							<uni-grader :grade="Number(item.p_price_grade)"></uni-grader>
 						</view>
-						
 					</view>
 				</view>
 			</view>

+ 12 - 16
pages/login/apply.vue

@@ -677,12 +677,11 @@
 					color: $color-system;
 				}
 				.register-from{
-					width: 654rpx;
+					width: 100%;
 					height: 88rpx;
-					padding:0 24rpx;
-					background: $sub-bg-color;
-					border-radius: 14rpx;
+					background: #FFFFFF;
 					position: relative;
+					border-bottom: 1px solid #e1e1e1;
 					.label{
 						text-align: left;
 						font-size: $font-size-28;
@@ -750,8 +749,7 @@
 						}
 					}
 					&.picker{
-						padding: 0 24rpx;
-						width: 654rpx;
+						width: 100%;
 						height: 88rpx;
 						line-height: 88rpx;
 						.label{
@@ -765,7 +763,6 @@
 						}
 					}
 					&.radio{
-						padding: 0 24rpx;
 						width: 654rpx;
 						height: 288rpx;
 						.row-input{
@@ -785,7 +782,6 @@
 						}
 					}
 					&.group{
-						padding: 0 24rpx;
 						width: 654rpx;
 						height: auto;
 						background: #FFFFFF;
@@ -881,14 +877,14 @@
 				&.text-textarea{
 					background: #FFFFFF;
 					.textarea{
-						width: 654rpx;
-						height: 180rpx;
-						background: #F7F7F7;
-						padding: 24rpx;
+						width: 100%;
+						height: 120rpx;
+						background: #FFFFFF;
+						padding: 24rpx 0;
 						font-size: $font-size-28;
 						color: $text-color;
 						z-index: 1;
-						border-radius: 14rpx;
+						border-bottom: 1px solid #E1E1E1;
 					}
 					.textarea.hide{
 						opacity: 0;
@@ -912,7 +908,7 @@
 					color: $text-color;
 					line-height: 102rpx;
 					width: 150rpx;
-					text-align: right;
+					text-align: left;
 					&.zz{
 						width: 230rpx;
 					}
@@ -1012,9 +1008,9 @@
 				}
 			}
 			.register-btn{
-				width: 702rpx;
+				width: 600rpx;
 				height: 88rpx;
-				border-radius: 14rpx;
+				border-radius: 44rpx;
 				font-size: $font-size-28;
 				line-height: 88rpx;
 				color: #FFFFFF;

+ 5 - 5
pages/login/password.vue

@@ -312,10 +312,9 @@
 			margin: auto;
 			border-bottom: 2rpx solid #e1e1e1;
 			.login-input{
-				width: 654rpx;
-				height: 40rpx;
-				padding: 24rpx;
-				border-radius: 14rpx;
+				width: 100%;
+				height: 64rpx;
+				padding: 24rpx 0;
 				display: flex;
 				flex-direction: column;
 				align-items: center;
@@ -346,7 +345,7 @@
 					background: $btn-confirm;
 					padding: 0;
 					border-radius: 44rpx;
-					margin-top: 10rpx;
+					margin-top: 20rpx;
 					.input{
 						width: 220rpx;
 						height: 64rpx;
@@ -375,6 +374,7 @@
 					float: right;
 					background: #FFFFFF;
 					display: block;
+					margin-top: 10rpx;
 					.vscodeimg{
 						width: 160rpx;
 						height: 64rpx;

+ 7 - 7
pages/user/order/orderShareLogin.vue

@@ -92,24 +92,24 @@
 			}
 		}
 		.login-input{
-			width: 654rpx;
+			width: 600rpx;
 			height: 40rpx;
-			padding: 24rpx;
+			padding: 24rpx 0;
 			margin: 0 auto;
 			margin-bottom: 60rpx;
-			background: #F7F7F7;
+			background: #FFFFFF;
+			border-bottom: 1px solid #E1E1E1;
 			.input{
 				width: 100%;
 				height: 100%;
-				background: #F7F7F7;
+				background: #FFFFFF;
 				font-size: $font-size-28;
-				border-radius: 14rpx;  
 				line-height: 40rpx;
 				color: #333333;
 			}
 		}
 		.login-btn{
-			width: 702rpx;
+			width: 600rpx;
 			height: 88rpx;
 			font-size: $font-size-28;
 			line-height: 88rpx;
@@ -118,7 +118,7 @@
 			margin-top: 100rpx;
 			text-align: center;
 			background: $btn-confirm;
-			border-radius: 14rpx;
+			border-radius: 44rpx;
 		}
 		.model-authorization{
 			width: 100%;

+ 1 - 1
second/pages/product/product-list.vue

@@ -303,7 +303,7 @@
 		width: 702rpx;
 		height: 70rpx;
 		flex: 1;
-		margin: 32rpx auto;
+		margin: 20rpx auto;
 		
 	}
 	.search-from{

+ 7 - 8
seller/pages/login/login.vue

@@ -182,22 +182,21 @@
 			}
 		}
 		.login-input{
-			width: 654rpx;
+			width: 600rpx;
 			height: 40rpx;
-			padding: 24rpx;
+			padding: 24rpx 0;
 			margin: 0 auto;
 			margin-bottom: 20rpx;
-			background: #F7F7F7;
-			border-radius: 14rpx;
+			background: #FFFFFF;
 			position: relative;
+			border-bottom: 1px solid #E1E1E1;
 			.input{
 				width: 100%;
 				height: 100%;
-				background: #F7F7F7;
+				background: #FFFFFF;
 				font-size: $font-size-28;
 				line-height: 40rpx;
 				color: #333333;
-				border-radius: 14rpx;
 			}
 			.iconfont{
 				position: absolute;
@@ -229,9 +228,9 @@
 			}
 		}
 		.login-btn{
-			width: 702rpx;
+			width: 600rpx;
 			height: 88rpx;
-			border-radius: 14rpx;
+			border-radius:44rpx;
 			font-size: $font-size-28;
 			line-height: 88rpx;
 			color: #FFFFFF;