|
|
@@ -1999,8 +1999,7 @@
|
|
|
width: 100%;height: 100vh;background-color: #fff;display: flex;flex-direction: column;
|
|
|
// 切换单元
|
|
|
.change-dy-box{
|
|
|
- width: 100%;position: relative;
|
|
|
- display: flex;
|
|
|
+ width: 100%;position: relative;display: flex;margin-bottom: 12rpx;
|
|
|
.arrow-icon{
|
|
|
width: 90rpx;height: 100rpx;position: absolute;
|
|
|
display: flex;align-items: center;justify-content: center;
|
|
|
@@ -2021,7 +2020,7 @@
|
|
|
}
|
|
|
|
|
|
// 滚动
|
|
|
- .xx-scroll-body{overflow-y: auto;}
|
|
|
+ .xx-scroll-body{overflow-y: auto;padding-top: 12rpx;}
|
|
|
|
|
|
// 学习进度
|
|
|
.xx-jd-box{
|