You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bocai_supplyChain/pages/xiangmuhezuo/index.wxml

36 lines
1.8 KiB
Plaintext

<view class="bckim">
<!-- wx:if="{{pageDone}}" -->
<!-- <canvas type="2d" id="myCanvas" style="width: 100%;height: 100vh"></canvas> -->
<form catchsubmit="formSubmit">
<scroll-view scroll-y="true" style="height: 100vh;">
<view class="" style="padding: 48px 32px 1px 32px">
<view class="f16 fwb mb32 cf">如您有用工需求,或您比平台的项目政策更有优势,可以留下您的联系方式,我们会尽快联系您。</view>
<view class="f16 cf">您的单位名称</view>
<input class="hzInput" name="companyName" type="text" placeholder="请输入您的单位名称" />
<view class hover-class="none" hover-stop-propagation="false">
<view class="f16 mt16 cf pr" style="">
<!-- <text style="color:#E4000C;font-size: 25px;position: absolute;left: 2px;top: -3px;">*</text> -->
您的称呼(必填)
</view>
<input class="hzInput" name="userName" type="text" placeholder="请输入您的称呼" />
</view>
<view class hover-class="none" hover-stop-propagation="false">
<view class="f16 mt16 cf pr" style="">
<!-- <text style="color:#E4000C;font-size: 25px;position: absolute;left:2px;top: -3px;">*</text> -->
联系电话(必填)
</view>
<input class="hzInput" name="tel" type="number" placeholder="请输入您的联系电话" />
</view>
<view class="f16 mt16 cf">备注</view>
<textarea class="hzTextarea" name="desp" auto-height placeholder="请输入备注" style="padding-top:14px;box-sizing: border-box;width: 100%;min-height: 120px;"></textarea>
<button class="loginOut normalBtn f16" hover-class="button-hover" style="margin-top:60px;margin-bottom:42px;" formType="submit">提交</button>
</view>
</scroll-view>
</form>
</view>