微调
This commit is contained in:
@@ -23,21 +23,25 @@
|
|||||||
</view>
|
</view>
|
||||||
</view> -->
|
</view> -->
|
||||||
<view class="sear_list" v-if="this.show==1">
|
<view class="sear_list" v-if="this.show==1">
|
||||||
<view class="bl_tioa" v-for="(item,index) in bookList" @click="onBookJump(item)">
|
|
||||||
<image :src="item.productImages"></image>
|
<view class="flexbox" style="display: flex; flex-wrap: wrap; justify-content: space-evenly;">
|
||||||
<view>
|
<view class="bl_tioa" v-for="(item,index) in bookList" @click="onBookJump(item)">
|
||||||
<text class="bok_name">{{item.productName}}</text>
|
<image :src="item.productImages"></image>
|
||||||
|
<view>
|
||||||
|
<text class="bok_name">{{item.productName}}</text>
|
||||||
|
</view>
|
||||||
|
<!-- <view>
|
||||||
|
<text>作者:<text style="color: #333;">{{item.authorName}}</text></text>
|
||||||
|
</view>
|
||||||
|
<view>
|
||||||
|
<text>出版商:<text style="color: #333;">{{item.publisherName}}</text></text>
|
||||||
|
</view>
|
||||||
|
<view>
|
||||||
|
<text style="line-height: 20rpx;">{{item.title}}</text>
|
||||||
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
<!-- <view>
|
|
||||||
<text>作者:<text style="color: #333;">{{item.authorName}}</text></text>
|
|
||||||
</view>
|
|
||||||
<view>
|
|
||||||
<text>出版商:<text style="color: #333;">{{item.publisherName}}</text></text>
|
|
||||||
</view>
|
|
||||||
<view>
|
|
||||||
<text style="line-height: 20rpx;">{{item.title}}</text>
|
|
||||||
</view> -->
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view style="height: 1px;"></view>
|
<view style="height: 1px;"></view>
|
||||||
<view>
|
<view>
|
||||||
<view v-if="status==0" style="text-align: center;">
|
<view v-if="status==0" style="text-align: center;">
|
||||||
@@ -286,8 +290,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.sear_list { border: 1px solid red;
|
.sear_list {
|
||||||
margin: 50rpx 30rpx 0 30rpx; display: flex; flex-wrap: wrap;
|
margin: 50rpx 30rpx 0 30rpx;
|
||||||
// justify-content: space-between;
|
// justify-content: space-between;
|
||||||
|
|
||||||
.bl_tioa {
|
.bl_tioa {
|
||||||
|
|||||||
Reference in New Issue
Block a user