zhengjinyi преди 4 години
родител
ревизия
bc099bfe03
променени са 2 файла, в които са добавени 12 реда и са изтрити 33 реда
  1. 7 23
      pages/login/information.vue
  2. 5 10
      pages/user/address/addressManage.vue

+ 7 - 23
pages/login/information.vue

@@ -116,7 +116,7 @@
 				</view>
 			</view>
 			<view class="register-row clearfix" v-if="isOrganizationType == 1">
-				<view class="register-from bordernone" >
+				<view class="register-from bordernone second" >
 					<view class="secondTyperadio" v-for="(item,index) in beautyList" :key="item.value" @click="radioChange(item)" :class="item.value==secondClubType?'active':''">
 						<view class="secondRadio" >{{item.name}}</view>
 					</view>
@@ -677,9 +677,6 @@
 			&.detailed{
 				padding-bottom: 300rpx;
 			}
-			&.first{
-				// padding-top: 40rpx;
-			}
 			.register-tips{
 				display: flex;
 				flex-direction: column;
@@ -693,20 +690,18 @@
 				}
 			}
 			.register-row{
-				// width: 702rpx;
 				height: auto;
-				// padding: 0 24rpx;
-				margin-bottom: 20rpx;
+				margin-bottom: 20rpx;			
 				.secondTyperadio{
 					border: 2rpx solid #e1e1e1;
 					display: inline-block;
 					font-size: 26rpx;
 					color: #999999;
 					padding: 0 24rpx;
-					border-radius: 21rpx;
+					border-radius: 22rpx;
 					line-height: 42rpx;
 					margin-right: 56rpx;
-					float: right;
+					float: left;
 					&.active{
 						border: 2rpx solid #ffe6dc;
 						color: $color-system;
@@ -738,8 +733,6 @@
 					width: 702rpx;
 					height: 88rpx;
 					margin:0 24rpx;
-					// background: $sub-bg-color;
-					// border-radius: 14rpx;
 					position: relative;
 					border-bottom: 2rpx solid #e1e1e1;
 					.keshi{
@@ -754,6 +747,9 @@
 						border: none;
 						height: auto;
 					}
+					&.second{
+						padding-left: 160rpx;
+					}
 					.label{
 						text-align: left;
 						font-size: $font-size-28;
@@ -926,27 +922,15 @@
 							&.other{
 								width: 213rpx;
 							}
-							// &.none{
-							// 	color: #FFFFFF;
-							// 	background: $btn-confirm;
-							// }
-							// &.disabled{
-							// 	color: #999999;
-							// }
 						}
 						.item {
-						  // width: 155rpx;
 						  height: 60rpx;
 						  font-size:$font-size-28;
 						  line-height: 60rpx;
 						  border-radius:10rpx;
 						  margin-left: 40rpx;
 						  box-sizing: border-box;
-						  // border: 1rpx solid #EFEFEF;
 						  float: left;
-						 //  checkbox {
-							// display: none;
-						 //  }
 						}
 						.on {
 						  border-color: $color-system;

+ 5 - 10
pages/user/address/addressManage.vue

@@ -2,15 +2,15 @@
 	<view class="container clearfix">
 		<view class="add-content">
 			<view class="input-row b-b">
-				<view class="label">收货人</view>
+				<view class="label">收货人:</view>
 				<input class="input" type="text" v-model="addressData.shouHuoRen" @input="onShouHuoRen" placeholder="请输入收货人姓名" placeholder-class="placeholder" />
 			</view>
 			<view class="input-row b-b">
-				<view class="label">手机号</view>
+				<view class="label">手机号:</view>
 				<input class="input" type="number" maxlength="11" v-model="addressData.mobile"  @input="onMobile" placeholder="请输入手机号码" placeholder-class="placeholder" />
 			</view>
 			<view class="input-row b-b" @click="showMulLinkageThreePicker">
-				<view class="label address">所在地区</view>
+				<view class="label address">所在地区:</view>
 				<text class="input" :style="addressData.allAddress=='请选择收货地区'?'color:#b2b2b2':''">
 					{{addressData.allAddress}}
 				</text>		
@@ -206,18 +206,13 @@
 		width: 702rpx;
 		padding:0 24rpx;
 		.input-row{
-			// display: flex;
 			align-items: center;
 			position: relative;
 			width: 702rpx;
 			height: 88rpx;
-			// padding:0 24rpx;
 			margin: 0 auto;
-			// background: #F7F7F7;
-			// border-radius: 14rpx;
 			border-bottom: 2rpx solid #e1e1e1;
 			.label{
-				// display: inline-block;
 				width:100rpx ;
 				line-height: 88rpx;
 				color: #666666;
@@ -230,12 +225,12 @@
 			.input{
 				width: 500rpx;
 				height: 100%;
-				// background: #F7F7F7;
 				font-size: $font-size-28;
 				line-height: 88rpx;
 				display: inline-block;
 				color: #333333;
-				float: right;
+				float: left;
+				padding-left: 20rpx;
 			}
 			&.b-b{
 				margin: 20rpx 0;