|
|
@@ -2095,7 +2095,7 @@
|
|
|
|
|
|
// 学习目录
|
|
|
.xx-item-list{
|
|
|
- .xx-item-title{text-align: center;margin: 32rpx 0;font-size: 34rpx;color: #333;}
|
|
|
+ .xx-item-title{text-align: center;margin: 32rpx 0;font-size: 32rpx;color: #444;}
|
|
|
.item-dy-box{
|
|
|
display: flex;align-items: center;justify-content: center;color: #fff;margin-bottom: 24rpx;
|
|
|
.dy-left-box{
|
|
|
@@ -2104,9 +2104,6 @@
|
|
|
transition: 0.3s;
|
|
|
background-image: url("@/static/images/xuexi/xx-ml-left.png");
|
|
|
}
|
|
|
- .dy-left-box:active{
|
|
|
- transform: translateY(12rpx);
|
|
|
- }
|
|
|
.dy-left-box::after{
|
|
|
content: '';width: 32rpx;height: 34rpx;@include ezy-no-repeat-cover;margin-left: auto;
|
|
|
background-image: url("@/static/images/xuexi/xx-ml-jt.png");display: block;
|
|
|
@@ -2119,6 +2116,14 @@
|
|
|
.dy-name{font-size: 34rpx;margin-bottom: 6rpx;}
|
|
|
}
|
|
|
}
|
|
|
+ .item-dy-box:active{
|
|
|
+ transform: translateY(12rpx);
|
|
|
+ // transform:scale(0.98);
|
|
|
+ }
|
|
|
+ .item-dy-box.item-fixed{
|
|
|
+ position: fixed;left: 50%;transform: translate(-50%);
|
|
|
+ top: calc(120rpx + var(--status-bar-height));
|
|
|
+ }
|
|
|
.xx-item-box{
|
|
|
width: 691rpx;height: 172rpx;
|
|
|
display: flex;align-items: center;justify-content: space-between;color: #4b4b4b;;
|