|
@@ -2345,10 +2345,10 @@
|
|
|
box-shadow: 0 2rpx 8rpx transparent;}
|
|
box-shadow: 0 2rpx 8rpx transparent;}
|
|
|
.word-jt{width: 50rpx;height: 80rpx;position: relative;flex-shrink: 0;}
|
|
.word-jt{width: 50rpx;height: 80rpx;position: relative;flex-shrink: 0;}
|
|
|
.word-jt::before{content: '';width:32rpx;height: 32rpx;@include ezy-no-repeat-contain;
|
|
.word-jt::before{content: '';width:32rpx;height: 32rpx;@include ezy-no-repeat-contain;
|
|
|
- display:block;background-image: url("@/static/images/common/xbb-item-jt.png");
|
|
|
|
|
|
|
+ display:block;background-image: url("@/static/images/common/jt-right-blue.svg");
|
|
|
position: absolute;top: 24rpx;
|
|
position: absolute;top: 24rpx;
|
|
|
}
|
|
}
|
|
|
- .word-jt.disabled::before{background-image: url("@/static/images/common/xbb-item-jt-white.png");}
|
|
|
|
|
|
|
+ .word-jt.disabled::before{background-image: unset;}
|
|
|
.jt-left::before{left: 12rpx;transform: rotate(180deg);}
|
|
.jt-left::before{left: 12rpx;transform: rotate(180deg);}
|
|
|
.jt-right::before{right: 12rpx;}
|
|
.jt-right::before{right: 12rpx;}
|
|
|
.tab-item.active{font-weight: bold;background-color: #409eff;border: 1rpx solid #409eff;
|
|
.tab-item.active{font-weight: bold;background-color: #409eff;border: 1rpx solid #409eff;
|