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