companyshenhe.vue 2.5 KB
<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>