|
@@ -297,7 +297,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
}
|
|
}
|
|
.ezy-tab-box{
|
|
.ezy-tab-box{
|
|
height: 82rpx!important;
|
|
height: 82rpx!important;
|
|
- background-color: rgba(255, 255, 255, 0.6);z-index: 3;margin: 20rpx 20rpx 0;
|
|
|
|
|
|
+ background-color: rgba(187, 233, 250, 0.62);z-index: 3;margin: 20rpx 20rpx 0;
|
|
box-sizing: border-box;padding: 10rpx 12rpx;border-radius: 8rpx;
|
|
box-sizing: border-box;padding: 10rpx 12rpx;border-radius: 8rpx;
|
|
.segmented-control__text{color: #333!important;}
|
|
.segmented-control__text{color: #333!important;}
|
|
.segmented-control__item--button,.segmented-control__item--button--last{height: 62rpx;border: 0;border-width: 0!important;border-radius: 8rpx;}
|
|
.segmented-control__item--button,.segmented-control__item--button--last{height: 62rpx;border: 0;border-width: 0!important;border-radius: 8rpx;}
|
|
@@ -456,4 +456,11 @@ position: absolute;left: 0;top: -4rpx;opacity: 0.4;}
|
|
icon{width: 34rpx;height: 34rpx;@include ezy-no-repeat-cover;
|
|
icon{width: 34rpx;height: 34rpx;@include ezy-no-repeat-cover;
|
|
background-image: url("@/static/images/common/jt-right-black.svg");}
|
|
background-image: url("@/static/images/common/jt-right-black.svg");}
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+ }
|
|
|
|
+.word-list-item.active{
|
|
|
|
+ background-color: #edf9ff;
|
|
|
|
+ .item-arrow{
|
|
|
|
+ background-color: #cdecfb;
|
|
|
|
+ icon{background-image: url("@/static/images/common/jt-up-white-icon.svg");transform: rotate(90deg);}
|
|
|
|
+ }
|
|
|
|
+}
|