修改云仓背景图片大小
This commit is contained in:
parent
9ec1b283a1
commit
7ed74b2f7d
@ -287,8 +287,8 @@
|
|||||||
v-html="description.content.replace(/<br\/>/ig, '')"></view>
|
v-html="description.content.replace(/<br\/>/ig, '')"></view>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
<view v-else class="product_content">
|
<view v-else class="product_content">
|
||||||
<view v-if="description.content && description.content.title" class="title">
|
<view v-if="description.content && description.content.title" class="product_content_title">
|
||||||
{{description.content.title}}
|
{{description.content.title}}
|
||||||
</view>
|
</view>
|
||||||
<view v-if="description.content && description.content.image" class="pictures" style="background-color: #fff;">
|
<view v-if="description.content && description.content.image" class="pictures" style="background-color: #fff;">
|
||||||
<image v-for="(item,index) in description.content.image" :key="index" :src="item" mode="aspectFit">
|
<image v-for="(item,index) in description.content.image" :key="index" :src="item" mode="aspectFit">
|
||||||
@ -2520,4 +2520,16 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.product_content{
|
||||||
|
background-color: #fff;
|
||||||
|
&_title{
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
line-height: 50rpx;
|
||||||
|
padding: 28rpx;
|
||||||
|
word-wrap: break-word;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Loading…
x
Reference in New Issue
Block a user