|
@@ -23,26 +23,26 @@
|
|
|
></polyv-player>
|
|
|
</view>
|
|
|
|
|
|
- <!-- </view> -->
|
|
|
- </view>
|
|
|
- <view class="contents">
|
|
|
- <view class="cou_title">
|
|
|
- <view class="title_name">
|
|
|
- <!-- <view class="yearTag" v-if="detail.year">{{detail.year}}</view> -->
|
|
|
- <view class="titleTag">{{detail.goodsName}}</view>
|
|
|
- </view>
|
|
|
- <view style="display: flex;justify-content: space-between;margin-top: 13rpx;">
|
|
|
- <view class="noteTag">
|
|
|
- <!-- <image src="/static/icon/wk_icon1.png" class="wk_icon"></image> -->
|
|
|
- 共 <text class="blackFont">{{courseList.length}} 课程 {{detail.classHours || '-'}}</text> 学时
|
|
|
+ <view class="cou_title">
|
|
|
+ <view class="title_name">
|
|
|
+ <!-- <view class="yearTag" v-if="detail.year">{{detail.year}}</view> -->
|
|
|
+ <view class="titleTag">{{detail.goodsName}}</view>
|
|
|
</view>
|
|
|
- <view class="prices">
|
|
|
- <text class="price_sym">¥</text>
|
|
|
- <text class="price_word">{{ detail.standPrice }}</text>
|
|
|
+ <view style="display: flex;justify-content: space-between;margin-top: 13rpx;">
|
|
|
+ <view class="prices">
|
|
|
+ <!-- <text class="price_sym">¥</text> -->
|
|
|
+ <text class="price_word">¥ {{ detail.standPrice }}</text>
|
|
|
+ </view>
|
|
|
+ <view class="noteTag">
|
|
|
+ <!-- <image src="/static/icon/wk_icon1.png" class="wk_icon"></image> -->
|
|
|
+ 共 <text class="blackFont">{{courseList.length}} 课程 {{detail.classHours || '-'}}</text> 学时
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view><u-line color="#D6D6DB" /></view>
|
|
|
- </view>
|
|
|
+ <!-- </view> -->
|
|
|
+ </view>
|
|
|
+ <view class="contents">
|
|
|
+
|
|
|
<!-- <u-line color="#D6D6DB" /> -->
|
|
|
<!-- <view style="height: 80rpx;">
|
|
|
<view><u-tabs :list="list" :item-width="itemWidth()" font-size="30" bar-width="24" :current="current" @change="change" active-color="#007AFF"></u-tabs></view>
|
|
@@ -447,7 +447,7 @@ export default {
|
|
|
</script>
|
|
|
<style >
|
|
|
page{
|
|
|
- background-color: #ffffff;
|
|
|
+ background-color: #F2F2F2;
|
|
|
}
|
|
|
</style>
|
|
|
<style lang="scss" scope>
|
|
@@ -495,30 +495,32 @@ export default {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
background-color: #ffffff;
|
|
|
- border-radius: 24rpx 24rpx 0rpx 0rpx;
|
|
|
- position: relative;
|
|
|
- top: -27rpx;
|
|
|
- left: 0;
|
|
|
+ margin-top: 16rpx;
|
|
|
+ overflow: hidden;
|
|
|
+ // border-radius: 24rpx 24rpx 0rpx 0rpx;
|
|
|
+ // position: relative;
|
|
|
+ // top: -27rpx;
|
|
|
+ // left: 0;
|
|
|
}
|
|
|
.cou_title {
|
|
|
- height: 210rpx;
|
|
|
- padding: 27rpx 56rpx 0rpx 56rpx;
|
|
|
+ // height: 210rpx;
|
|
|
+ padding: 24rpx 32rpx 40rpx 32rpx;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: space-around;
|
|
|
}
|
|
|
.prices {
|
|
|
- .price_sym {
|
|
|
- font-size: 20rpx;
|
|
|
- color: #333333;
|
|
|
- position: relative;
|
|
|
- top: -23rpx;
|
|
|
- left: 0;
|
|
|
- margin-right: 10rpx;
|
|
|
- }
|
|
|
+ // .price_sym {
|
|
|
+ // font-size: 20rpx;
|
|
|
+ // color: #333333;
|
|
|
+ // position: relative;
|
|
|
+ // top: -23rpx;
|
|
|
+ // left: 0;
|
|
|
+ // margin-right: 10rpx;
|
|
|
+ // }
|
|
|
.price_word {
|
|
|
- font-size: 42rpx;
|
|
|
- font-weight: bold;
|
|
|
+ font-size: 40rpx;
|
|
|
+ font-weight: 800;
|
|
|
color: #FC3F3F;
|
|
|
}
|
|
|
}
|
|
@@ -619,18 +621,18 @@ export default {
|
|
|
bottom: 0;
|
|
|
width: 100%;
|
|
|
left: 0;
|
|
|
- height:98rpx ;
|
|
|
+ height: 132rpx ;
|
|
|
background-color: #FFFFFF;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
padding: 0 24rpx;
|
|
|
- box-shadow: 0px -5px 20px 1px rgba(1,99,235,0.1000);
|
|
|
+ box-shadow: 0rpx -2rpx 6rpx 0rpx rgba(0,0,0,0.1000);
|
|
|
.icons {
|
|
|
display: flex;
|
|
|
.share_w {
|
|
|
- font-size: 20rpx;
|
|
|
- color: #666666;
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #333;
|
|
|
margin-top: 6rpx;
|
|
|
}
|
|
|
.icon_item {
|
|
@@ -681,7 +683,7 @@ export default {
|
|
|
font-size: 30rpx;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: 400;
|
|
|
- color: #666;
|
|
|
+ color: #A7B0B8;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.priceTag{
|