| | |
| | | <view class="barText">首页</view> |
| | | </view> |
| | | </view> |
| | | <view style="display: flex;flex-direction: column;padding: 10px 15px;"> |
| | | <view class="list"> |
| | | <view class="first" @click="goExamine"> |
| | | 预警审核 |
| | | </view> |
| | |
| | | |
| | | <style> |
| | | .navBarBox .navBar { |
| | | background-color:lightgrey; |
| | | height: 45px; |
| | | display: flex; |
| | | flex-direction: row; |
| | | justify-content: center; |
| | | align-items: center; |
| | | font-size: 16px; |
| | | /* text-align: center; */ |
| | | font-weight: 600; |
| | | background-color:#fff; |
| | | height: 50px; |
| | | display: flex; |
| | | flex-direction: row; |
| | | justify-content: center; |
| | | align-items: center; |
| | | box-shadow: 0 3px 12px rgba(0,0,0,0.05); |
| | | |
| | | } |
| | | .fix{ |
| | | position: sticky; |
| | |
| | | .statusBar{ |
| | | background-color:lightgrey; |
| | | } |
| | | .list{ |
| | | display: flex; |
| | | flex-direction: column; |
| | | padding: 10px 15px; |
| | | |
| | | } |
| | | .first{ |
| | | width: 100%; |
| | | height: 110px; |
| | |
| | | font-size: 18px; |
| | | margin-top: 40px; |
| | | } |
| | | .barText{ |
| | | text-align: center; |
| | | font-size: 16px; |
| | | font-weight: 600; |
| | | } |
| | | </style> |