|
@@ -21,13 +21,49 @@
|
|
<text class="iconfont icon-xiayibu"></text>
|
|
<text class="iconfont icon-xiayibu"></text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <textarea value="" placeholder="请填写详细地址,如街道/小区/门牌等" maxlength="50" class="address-details"/>
|
|
|
|
+ <view class="info-from">
|
|
|
|
+ <view class="label">联系人</view>
|
|
|
|
+ <input class="row-input" type="text" placeholder="请输入联系人姓名" maxlength="6"/>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="info-from">
|
|
|
|
+ <view class="label">邮箱</view>
|
|
|
|
+ <input class="row-input" type="text" placeholder="请输入邮箱地址 " maxlength="6"/>
|
|
|
|
+ </view>
|
|
|
|
+ <text class="info-email">邮箱可用作登录账号,请使用公司邮箱或法人邮箱</text>
|
|
|
|
+ <view class="info-from">
|
|
|
|
+ <view class="label">固定电话</view>
|
|
|
|
+ <input class="row-input" type="text" placeholder="请在号码前加区 " maxlength="6"/>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="info-from">
|
|
|
|
+ <view class="label">传真</view>
|
|
|
|
+ <input class="row-input" type="text" placeholder="请输入公司传真号 " maxlength="6"/>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="info-from">
|
|
|
|
+ <view class="label">法人代表</view>
|
|
|
|
+ <input class="row-input" type="text" placeholder="请输入公司法人代表姓名 " maxlength="6"/>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="info-from">
|
|
|
|
+ <view class="label">注册资本</view>
|
|
|
|
+ <input class="row-input" type="text" placeholder="请填写公司注册资本 " maxlength="6"/>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="info-from">
|
|
|
|
+ <view class="label">公司性质</view>
|
|
|
|
+ <input class="row-input" type="text" placeholder="请填写公司性质 " maxlength="6"/>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="info-from">
|
|
|
|
+ <view class="label">年营业额</view>
|
|
|
|
+ <input class="row-input" type="text" placeholder="请输入公司年营业额 " maxlength="6"/>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
|
|
+
|
|
<view class="wrap-content">
|
|
<view class="wrap-content">
|
|
<view class="row">
|
|
<view class="row">
|
|
<view class="info-title">经营信息</view>
|
|
<view class="info-title">经营信息</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
|
+
|
|
<view class="wrap-image">
|
|
<view class="wrap-image">
|
|
<view class="row">
|
|
<view class="row">
|
|
<view class="info-title">资质证明</view>
|
|
<view class="info-title">资质证明</view>
|
|
@@ -54,6 +90,7 @@
|
|
},
|
|
},
|
|
data(){
|
|
data(){
|
|
return{
|
|
return{
|
|
|
|
+ isShowInput:false,
|
|
addressData:{
|
|
addressData:{
|
|
address:'请选择公司所在地区',
|
|
address:'请选择公司所在地区',
|
|
townID:'', //区ID
|
|
townID:'', //区ID
|
|
@@ -122,11 +159,25 @@
|
|
.icon-xiayibu{
|
|
.icon-xiayibu{
|
|
position: absolute;
|
|
position: absolute;
|
|
right: 0;
|
|
right: 0;
|
|
- color: #666666;
|
|
|
|
|
|
+ color: #b2b2b2;
|
|
}
|
|
}
|
|
.none{
|
|
.none{
|
|
- color: #666666;
|
|
|
|
|
|
+ color: #b2b2b2;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ .address-details{
|
|
|
|
+ height: 146rpx;
|
|
|
|
+ border-bottom: 2rpx solid #e1e1e1;
|
|
|
|
+ width: 702rpx;
|
|
|
|
+ margin: auto;
|
|
|
|
+ font-size: $font-size-28;
|
|
|
|
+ padding-top: 20rpx;
|
|
|
|
+ }
|
|
|
|
+ input[type="text"]::placeholder,textarea::placeholder{color: #b2b2b2;}
|
|
|
|
+ .info-email{
|
|
|
|
+ color: #fea785;
|
|
|
|
+ font-size: $font-size-20;
|
|
|
|
+ padding-left: 24rpx ;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|