companyshenhe.vue
2.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<template>
<view class="content">
<view class="writebox commnonpadding">
<view class="companyitem flextwo">
<view class="companyitemleft">企业名称</view>
<view class="cright">
<input type="text" placeholder="请填写企业名称" placeholder-class="entercom" />
</view>
</view>
<view class="companyitem flextwo">
<view class="companyitemleft">企业联系人</view>
<view class="cright">
<input type="text" placeholder="请填写企业联系人" placeholder-class="entercom" />
</view>
</view>
<view class="companyitem flextwo">
<view class="companyitemleft">联系电话</view>
<view class="cright">
<input type="text" placeholder="请填写联系电话" placeholder-class="entercom" />
</view>
</view>
<view class="companyitem">
<view class="companyitemleft">营业执照</view>
<view class="compantphoto">
<image src="" mode=""></image>
</view>
</view>
<view class="companyitem flextwo">
<view class="companyitemleft">注册地址</view>
<view class="cright">
<input type="text" placeholder="请填写注册地址" placeholder-class="entercom" />
</view>
</view>
<view class="companyitem flextwo">
<view class="companyitemleft">社会统一信用代码</view>
<view class="cright">
<input type="text" placeholder="请填写社会统一信用代码" placeholder-class="entercom" />
</view>
</view>
<view class="companyitem flextwo">
<view class="companyitemleft">账单结算周期</view>
<view class="cright">
<input type="text" placeholder="请填写账单结算周期" placeholder-class="entercom" />
</view>
</view>
<view class="companyitem flextwo">
<view class="companyitemleft">邀请码</view>
<view class="cright">
<input type="text" placeholder="请填写邀请码" placeholder-class="entercom" />
</view>
</view>
</view>
<view class="flexone xieyibox commnonpadding">
<view class='agreeimg'>
<image src="../../static/nosel.png" mode=""></image>
</view>
<view class="agreetext">我已阅读 <text class="xieyitext">《某某某服务协议 》</text></view>
</view>
<view class="huiyuanbot boxsizing shenhe">
<view class="behuiyuanbtn">提交审核</view>
</view>
</view>
</template>
<script>
</script>
<style>
@import url('../../base/usercenter');
page {
background: #F9F9FB;
}
.shenhe {
/* bottom:10rpx; */
position: unset;
}
.writebox {
background: #fff;
}
</style>