| | |
| | | <view class="wbox"> |
| | | <view class="item"> |
| | | <view class="k"> |
| | | 执法类型 |
| | | 检查方式 |
| | | </view> |
| | | <view class="v"> |
| | | {{type}} |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { order } from '@/api/index.js' |
| | | import { getDicts } from '@/api/data.js' |
| | | import { config } from '@/common/config' |
| | | import { |
| | | order |
| | | } from '@/api/index.js' |
| | | import { |
| | | getDicts |
| | | } from '@/api/data.js' |
| | | import { |
| | | config |
| | | } from '@/common/config' |
| | | |
| | | export default { |
| | | data() { |
| | |
| | | page{ |
| | | background: #F4F4F4; |
| | | } |
| | | |
| | | </style> |
| | | <style lang="scss" scoped> |
| | | .page-main{ |
| | | position: relative; |
| | | top: -380rpx; |
| | | } |
| | | |
| | | .donw-box{ |
| | | width: 100%; |
| | | height: 380rpx; |
| | | flex-shrink: 0; |
| | | background: linear-gradient(180deg, #1171E0 42.5%, #F4F4F4 100%); |
| | | } |
| | | |
| | | .wbox{ |
| | | background: #fff; |
| | | border-radius: 5px; |
| | | padding: 24rpx; |
| | | box-sizing: border-box; |
| | | margin: 0 32rpx; |
| | | |
| | | .item{ |
| | | display: flex; |
| | | margin-bottom: 20rpx; |
| | | font-size: 30rpx; |
| | | |
| | | .k{ |
| | | color: #7E8596; |
| | | width: 30%; |
| | | |
| | | } |
| | | |
| | | .v{ |
| | | color: #202D44; |
| | | width: 70%; |
| | | |
| | | } |
| | | } |
| | | |
| | | .item:last-child{ |
| | | margin-bottom: 0; |
| | | } |
| | | |
| | | .imgbox{ |
| | | // display: flex; |
| | | // flex-wrap: wrap; |
| | |
| | | grid-template-columns: 1fr 1fr 1fr; |
| | | grid-gap: 10rpx; |
| | | border-radius: 10rpx; |
| | | |
| | | img{ |
| | | width: 198rpx; |
| | | height: 198rpx; |