Commit 43d6d708 authored by 王炽's avatar 王炽

666666

parent f0b80869
...@@ -83,15 +83,20 @@ ...@@ -83,15 +83,20 @@
.item_cangguan_img1{ .item_cangguan_img1{
width: 100%; width: 100%;
height: auto; height: auto;
position: relative;
.item_cangguan_img{ .item_cangguan_img{
width: 100%; width: 100%;
height: auto; height: auto;
} }
// .item_cangguan_img_up{ .item_cangguan_img_up{
// width: 90%; position: absolute;
// height: 90%; left: 50%;
// } top: 15rpx;
transform: translateX(-50%);
width: 96%;
height: 86%;
}
} }
.item_cangguan_bottom{ .item_cangguan_bottom{
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
:style="`background-image: url(${item.imgUrl}); background-size: 707rpx auto; background-repeat: no-repeat;`" :style="`background-image: url(${item.imgUrl}); background-size: 707rpx auto; background-repeat: no-repeat;`"
mode="widthFix"> mode="widthFix">
<image class="item_cangguan_img" :src="`${item.imgUrl}`" mode="widthFix"></image> <image class="item_cangguan_img" :src="`${item.imgUrl}`" mode="widthFix"></image>
<!-- <image class="item_cangguan_img_up" :src="`${item.imgUrl}`" mode="widthFix"></image> --> <!-- <image class="item_cangguan_img_up" :src="`${item.imgUrl}`" mode="aspectFill"></image> -->
</view> </view>
<view class="item_cangguan_bottom"> <view class="item_cangguan_bottom">
...@@ -652,7 +652,7 @@ const handleItemClick_cangguan = (item, index) => { ...@@ -652,7 +652,7 @@ const handleItemClick_cangguan = (item, index) => {
xcxComponentClick: "true", xcxComponentClick: "true",
pageName: "星妈lab首页", pageName: "星妈lab首页",
componentName: "星妈会藏馆", componentName: "星妈会藏馆",
componentContent: `首页藏品-藏品标题${item.title}` componentContent: `首页藏品-藏品标题${item.content}`
}); });
// 这里可以添加跳转逻辑 // 这里可以添加跳转逻辑
......
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