This commit is contained in:
wangweidong 2026-02-11 16:09:09 +08:00
parent 3ed7198a5f
commit b8380b94aa
1 changed files with 19 additions and 0 deletions

View File

@ -211,6 +211,12 @@
<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"
src="https://www.focusnu.com/media/directive/index/addjiji/addjigou.png"
lazy-load="false" />
@ -1069,4 +1075,17 @@
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>