超V课程
This commit is contained in:
@@ -22,10 +22,10 @@
|
||||
<image src="../../static/my_02.png" mode="aspectFit"></image>
|
||||
<text>我的课程</text>
|
||||
</div>
|
||||
<!-- <div class="item flexbox" @click="onPageJump()">
|
||||
<image src="../../static/my_03.png" mode="aspectFit"></image>
|
||||
<div class="item flexbox" @click="onPageJump('/pages/course/vipCourse')">
|
||||
<image src="../../static/my_06.png" mode="aspectFit"></image>
|
||||
<text>超V专享</text>
|
||||
</div> -->
|
||||
</div>
|
||||
<!-- <div class="item flexbox" @click="onPageJump()">
|
||||
<image src="../../static/my_03.png" mode="aspectFit"></image>
|
||||
<text>太湖讲堂</text>
|
||||
@@ -1387,20 +1387,20 @@
|
||||
|
||||
.hn_cl_tit.active {
|
||||
background-color: #e4eefa;
|
||||
position: relative;
|
||||
// position: relative;
|
||||
text {
|
||||
color: #3361a5;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
.hn_cl_tit.active::after{
|
||||
display: block;
|
||||
transform: rotate(180deg);
|
||||
content: ''; position: absolute; bottom: -20rpx; left: calc(50% - 16rpx); z-index: 1;
|
||||
border-right: 20rpx solid transparent;
|
||||
border-left: 20rpx solid transparent;
|
||||
border-bottom: 20rpx solid #ffff;
|
||||
}
|
||||
// .hn_cl_tit.active::after{
|
||||
// display: block;
|
||||
// transform: rotate(180deg);
|
||||
// content: ''; position: absolute; bottom: -20rpx; left: calc(50% - 16rpx); z-index: 1;
|
||||
// border-right: 20rpx solid transparent;
|
||||
// border-left: 20rpx solid transparent;
|
||||
// border-bottom: 20rpx solid #ffff;
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user