| | |
| | | <view class="value">廖成瑶</view> |
| | | </view> |
| | | <view class="item"> |
| | | <view class="label">预计入/离厂时间</view> |
| | | <view class="label">预计入/离园时间</view> |
| | | <view class="value">05/01 8:00 - 05/01 18:00</view> |
| | | </view> |
| | | <view class="emyty"></view> |
| | | <view class="item"> |
| | | <view class="label">访客信息</view> |
| | | <view class="value"> |
| | | <image class="avatar" src="@/static/logo@2x.png" mode="widthFix"></image> |
| | | <image |
| | | class="avatar" |
| | | src="@/static/logo@2x.png" |
| | | mode="widthFix" |
| | | ></image> |
| | | <view class="info"> |
| | | <text class="name">孙志 18177665678</text> |
| | | <text>身份证号:3309****2910</text> |
| | |
| | | <view class="item"> |
| | | <view class="avatar"> |
| | | <image class="img" src="@/static/logo@2x.png" mode="widthFix" /> |
| | | <image class="status" src="@/static/staff/liucheng_success@2x.png" mode="widthFix" /> |
| | | <image |
| | | class="status" |
| | | src="@/static/staff/liucheng_success@2x.png" |
| | | mode="widthFix" |
| | | /> |
| | | <view class="separate"></view> |
| | | </view> |
| | | <view class="content"> |
| | |
| | | <view class="item"> |
| | | <view class="avatar"> |
| | | <image class="img" src="@/static/logo@2x.png" mode="widthFix" /> |
| | | <image class="status" src="@/static/staff/liucheng_success@2x.png" mode="widthFix" /> |
| | | <image |
| | | class="status" |
| | | src="@/static/staff/liucheng_success@2x.png" |
| | | mode="widthFix" |
| | | /> |
| | | </view> |
| | | <view class="content"> |
| | | <view class="head"> |
| | |
| | | </view> |
| | | |
| | | <!-- --> |
| | | <u-popup :show="showApprModal" :round="10" :safeAreaInsetBottom="true" mode="bottom" @close="showApprModal = false"> |
| | | <u-popup |
| | | :show="showApprModal" |
| | | :round="10" |
| | | :safeAreaInsetBottom="true" |
| | | mode="bottom" |
| | | @close="showApprModal = false" |
| | | > |
| | | <view class="appr_modal"> |
| | | <view class="title">同意</view> |
| | | <textarea placeholder="同意说明,非必填" placeholder-class="placeholder9" /> |
| | | <textarea |
| | | placeholder="同意说明,非必填" |
| | | placeholder-class="placeholder9" |
| | | /> |
| | | <view class="main_footer"> |
| | | <view class="btn" @click="showApprModal = false">取消</view> |
| | | <view class="btn agree">提交</view> |
| | |
| | | </script> |
| | | <style> |
| | | page { |
| | | background-color: #F7F7F7; |
| | | background-color: #f7f7f7; |
| | | } |
| | | </style> |
| | | <style lang="scss"> |
| | |
| | | position: absolute; |
| | | width: 4rpx; |
| | | height: 100%; |
| | | background-color: #EEEEEE; |
| | | background-color: #eeeeee; |
| | | left: 50%; |
| | | transform: translate(-50%, 0); |
| | | bottom: -80rpx; |
| | |
| | | view{ |
| | | font-size: 26rpx; |
| | | color: #777777; |
| | | |
| | | } |
| | | } |
| | | } |
| | |
| | | .module_list { |
| | | .item { |
| | | padding: 30rpx 0; |
| | | border-bottom: 1rpx solid #E5E5E5; |
| | | border-bottom: 1rpx solid #e5e5e5; |
| | | |
| | | .label { |
| | | font-size: 26rpx; |
| | |
| | | width: 120rpx; |
| | | height: 120rpx; |
| | | border-radius: 8rpx; |
| | | border: 2rpx solid #E5E5E5; |
| | | border: 2rpx solid #e5e5e5; |
| | | } |
| | | |
| | | .info { |
| | |
| | | |
| | | .desc { |
| | | font-size: 26rpx; |
| | | color: #ED4545; |
| | | color: #ed4545; |
| | | } |
| | | |
| | | .status { |
| | |
| | | width: 336rpx; |
| | | height: 88rpx; |
| | | line-height: 88rpx; |
| | | background: #FFFFFF; |
| | | background: #ffffff; |
| | | border-radius: 44rpx; |
| | | border: 1rpx solid #999999; |
| | | font-size: 32rpx; |