Commit 760f9f97 authored by 罗超's avatar 罗超

1

parent fc9956b3
...@@ -76,15 +76,16 @@ ...@@ -76,15 +76,16 @@
<view <view
class="good_study_two" class="good_study_two"
@click="openGood(x.ID)" @click="openGood(x.ID)"
:style="{ borderRadius: '10px' }" :style="{ borderRadius: '20rpx' }"
> >
<view class="img-box"> <view class="img-box">
<view <view class="img-show">
class="img-show"
:style="{ 'border-top-left-radius': '10px' }"
>
<image <image
style="width: 100%; height: 100%" style="
width: 100%;
height: 100%;
border-radius: 20rpx 20rpx 0 0;
"
mode="aspectFill" mode="aspectFill"
:src="x.BannerList[0]" :src="x.BannerList[0]"
/> />
......
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