|
|
@@ -2091,4 +2091,41 @@
|
|
|
}
|
|
|
.xx-xw-text{text-align: center;font-size: 32rpx;color: #666;margin: 32rpx auto;}
|
|
|
|
|
|
+}
|
|
|
+
|
|
|
+// 单元目录
|
|
|
+.xuexi-dyml-page{
|
|
|
+ width: 100%;height: 92vh;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;
|
|
|
+ .xuexi-dyml-body{overflow-y: auto;padding: 24rpx 0 0;}
|
|
|
+ .dyml-title{
|
|
|
+ width: 80%;line-height: 1.5;margin: 24rpx auto 0;
|
|
|
+ text-align: center;font-size: 36rpx;color: #000;position: relative;
|
|
|
+ icon{
|
|
|
+ width: 100rpx;height: 100rpx;display: flex;align-items: center;justify-content: center;
|
|
|
+ position: absolute;right: -13%;top: -60rpx;
|
|
|
+ }
|
|
|
+ icon::after{
|
|
|
+ content: '';width: 52rpx;height: 52rpx;@include ezy-no-repeat-cover;
|
|
|
+ background-image: url("@/static/images/common/close-icon.png");
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .dyml-item-box{
|
|
|
+ width: 670rpx;height: 97rpx;line-height: 97rpx;font-size: 32rpx;color: #333;
|
|
|
+ @include ezy-no-repeat-cover;margin: 24rpx auto;position: relative;
|
|
|
+ display: flex;
|
|
|
+ .dy-num{width: 180rpx;padding-left: 24rpx;box-sizing: border-box;flex-shrink: 0;}
|
|
|
+ .dy-title{margin: 0 84rpx 0 16rpx;@include single-line-ellipsis;}
|
|
|
+ icon{width: 100rpx;height: 97rpx;display: flex;align-items: center;justify-content: center;
|
|
|
+ position: absolute;right: 0;z-index: 3;top: 0;}
|
|
|
+ icon::after{
|
|
|
+ content: '';width: 37rpx;height: 39rpx;@include ezy-no-repeat-cover;
|
|
|
+ background-image: url("@/static/images/xuexi/dyml-item-btn.png");
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .dyml-item-box:nth-child(odd){background-image: url("@/static/images/xuexi/dy-item-bj1.png");}
|
|
|
+ .dyml-item-box:nth-child(even){background-image: url("@/static/images/xuexi/dy-item-bj2.png");}
|
|
|
}
|