|
@@ -12,6 +12,7 @@
|
|
:class="active==index ? 'chosen' : ''" @click="courseChose(m,index)">
|
|
:class="active==index ? 'chosen' : ''" @click="courseChose(m,index)">
|
|
{{m.name}}
|
|
{{m.name}}
|
|
</view>
|
|
</view>
|
|
|
|
+
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="details">
|
|
<view class="details">
|
|
@@ -55,6 +56,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+
|
|
<u-divider v-if="reCoursesList.length == recordsTotal && recordsTotal != 0" style="margin-top: 10px">没有更多了</u-divider>
|
|
<u-divider v-if="reCoursesList.length == recordsTotal && recordsTotal != 0" style="margin-top: 10px">没有更多了</u-divider>
|
|
<!-- <view class="title">
|
|
<!-- <view class="title">
|
|
系列全部课程
|
|
系列全部课程
|
|
@@ -202,8 +204,8 @@
|
|
border-radius: 12px;
|
|
border-radius: 12px;
|
|
width: 28%;
|
|
width: 28%;
|
|
text-align: center;
|
|
text-align: center;
|
|
- padding-bottom: 84px;
|
|
|
|
-
|
|
|
|
|
|
+ height:950rpx;
|
|
|
|
+ overflow-y: scroll;
|
|
.item {
|
|
.item {
|
|
line-height: 32px;
|
|
line-height: 32px;
|
|
margin-top: 14px;
|
|
margin-top: 14px;
|
|
@@ -216,13 +218,15 @@
|
|
border-radius: 50px;
|
|
border-radius: 50px;
|
|
background-color: rgba(13, 186, 199, 1);
|
|
background-color: rgba(13, 186, 199, 1);
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
|
|
+ overflow-y: scroll;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.details {
|
|
.details {
|
|
margin-left: 12px;
|
|
margin-left: 12px;
|
|
width: 68.3%;
|
|
width: 68.3%;
|
|
-
|
|
|
|
|
|
+ height: 950rpx;
|
|
|
|
+ overflow-y: scroll;
|
|
.infos-box {
|
|
.infos-box {
|
|
border-radius: 12px;
|
|
border-radius: 12px;
|
|
background-color: rgba(255, 255, 255, 1);
|
|
background-color: rgba(255, 255, 255, 1);
|