Commit 57069e65 authored by spc's avatar spc

imgRaduis

parent e03f68c5
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
componentName: '飞鹤ESG', componentName: '飞鹤ESG',
componentContent: infoItem.desc componentContent: infoItem.desc
}" @tap="jumpLink(infoItem.link, infoItem.videoUrl, $event)"> }" @tap="jumpLink(infoItem.link, infoItem.videoUrl, $event)">
<image class="infoimg" <image class="infoimg imgRaduis"
:src="infoItem.bgUrl?.indexOf('http') === 0 ? infoItem.bgUrl : $baseUrl + infoItem.bgUrl"> :src="infoItem.bgUrl?.indexOf('http') === 0 ? infoItem.bgUrl : $baseUrl + infoItem.bgUrl">
</image> </image>
<view class="infotitle">{{ infoItem.desc }}</view> <view class="infotitle">{{ infoItem.desc }}</view>
...@@ -1319,6 +1319,10 @@ export default { ...@@ -1319,6 +1319,10 @@ export default {
height: 400rpx; height: 400rpx;
} }
.imgRaduis{
border-radius: 24rpx 24rpx 0 0;
}
.infotitle { .infotitle {
color: @color-gold-main; color: @color-gold-main;
font-size: 32rpx; font-size: 32rpx;
......
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