更新:增加课程和图书VIP购买及“我的”主页vip身份显示

This commit is contained in:
2025-11-27 14:19:51 +08:00
parent 509f735493
commit 7062e675f6
20 changed files with 1117 additions and 66 deletions

View File

@@ -362,13 +362,13 @@ const retry = () => {
.video-wrapper {
width: 100%;
height: 100%;
height: 400rpx;
position: relative;
}
.video-element {
width: 100%;
height: 400rpx;
height: 100%;
}
.error-display {
@@ -401,10 +401,12 @@ const retry = () => {
}
.btn-retry {
display: inline-block;
background-color: #1989fa;
color: #fff;
border: none;
padding: 20rpx 40rpx;
line-height: 1;
border-radius: 8rpx;
font-size: 28rpx;
}