This commit is contained in:
Gdpao
2020-08-05 21:06:29 +08:00
parent a47238a7a4
commit c4c11781fb
15 changed files with 305 additions and 159 deletions

View File

@@ -1,6 +1,6 @@
<template>
<view class="item" @click="toDetailsPage">
<image class="head" :src="info.pintuan_image"></image>
<image class="head" :src="info.pintuan_image" mode="widthFix"></image>
<text class="title u-line-1">{{ info.pintuan_goods_name }}</text>
<view class="price">
<view>{{ info.pintuan_goods_price }}</view>
@@ -47,9 +47,9 @@ export default {
width: 210rpx;
overflow: hidden;
.head{
width: 210rpx;
height: 131rpx;
border-radius: 6rpx;
width: 150rpx;
height: 150rpx;
border-radius: 10rpx;
}
.title{
display: inline-block;