调整超V介绍文案
This commit is contained in:
@@ -540,10 +540,8 @@ export default {
|
||||
position: absolute;
|
||||
bottom: 20rpx;
|
||||
right: 20rpx;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: end;
|
||||
.btn_box_price{
|
||||
font-size: 32rpx;
|
||||
font-weight: 500;
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
<view class="learnBox box" >
|
||||
<view class="newBox">
|
||||
<view class="item flexbox" v-for="(item, index) in courseList" :key="index" @click="onPageJump('/pages/course/courseDetail',item.id, item.title)">
|
||||
<!-- <view class="imgcontainer" :style="{backgroundImage:surl(item.image)}"> -->
|
||||
<view class="imgcontainer">
|
||||
<image :src="item.image" mode="aspectFit"></image>
|
||||
</view>
|
||||
@@ -14,18 +13,11 @@
|
||||
<view class="txt555">
|
||||
{{item.title}}
|
||||
</view>
|
||||
<view class="jianjie" v-html="item.content">
|
||||
|
||||
</view>
|
||||
<!-- <view class="tag-view">
|
||||
<uni-tag style="margin-right: 10rpx;" text="高级" type="primary" size="small" />
|
||||
<uni-tag style="margin-right: 10rpx;" text="选修" size="small" type="success" />
|
||||
</view> -->
|
||||
<view class="jianjie" v-html="item.content"></view>
|
||||
<view class="btn_box">
|
||||
<text>课程详情</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
<u-divider v-show="status == 2" text="已加载全部"></u-divider>
|
||||
@@ -36,7 +28,6 @@
|
||||
<public-module></public-module>
|
||||
<z-navigation></z-navigation>
|
||||
<u-back-top :scroll-top="scrollTop" bottom="60" :customStyle='bgiStyle' :iconStyle="iconStyle"></u-back-top>
|
||||
<!-- <music-play :playData="playData"></music-play> -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -192,7 +183,7 @@
|
||||
height: 200rpx;
|
||||
}
|
||||
}
|
||||
.btn_box{ text-align: right;
|
||||
.btn_box{ text-align: right; margin-top: 10rpx;
|
||||
text{
|
||||
border-radius: 20rpx;
|
||||
padding: 3px 5px; @include theme("btn_bg");
|
||||
@@ -206,8 +197,10 @@
|
||||
.jianjie {
|
||||
margin-top: 10rpx;
|
||||
font-size: 24rpx;
|
||||
@include bov();
|
||||
line-height: 36rpx;
|
||||
color: #9c9c9c;
|
||||
max-height: 108rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.txt555 {
|
||||
|
||||
Reference in New Issue
Block a user