Commit 74c01926 authored by lijiongliang's avatar lijiongliang

搜索页面样式微调

parent 0ad78cb3
......@@ -12,7 +12,7 @@
<div class="list__item" v-for="(vo,inx) in items" :key="inx" @click="goDetail(vo.id)">
<div class="list__img">
<!-- <image :src="vo.img" /> -->
<image :src="vo.mainImgUrl" style="width: 160rpx;height: 160rpx;"></image>
<image :src="vo.mainImgUrl" style="width: 160rpx;height: 160rpx;border-radius:10rpx;"></image>
</div>
<div class="list__money">
<div class="money__title">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment