课程详情
This commit is contained in:
@@ -128,9 +128,10 @@
|
|||||||
>有效期至{{ v.endTime }}
|
>有效期至{{ v.endTime }}
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<!-- v-if="goBuyType!=1" -->
|
<!-- -->
|
||||||
<view class="right">
|
<view class="right">
|
||||||
<u-icon
|
<u-icon
|
||||||
|
v-if="goBuyType!=1"
|
||||||
@click="handleClickGetGoodsList(v)"
|
@click="handleClickGetGoodsList(v)"
|
||||||
class="editIcon"
|
class="editIcon"
|
||||||
name="shopping-cart-fill"
|
name="shopping-cart-fill"
|
||||||
@@ -157,7 +158,7 @@
|
|||||||
class="item_videoList"
|
class="item_videoList"
|
||||||
@click.stop="gotoDetail(item, index)"
|
@click.stop="gotoDetail(item, index)"
|
||||||
>
|
>
|
||||||
<view style="display: flex; align-items: center">
|
<view style="display: flex;width: calc(100% - 140rpx); align-items: center">
|
||||||
<text
|
<text
|
||||||
class="hidden1"
|
class="hidden1"
|
||||||
style="display: inline-block; width: calc(100% - 100rpx)"
|
style="display: inline-block; width: calc(100% - 100rpx)"
|
||||||
@@ -221,6 +222,7 @@
|
|||||||
</scroll-view>
|
</scroll-view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view style="background:rgba(255, 255, 255, 0.85) !important;">
|
||||||
<uni-section
|
<uni-section
|
||||||
style="padding: 0 20rpx"
|
style="padding: 0 20rpx"
|
||||||
class="mb-10 graybg"
|
class="mb-10 graybg"
|
||||||
@@ -246,6 +248,8 @@
|
|||||||
<u-divider v-show="status == 3" text="暂无留言数据"></u-divider>
|
<u-divider v-show="status == 3" text="暂无留言数据"></u-divider>
|
||||||
<u-divider v-show="status == 1" text="加载中..."></u-divider>
|
<u-divider v-show="status == 1" text="加载中..."></u-divider>
|
||||||
</view>
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
<u-popup key="1" :show="pricespop" :round="10" @close="closePup">
|
<u-popup key="1" :show="pricespop" :round="10" @close="closePup">
|
||||||
<view class="proListPrice" v-if="proPriceList.length > 0">
|
<view class="proListPrice" v-if="proPriceList.length > 0">
|
||||||
<view class="title"> 请选择 </view>
|
<view class="title"> 请选择 </view>
|
||||||
@@ -1605,6 +1609,7 @@ export default {
|
|||||||
//
|
//
|
||||||
|
|
||||||
.liuyanBox {
|
.liuyanBox {
|
||||||
|
|
||||||
padding: 0 20rpx;
|
padding: 0 20rpx;
|
||||||
margin-top: 20rpx;
|
margin-top: 20rpx;
|
||||||
|
|
||||||
@@ -1684,6 +1689,8 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.linkPro {
|
.linkPro {
|
||||||
|
margin-bottom:20rpx;
|
||||||
|
background:rgba(255, 255, 255, 0.85) !important;
|
||||||
// padding:0 20rpx;
|
// padding:0 20rpx;
|
||||||
.more {
|
.more {
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
@@ -2296,12 +2303,12 @@ margin-bottom:10rpx;
|
|||||||
}
|
}
|
||||||
.chapter_content {
|
.chapter_content {
|
||||||
padding: 20rpx;
|
padding: 20rpx;
|
||||||
padding-top:90rpx;
|
padding-top:60rpx;
|
||||||
margin-top:-40rpx;
|
margin-top:-40rpx;
|
||||||
border:4rpx solid #FFFFFC;
|
border:4rpx solid #FFFFFC;
|
||||||
// background-image: linear-gradient(-180deg, #8BBDFE 0%, #B4DCFF 100%);
|
// background-image: linear-gradient(-180deg, #8BBDFE 0%, #B4DCFF 100%);
|
||||||
background:rgba(255, 255, 255, 0.85);
|
background:rgba(255, 255, 255, 0.85);
|
||||||
box-shadow: 0px 0px 3px 0px rgba(0, 82, 79, 0.2) !important;
|
box-shadow: 0px 0px 3px 0px rgba(0, 82, 79, 0.2) !important;
|
||||||
border-radius:30rpx;
|
border-radius:20rpx;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user