| | |
| | | </view> |
| | | <!-- 页面内容 --> |
| | | <view class="m-p-15"> |
| | | <view class="cardList"> |
| | | <view class="cardList" v-if="classList && classList.length>0"> |
| | | <scroll-view scroll-y="true" class="scroll-Y" @scrolltoupper="upper" |
| | | @scrolltolower="lower" lower-threshold="150" @scroll="scrollView" style="height:100%"> |
| | | <view style="padding: 20px 0 20px"> |
| | |
| | | </view> |
| | | </scroll-view> |
| | | </view> |
| | | <u-empty style="margin-top: 80px" v-else text="暂无记录" mode="data"></u-empty> |
| | | </view> |
| | | <tabBar :currentPagePath="page"></tabBar> |
| | | </view> |
| | |
| | | border-radius: 99px; |
| | | overflow: hidden; |
| | | box-shadow: 0 -6px 10px rgba(150, 150, 150, 0.1), 0 6px 10px rgba(150, 150, 150, 0.1); |
| | | backdrop-filter: blur(10px); |
| | | -webkit-backdrop-filter: blur(10px); |
| | | |
| | | /deep/ .u-tabbar__content{ |
| | | background-color: rgba(255,255,255,.4); |
| | | backdrop-filter: blur(5px); |
| | | -webkit-backdrop-filter: blur(5px); |
| | | border: 1px solid rgba(255,255,255,.8); |
| | | } |
| | | |
| | | /deep/ .u-tabbar .u-border-top{ |
| | | border-color: rgba(0,0,0,0) !important; |
| | |
| | | </view> |
| | | <!-- 页面内容 --> |
| | | <view class="m-p-15"> |
| | | <view class="cardList"> |
| | | <view class="cardList" v-if="quizList && quizList.length>0"> |
| | | <scroll-view scroll-y="true" class="scroll-Y" @scrolltoupper="upper" |
| | | @scrolltolower="lower" lower-threshold="150" @scroll="scrollView" style="height:100%"> |
| | | <view style="padding: 20px 0 20px"> |
| | |
| | | </view> |
| | | </scroll-view> |
| | | </view> |
| | | <u-empty style="margin-top: 80px" v-else text="暂无记录" mode="data"></u-empty> |
| | | </view> |
| | | <tabBar :currentPagePath="page"></tabBar> |
| | | </view> |