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