新增订单管理

This commit is contained in:
唐明明
2023-07-10 17:25:27 +08:00
parent e37f23be46
commit ae5827a6fd
9 changed files with 436 additions and 41 deletions

View File

@@ -31,7 +31,6 @@
<rich-text :nodes="content"></rich-text>
<!-- 报名信息 -->
<view class="footer">
<view>分享</view>
<view class="footer-btn" @click="onBuy">立即购买</view>
</view>
</view>
@@ -131,6 +130,6 @@
z-index: 99;
background-color: white;
box-shadow: 0 0 10rpx 10rpx rgba(0, 0, 0, .04);
.footer-btn{ background: $mian-color; color: white; line-height: 100rpx; border-radius: 50rpx; flex: 1; text-align: center; font-weight: bold; font-size: 36rpx; margin-left: 50rpx; }
.footer-btn{ background: $mian-color; color: white; line-height: 100rpx; border-radius: 50rpx; flex: 1; text-align: center; font-weight: bold; font-size: 36rpx; }
}
</style>