|
|
@@ -1938,7 +1938,7 @@
|
|
|
|
|
|
// 学习大纲
|
|
|
.xuexi-dagang-page{
|
|
|
- width: 100%;height: 92vh;border-radius: 16rpx 16rpx 0 0;
|
|
|
+ width: 100%;height: 95vh;border-radius: 16rpx 16rpx 0 0;
|
|
|
background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
|
|
|
display: flex;flex-direction: column;
|
|
|
box-sizing: border-box;padding: 36rpx 0 0;
|
|
|
@@ -2000,7 +2000,7 @@
|
|
|
// 学习
|
|
|
.ezy-xuexi-page{
|
|
|
width: 100%;height: 100vh;background-color: #fff;display: flex;flex-direction: column;
|
|
|
- .xuexi-page-body{padding-bottom: 100rpx;}
|
|
|
+ .xuexi-page-body{padding:72rpx 0 100rpx;overflow-y: auto;}
|
|
|
// 切换单元
|
|
|
/* .change-dy-box{
|
|
|
width: 100%;position: relative;display: flex;margin-bottom: 12rpx;
|
|
|
@@ -2027,31 +2027,35 @@
|
|
|
|
|
|
// 学习记录
|
|
|
.xxjl-card-box{
|
|
|
- width: 95%;margin: 0 auto;padding: 72rpx 24rpx 24rpx;box-sizing: border-box;
|
|
|
+ width: 95%;margin: 0 auto;padding: 72rpx 24rpx 24rpx 24rpx;box-sizing: border-box;
|
|
|
background-color: #5795f6;border-radius: 16rpx;position: relative;
|
|
|
.card-body-box{
|
|
|
display: flex;
|
|
|
- // img{width: 190rpx;height: 240rpx;border-radius: 16rpx;border: 1rpx solid #a8c3e9;}
|
|
|
- // .body-right{color: #fff;}
|
|
|
+ img{width: 190rpx;height: 242rpx;border-radius: 16rpx;border: 1rpx solid #a8c3e9;}
|
|
|
+ .body-right{
|
|
|
+ color: #c8e4f8;margin-left: 24rpx;font-size: 30rpx;
|
|
|
+ view{margin: 8rpx 0;}
|
|
|
+ .right-name{font-size: 34rpx;color: #fff;}
|
|
|
+ }
|
|
|
}
|
|
|
- /* .card-progress-box{
|
|
|
+ .card-progress-box{
|
|
|
display: flex;align-items: center;
|
|
|
.xx-progress-box{flex: 1;margin-right: 64rpx;color: #fff;font-size: 28rpx;}
|
|
|
.xx-progress{border-radius: 40rpx;overflow: hidden;margin-top: 10rpx;}
|
|
|
.jxxx-btn{
|
|
|
- width: 177rpx;height: 89rpx;@include ezy-no-repeat-cover;
|
|
|
+ width: 177rpx;height: 89rpx;@include ezy-no-repeat-cover;margin-right: 24rpx;
|
|
|
background-image: url("@/static/images/xuexi/jx-xx-btn.png");
|
|
|
}
|
|
|
- } */
|
|
|
+ }
|
|
|
}
|
|
|
-/* .xxjl-card-box::before{
|
|
|
+ .xxjl-card-box::before{
|
|
|
content: '学习记录';width: 289rpx;height: 77rpx;line-height: 77rpx;@include ezy-no-repeat-cover;
|
|
|
background-image: url("@/static/images/xuexi/xx-jl-bj.png");display: block;
|
|
|
position: absolute;top: -28rpx;text-align: center;color: #fff;font-size: 34rpx;
|
|
|
- } */
|
|
|
+ }
|
|
|
|
|
|
// 滚动
|
|
|
- .xx-scroll-body{overflow-y: auto;padding-top: 12rpx;}
|
|
|
+ // .xx-scroll-body{overflow-y: auto;padding-top: 12rpx;}
|
|
|
|
|
|
// 学习进度
|
|
|
.xx-jd-box{
|