Commit 20aec1b9 authored by youjie's avatar youjie

no message

parent f77003ed
......@@ -9,7 +9,27 @@
<span v-if="item.ClassStatus==3">已结课</span>
</view>
<view class="box-center">
<view v-if="item.B2BIcon" class="box-center-l" :style="{background:item.B2BBackground ? getOpacityColor(item.B2BBackground,0.7):'#FFF',}">
<view class="box-center-l" :style="{background:item.B2BBackground ? getOpacityColor(item.B2BBackground,0.7):'#d5f3e9',}">
<view style="width: 115rpx;
height: 13rpx;
background-color: #9CD4C1;
border-radius: 6rpx;
margin-bottom: 20rpx;
">
</view>
<view style="width: 90rpx;
height: 13rpx;
background-color: #9CD4C1;
border-radius: 6rpx;
margin-bottom: 20rpx;
">
</view>
<view style="width: 60rpx;
height: 13rpx;
background-color: #9CD4C1;
border-radius: 6rpx;
">
</view>
<image mode='widthFix' :src="item.B2BIcon"></image>
</view>
<view class="box-center-r">
......@@ -163,6 +183,11 @@
height: 208rpx;
border-radius: 6px;
position: relative;
margin-right: 40rpx;
box-sizing: border-box;
padding-top: 40rpx;
padding-left: 30rpx;
}
.box-center-l image{
position: absolute;
......
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