10.14号更新

This commit is contained in:
zoujiandong
2025-10-14 17:46:23 +08:00
parent 8b1e9bcb41
commit b16601baa6
99 changed files with 286 additions and 254 deletions
+3 -3
View File
@@ -7,7 +7,7 @@
@cviewckLeft="goBack"
fixed
color="#8B2316"
height="140rpx"
height="180rpx"
:border="false"
backgroundColor="#eeeeee"
>
@@ -305,7 +305,7 @@ const onLoadMore = () => {
background: #ffffff;
border-bottom: 2rpx solid #f0f0f0;
position: fixed;
top: 140rpx;
top: 180rpx;
left: 0;
right: 0;
z-index: 10;
@@ -355,7 +355,7 @@ const onLoadMore = () => {
}
.courseware-list {
height: calc(100vh - 140rpx - 116rpx - 80rpx);
height: calc(100vh - 180rpx - 116rpx - 80rpx);
position: fixed;
top: 336rpx; // 调整顶部位置,为固定的摘要栏腾出空间
bottom: 0;