You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
2.4 KiB
63 lines
2.4 KiB
<!--pages/release/perfectCompanyInfo/index.wxml--> |
|
<view class="perfect-companyInfo-page"> |
|
<view class="title acea-row row-middle">个人(团队)简介</view> |
|
<view class="form-box"> |
|
<view class="introduction-box"> |
|
<view class="introduction-item acea-row row-between-wrapper"> |
|
<view>团队规模<text class="red">*</text></view> |
|
<view class="acea-row row-middle"> |
|
<input type="text" placeholder="请填写(人)" /> |
|
<image src="../../../images/home/arrow-r.png"></image> |
|
</view> |
|
</view> |
|
<view class="introduction-item acea-row row-between-wrapper"> |
|
<view>主要承接类型<text class="red">*</text></view> |
|
<view class="acea-row row-middle"> |
|
<input type="text" placeholder="请填写(人)" /> |
|
<image src="../../../images/home/arrow-r.png"></image> |
|
</view> |
|
</view> |
|
<view class="introduction-item acea-row row-between-wrapper"> |
|
<view>承接时间<text class="red">*</text></view> |
|
<view class="acea-row row-middle"> |
|
<input type="text" placeholder="请填写(人)" /> |
|
<image src="../../../images/home/arrow-r.png"></image> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="form-item"> |
|
<view class="label-box acea-row row-between-wrapper"> |
|
<view>办公地址<text class="red">*</text></view> |
|
<view class="chose">去选择地址</view> |
|
</view> |
|
<view class="inp-box"> |
|
<input type="text" placeholder="企业详细地址" value="" /> |
|
</view> |
|
</view> |
|
<view class="form-item"> |
|
<view class="label-box acea-row row-between-wrapper"> |
|
<view>客服电话<text class="red">*</text></view> |
|
</view> |
|
<view class="inp-box"> |
|
<input type="text" placeholder="客服电话" value="" /> |
|
</view> |
|
</view> |
|
<view class="form-item"> |
|
<view class="label-box acea-row row-between-wrapper"> |
|
<view>关于我们</view> |
|
</view> |
|
<view class="textarea-box"> |
|
<textarea value="" placeholder=""></textarea> |
|
</view> |
|
</view> |
|
<view class="form-item"> |
|
<view class="label-box acea-row row-between-wrapper"> |
|
<view>团队展示</view> |
|
</view> |
|
<view class="upload-box"> |
|
<image src="../../../images/upload.png"></image> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="submit-btn">保存并提交</view> |
|
</view>
|
|
|