| | |
| | | <!--pages/bookServices/detail/index.wxml--> |
| | | <!--导航区域 --> |
| | | <view class="page-bookService"> |
| | | <view style="width: 100%; height: {{barHeight}}px; "></view> |
| | | <view class="nacigationBar" style="width: 70%; height: {{navBarHeight}}px;"> |
| | | <view> |
| | |
| | | <view class="num" wx:if="{{num > 0}}">{{num}}</view> |
| | | </view> |
| | | </view> |
| | | |
| | | </view> |
| | |
| | | /* pages/bookServices/detail/index.wxss */ |
| | | |
| | | .page-bookService { |
| | | width: 100vw; |
| | | height: 100vh; |
| | | } |
| | | |
| | | .nacigationBar { |
| | | background-color: #fff; |
| | |
| | | |
| | | .book { |
| | | position: relative; |
| | | height: 81vh; |
| | | height: calc(100vh - env(safe-area-inset-bottom) - 141px); |
| | | background-color: #F2F3F8; |
| | | } |
| | | |