页面美化+接口更新
This commit is contained in:
@@ -38,7 +38,8 @@
|
||||
<text>作者:<text style="color: #333;">{{item.authorName}}</text></text>
|
||||
</view>
|
||||
<view v-if="shouTyp==1">
|
||||
<text>出版商:<text style="color: #333;">{{item.publisherName}}</text></text>
|
||||
<text>简介:<text style="color: #333;" v-if="item.description == ''">暂无简介内容</text>
|
||||
<text style="color: #333;" class="jianjie">{{item.description}}</text></text>
|
||||
</view>
|
||||
<view>
|
||||
<text style="line-height: 20rpx;">{{item.title}}</text>
|
||||
@@ -169,7 +170,13 @@
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
@import '@/style/mixin.scss';
|
||||
|
||||
.jianjie{overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 4;
|
||||
-webkit-box-orient: vertical;
|
||||
text-align:justify;
|
||||
}
|
||||
.author_mess {
|
||||
padding: 30rpx 30rpx;
|
||||
box-shadow: 0 0px 10px 1px #d3d1d133;
|
||||
|
||||
Reference in New Issue
Block a user