| | |
| | | <view class="licence">
|
| | | <box-title title="营业执照" class="box-title"></box-title>
|
| | | <view class="info">
|
| | | <view class="images-box">
|
| | | <u-image v-if="imageObj.imageUrls" width="80" height="80" :src="imageObj.imageUrls"
|
| | | <view class="images-box" v-if="!!imageObj.imageUrls">
|
| | | <u-image width="80" height="80" :src="imageObj.imageUrls"
|
| | | @click="preViewImg(imageObj.imageUrls)"></u-image>
|
| | | </view>
|
| | | </view>
|
| | |
| | | <view class="planegraph">
|
| | | <box-title title="场所平面图" class="box-title"></box-title>
|
| | | <view class="info">
|
| | | <view class="images-box">
|
| | | <u-image v-if="imageObj.planImageUrl" width="80" height="80" :src="imageObj.planImageUrls"
|
| | | <view class="images-box" v-if="!!imageObj.planImageUrl">
|
| | | <u-image width="80" height="80" :src="imageObj.planImageUrls"
|
| | | @click="preViewImg(imageObj.planImageUrl)"></u-image>
|
| | | </view>
|
| | | </view>
|
| | |
| | | }
|
| | | }
|
| | | </script>
|
| | |
|
| | | <style lang="scss">
|
| | | page {
|
| | | background-color: #f5f5f5;
|
| | | }
|
| | | |
| | | <style> |
| | | page { |
| | | background-color: #f5f5f5; |
| | | } |
| | | </style>
|
| | | <style lang="scss" scoped>
|
| | | |
| | |
|
| | | .container {
|
| | | padding-bottom: 130rpx;
|
| | | padding-bottom: 130rpx; |
| | | padding: 20rpx 30rpx; |
| | | padding-bottom: 140rpx; |
| | | |
| | | .basic, |
| | | .licence, |
| | | .planegraph, |
| | | .personnel, |
| | | .examine { |
| | | background-color: #fff; |
| | | padding: 30rpx; |
| | | margin-top: 20rpx; |
| | | border-radius: 8rpx; |
| | | }
|
| | |
|
| | | .box-title {
|
| | | margin-bottom: 15rpx;
|
| | |
| | | }
|
| | | }
|
| | | }
|
| | |
|
| | | .form {
|
| | | background-color: #fff;
|
| | |
|
| | | .form-item {
|
| | | padding: 0 20rpx;
|
| | |
|
| | | &:first-child {
|
| | | border-bottom: 1rpx solid #f6f6ff;
|
| | | }
|
| | | }
|
| | | }
|
| | |
|
| | | .bottom-btn {
|
| | | position: fixed;
|
| | | left: 0;
|
| | |
| | | }
|
| | | }
|
| | |
|
| | | /deep/ .u-form-item__body__left__content__label,
|
| | | /deep/ .uni-input-placeholder {
|
| | | font-size: 30rpx;
|
| | | // /deep/ .u-form-item__body__left__content__label,
|
| | | // /deep/ .uni-input-placeholder {
|
| | | // font-size: 30rpx;
|
| | | // } |
| | | /deep/ .u-form { |
| | | background-color: #fff; |
| | | .u-form-item { |
| | | padding: 0 20rpx; |
| | | border-bottom: 1rpx solid #f6f6ff; |
| | | &:last-child { |
| | | border: 0; |
| | | } |
| | | } |
| | | }
|
| | | </style> |