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

1

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