|
@@ -260,11 +260,13 @@ view{box-sizing: border-box;}
|
|
|
height: auto;
|
|
|
}
|
|
|
.yuedu-left-jt,.yuedu-right-jt{
|
|
|
- width: 27rpx;height: 44rpx;display: block;position: absolute;top: 52%;
|
|
|
+ width: 60rpx;height: 60rpx;position: absolute;top: 50%;display: flex;align-items: center;justify-content: center;}
|
|
|
+ .yuedu-left-jt{left: 0;transform: rotate(180deg);}
|
|
|
+ .yuedu-right-jt{right: 0;}
|
|
|
+ .yuedu-left-jt::before,.yuedu-right-jt::before{
|
|
|
+ content:'';width: 27rpx;height: 44rpx;display: block;
|
|
|
background-image: url("@/static/images/exam/yuedu-jt-icon.svg");@include ezy-no-repeat-cover();
|
|
|
}
|
|
|
- .yuedu-left-jt{left: 16rpx;transform: rotate(180deg);}
|
|
|
- .yuedu-right-jt{right: 16rpx;}
|
|
|
.yuedu-left-jt.disable,.yuedu-right-jt.disable{opacity: 0.35;}
|
|
|
.button-next-tip{
|
|
|
width: 320rpx;position: absolute;bottom:50%;right:0;pointer-events: none;z-index: 2;font-size: 28rpx;line-height: 1.5;
|