| | |
| | | .workDetailContainer { |
| | | // 添加导航栏高度的padding-top,避免内容被遮挡 |
| | | padding-top: 88rpx; |
| | | height: 100vh; |
| | | box-sizing: border-box; |
| | | display: flex; |
| | | flex-direction: column; |
| | | overflow: hidden; |
| | | :deep() { |
| | | .u-navbar__content { |
| | | background: url('https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_app_assets/images/user/bg.png') |
| | |
| | | } |
| | | } |
| | | .detailTop { |
| | | flex-shrink: 0; |
| | | // #ifdef APP-PLUS |
| | | padding-top: 60rpx; |
| | | // #endif |
| | |
| | | } |
| | | |
| | | .worderContainer { |
| | | flex: 1; |
| | | min-height: 0; |
| | | padding: 0 24rpx; |
| | | padding-bottom: 4rpx; |
| | | background: #f6f6f6; |
| | | margin-top: 20rpx; |
| | | height: calc(100vh - 530rpx); |
| | | overflow: auto; |
| | | overflow-y: auto; |
| | | overflow-x: hidden; |
| | | -webkit-overflow-scrolling: touch; |
| | | } |
| | | .workOrderContent { |
| | | margin-top: 30epx; |