Commit 19c719e9 authored by 罗超's avatar 罗超

1

parent 7385f3c3
...@@ -296,6 +296,20 @@ ...@@ -296,6 +296,20 @@
</view> </view>
</view> </view>
</view> </view>
<!-- //奖章 -->
<view class="MedalBox" v-if="details.listEnroll.length > 0">
<view
v-for="(item, index) in details.listEnroll"
:key="index"
class="MedalBoxItem"
>
<image
:src="item.MedalImageBig"
mode="heightFix"
style="height: 100%"
/>
</view>
</view>
<view class="info1 flex flex-between"> <view class="info1 flex flex-between">
<view class="info1-item"> <view class="info1-item">
<view class="info1-con"> <view class="info1-con">
...@@ -1254,4 +1268,21 @@ export default { ...@@ -1254,4 +1268,21 @@ export default {
background: #d0aa7b; background: #d0aa7b;
color: #111111; color: #111111;
} }
.MedalBox {
background: #f0f0f0;
border-radius: 20rpx;
box-sizing: border-box;
padding: 15rpx;
display: flex;
flex-wrap: wrap;
margin: 30rpx;
}
.MedalBoxItem {
width: 30%;
height: 135rpx;
display: flex;
justify-content: center;
align-items: center;
margin: 10rpx;
}
</style> </style>
...@@ -1080,8 +1080,7 @@ export default { ...@@ -1080,8 +1080,7 @@ export default {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
margin-right: 20rpx; margin: 10rpx;
margin-bottom: 20rpx;
} }
.FirstShopBox { .FirstShopBox {
margin-bottom: 30rpx; margin-bottom: 30rpx;
......
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