|
@@ -38,9 +38,9 @@
|
|
|
<view class="lines"></view>
|
|
|
<view class="course_list">
|
|
|
<view class="clist_item">
|
|
|
- <image v-if="courseNum == 0" class="type_img" src="../static/topic/type1_one.png" ></image>
|
|
|
- <image v-if="courseNum == 1" class="type_img" src="../static/topic/type2_two.png" ></image>
|
|
|
- <image v-if="courseNum == 2" class="type_img" src="../static/topic/type3_three.png" ></image>
|
|
|
+ <image v-if="courseNum == 0" class="type_img" src="../static/topic/type1_one.jpg" ></image>
|
|
|
+ <image v-if="courseNum == 1" class="type_img" src="../static/topic/type2_one.jpg" ></image>
|
|
|
+ <image v-if="courseNum == 2" class="type_img" src="../static/topic/type3_one.jpg" ></image>
|
|
|
<view class="type_right">
|
|
|
<view class="type_title">全科</view>
|
|
|
<view class="type_down">
|
|
@@ -50,9 +50,9 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="clist_item">
|
|
|
- <image v-if="courseNum == 0" class="type_img" src="../static/topic/type1_one.png" ></image>
|
|
|
- <image v-if="courseNum == 1" class="type_img" src="../static/topic/type2_two.png" ></image>
|
|
|
- <image v-if="courseNum == 2" class="type_img" src="../static/topic/type3_three.png" ></image>
|
|
|
+ <image v-if="courseNum == 0" class="type_img" src="../static/topic/type1_two.jpg" ></image>
|
|
|
+ <image v-if="courseNum == 1" class="type_img" src="../static/topic/type2_two.jpg" ></image>
|
|
|
+ <image v-if="courseNum == 2" class="type_img" src="../static/topic/type3_two.jpg" ></image>
|
|
|
<view class="type_right">
|
|
|
<view class="type_title">公共单科</view>
|
|
|
<view class="type_down">
|
|
@@ -62,9 +62,9 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="clist_item">
|
|
|
- <image v-if="courseNum == 0" class="type_img" src="../static/topic/type1_one.png" ></image>
|
|
|
- <image v-if="courseNum == 1" class="type_img" src="../static/topic/type2_two.png" ></image>
|
|
|
- <image v-if="courseNum == 2" class="type_img" src="../static/topic/type3_three.png" ></image>
|
|
|
+ <image v-if="courseNum == 0" class="type_img" src="../static/topic/type1_three.jpg" ></image>
|
|
|
+ <image v-if="courseNum == 1" class="type_img" src="../static/topic/type2_three.jpg" ></image>
|
|
|
+ <image v-if="courseNum == 2" class="type_img" src="../static/topic/type3_three.jpg" ></image>
|
|
|
<view class="type_right">
|
|
|
<view class="type_title">实务单科</view>
|
|
|
<view class="type_down">
|
|
@@ -391,6 +391,7 @@ export default {
|
|
|
width: 212rpx;
|
|
|
height: 120rpx;
|
|
|
margin-right: 24rpx;
|
|
|
+ border-radius: 18rpx;
|
|
|
}
|
|
|
.type_title {
|
|
|
font-size: 32rpx;
|