|
@@ -4,8 +4,7 @@
|
|
|
<view class="class_item">
|
|
|
<image :src="$method.splitImgHost(item.coverUrl, true)" style="height: 316rpx;width: 100%;border-radius: 24rpx;"></image>
|
|
|
<view style="color: #333333;font-weight: bold;font-size: 32rpx;">
|
|
|
- 2020年二建建筑工程管理与实务(实务专题
|
|
|
- 班)
|
|
|
+ {{item.goodsName}}
|
|
|
</view>
|
|
|
<view class=".content_box">
|
|
|
<image src="/static/icon/wk_icon1.png" class="wk_icon"></image>
|
|
@@ -14,7 +13,7 @@
|
|
|
</view>
|
|
|
<view class=".content_box">
|
|
|
<image src="/static/icon/wk_icon2.png" class="wk_icon"></image>
|
|
|
- 学习有效期:<text class="content"> 2020.11.20 - 2021.12.19 </text>
|
|
|
+ 学习有效期:<text class="content"> {{$method.timestampToTime(item.validityStartTime)}} - {{$method.timestampToTime(item.validityEndTime)}} </text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="bottomBox">
|
|
@@ -127,7 +126,6 @@
|
|
|
|
|
|
.class_item{
|
|
|
width: 100%;
|
|
|
- height: 553rpx;
|
|
|
background: #FFFFFF;
|
|
|
box-shadow: 0rpx 10rpx 9rpx 1rpx rgba(165, 196, 239, 0.1);
|
|
|
border-radius: 24rpx;
|