H5端齐采药项目,uniapp框架
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.
 
 
 
 
 

142 lines
3.5 KiB

<template>
<view class="head">
<!-- 资料附件 -->
<view class="business">
营业资质或医疗机构许可证
</view>
<view class="upload">
请上传营业执照
</view>
<view class="Business df fdc aic">
<image :src="$util.img(`/upload/weapp/pageSalesman/search.png`)" mode=""></image>
<div class="Upload-pictures">上传图片</div>
<div class="ask">文件大小不超过10M支持JPG\PNG\JPEG格式</div>
</view>
<view class="business-two">
药品经营许可证
</view>
<view class="upload">
请上传药品经营许可证
</view>
<view class="Business df fdc aic">
<image :src="$util.img(`/upload/weapp/pageSalesman/search.png`)" mode=""></image>
<div class="Upload-pictures">上传图片</div>
<div class="ask">文件大小不超过10M支持JPG\PNG\JPEG格式</div>
</view>
<view class="business-two">
法人身份证
</view>
<view class="upload">
请上传法人身份证
</view>
<view class="Business df fdc aic">
<image :src="$util.img(`/upload/weapp/pageSalesman/search.png`)" mode=""></image>
<div class="Upload-pictures">上传图片</div>
<div class="ask">文件大小不超过10M支持JPG\PNG\JPEG格式</div>
</view>
<view class="business-two">
法人委托书
</view>
<view class="upload">
请上传法人委托书
</view>
<view class="Business df fdc aic">
<image :src="$util.img(`/upload/weapp/pageSalesman/search.png`)" mode=""></image>
<div class="Upload-pictures">上传图片</div>
<div class="ask">文件大小不超过10M支持JPG\PNG\JPEG格式</div>
</view>
<view class="business-two">
发票信息
</view>
<view class="upload">
请上传发票信息
</view>
<view class="Business df fdc aic">
<image :src="$util.img(`/upload/weapp/pageSalesman/search.png`)" mode=""></image>
<div class="Upload-pictures">上传图片</div>
<div class="ask">文件大小不超过10M支持JPG\PNG\JPEG格式</div>
</view>
<view class="df aic jcsa accomplish">
完成
</view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss">
.head{
padding: 20rpx 32rpx;
.business{
font-size: 28rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #222222;
line-height: 40rpx;
}
.upload{
font-size: 24rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
line-height: 34rpx;
margin-top: 8rpx;
}
.Business{
width: 686rpx;
height: 320rpx;
background: #F6F6F6;
border-radius: 16rpx;
margin-top: 24rpx;
image{
width: 48rpx;
height: 48rpx;
margin-top: 88rpx;
}
.Upload-pictures{
font-size: 28rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #BFBFBF;
line-height: 40rpx;
margin-top: 16rpx;
}
.ask{
font-size: 24rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #BFBFBF;
line-height: 34rpx;
margin-top: 8rpx;
}
}
.business-two{
font-size: 28rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #222222;
line-height: 40rpx;
margin-top: 48rpx;
}
.accomplish{
width: 690rpx;
height: 80rpx;
background: #21BBF3;
border-radius: 40rpx;
margin-top: 32rpx;
font-size: 28rpx;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FFFFFF;
line-height: 40rpx;
}
}
</style>