|
@@ -21,8 +21,11 @@
|
|
|
{{item.author_name}} 著 | {{util.convertUnit(item.book_read_num)}}人读过
|
|
|
</view>
|
|
|
<view class="book-content__box__book-info__info1__status">
|
|
|
- <image class="image" v-if="item.book_is_action==1" src="../../../static/imgs/public/img_wanjie.png" mode="aspectFit"></image>
|
|
|
- <image class="image" v-else src="../../../static/imgs/public/img_lianzai.png" mode="aspectFit"></image>
|
|
|
+ <image class="image" v-if="item.book_is_action==1" src="../../../static/imgs/public/img_status_bg_2.png" mode="aspectFit"></image>
|
|
|
+ <image class="image" v-else src="../../../static/imgs/public/img_status_bg_3.png" mode="aspectFit"></image>
|
|
|
+ <view class="book-content__box__book-info__info1__status__name">
|
|
|
+ {{item.book_is_action==1?"完结":"连载"}}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="book-content__box__book-info__brief">
|
|
@@ -156,11 +159,19 @@
|
|
|
flex-shrink: 0; //设置flex元素所有比例.默认是1,为0的时候不进行缩放
|
|
|
width: 162rpx;
|
|
|
height: 48rpx;
|
|
|
- // background-color: green;
|
|
|
+ position: relative;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
.image {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
+ &__name{
|
|
|
+ position: absolute;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #ffffff;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
}
|