Browse Source

测试优化 机构资料

zhengjinyi 4 years ago
parent
commit
f70ba90530
2 changed files with 14 additions and 6 deletions
  1. 13 6
      pages/login/apply.vue
  2. 1 0
      pages/login/information.vue

+ 13 - 6
pages/login/apply.vue

@@ -112,7 +112,7 @@
 				</view>
 			</view>
 			<view class="register-row clearfix" v-if="isOrganizationType == 1">
-				<view class="register-from noneborder">
+				<view class="register-from noneborder 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>
@@ -154,7 +154,7 @@
 				</view>	
 				<view class="register-from group btn" style="height: auto;border: 0;">
 					<view class="content-class btn">
-						<input class="row-input other" type="text" v-model="customItemValue"  placeholder-style="placeholder" placeholder="请输入自定义项目" maxlength="5"/>
+						<input class="row-input other" type="text" v-model="customItemValue"  placeholder-style="placeholder" placeholder="请输入自定义主营内容" maxlength="5"/>
 						<button type="default" 
 								class="confirm-btn" 
 								@click.stop="addCustomItem"
@@ -660,10 +660,10 @@
 					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;
@@ -720,7 +720,13 @@
 					background: #FFFFFF;
 					position: relative;
 					border-bottom: 1px solid #e1e1e1;
-					&.noneborder{border: none;}
+					box-sizing: border-box;
+					&.noneborder{
+						border: none;
+					}
+					&.second{
+						padding-left: 160rpx;
+					}
 					.label{
 						text-align: left;
 						font-size: $font-size-28;
@@ -818,7 +824,8 @@
 							width: 500rpx;
 							height: 88rpx;
 							line-height: 88rpx;
-							padding-left: 30rpx;
+							padding-left: 40rpx;
+							float: left;
 						}
 					}
 					&.radio{

+ 1 - 0
pages/login/information.vue

@@ -735,6 +735,7 @@
 					margin:0 24rpx;
 					position: relative;
 					border-bottom: 2rpx solid #e1e1e1;
+					box-sizing: border-box;
 					.keshi{
 						width: 678rpx;
 						border: 2rpx solid #b2b2b2;