|
@@ -340,10 +340,11 @@
|
|
|
|
|
|
|
|
// 学习大纲
|
|
// 学习大纲
|
|
|
.xuexi-dagang-page{
|
|
.xuexi-dagang-page{
|
|
|
- width: 100%;height: calc(90vh - var(--status-bar-height));border-radius: 16rpx 16rpx 0 0;z-index: 10;position: relative;
|
|
|
|
|
|
|
+ width: 100%;height: calc(95vh - var(--status-bar-height));border-radius: 16rpx 16rpx 0 0;z-index: 10;position: relative;
|
|
|
background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
|
|
background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
|
|
|
display: flex;flex-direction: column;
|
|
display: flex;flex-direction: column;
|
|
|
box-sizing: border-box;padding: 36rpx 0 120rpx;
|
|
box-sizing: border-box;padding: 36rpx 0 120rpx;
|
|
|
|
|
+ position: fixed;bottom: 0;
|
|
|
.xuexi-dagang-body{overflow-y: auto;padding: 24rpx 0 0;}
|
|
.xuexi-dagang-body{overflow-y: auto;padding: 24rpx 0 0;}
|
|
|
.dagang-title{
|
|
.dagang-title{
|
|
|
width: 80%;line-height: 1.5;margin: 24rpx auto 0;
|
|
width: 80%;line-height: 1.5;margin: 24rpx auto 0;
|