This commit is contained in:
parent
3ed7198a5f
commit
b8380b94aa
|
|
@ -211,6 +211,12 @@
|
||||||
|
|
||||||
|
|
||||||
<view class="white-content" style="margin: 0 auto;" v-if="item.status==`-1`">
|
<view class="white-content" style="margin: 0 auto;" v-if="item.status==`-1`">
|
||||||
|
<view style="display: flex;width: 100%;margin-top: 60rpx;align-items: center;">
|
||||||
|
<view class="blue-shu"></view>
|
||||||
|
<view class="blue-font">
|
||||||
|
机构加盟
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
<image class="white-content-secondimg"
|
<image class="white-content-secondimg"
|
||||||
src="https://www.focusnu.com/media/directive/index/addjiji/addjigou.png"
|
src="https://www.focusnu.com/media/directive/index/addjiji/addjigou.png"
|
||||||
lazy-load="false" />
|
lazy-load="false" />
|
||||||
|
|
@ -1069,4 +1075,17 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.blue-shu {
|
||||||
|
width: 17rpx;
|
||||||
|
height: 35rpx;
|
||||||
|
border-radius: 17rpx;
|
||||||
|
background: linear-gradient(to right, #00C9FF, #0076FF);
|
||||||
|
margin-left: 40rpx;
|
||||||
|
margin-right: 20rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.blue-font {
|
||||||
|
font-size: 30rpx;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Loading…
Reference in New Issue