|
|
@@ -255,6 +255,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
display: flex;align-items: center;justify-content: center;overflow: hidden;z-index: 998;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
// 小的提示弹窗
|
|
|
.ezy-tip-dialog{
|
|
|
.tip-content-box{@include ezy-no-repeat-cover;box-sizing: border-box;text-align:center;}
|
|
|
@@ -355,6 +356,19 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
@include ezy-no-repeat-cover;background-image: url("@/static/images/my/jf-qb.png");}
|
|
|
.jf-text{min-width: 60rpx;text-align: center;color: #fff;}
|
|
|
}
|
|
|
+
|
|
|
+/***** 学科tab *****/
|
|
|
+.ezy-xueke-tab-box{
|
|
|
+ display: flex;justify-content: center;margin-bottom: 24rpx;
|
|
|
+ .tab-item{
|
|
|
+ width: 242rpx;height: 90rpx;line-height: 90rpx;@include ezy-no-repeat-cover;
|
|
|
+ background-image: url("@/static/images/xuanke/tab-item-bj.png");
|
|
|
+ text-align: center;color: #a6a6a6;
|
|
|
+ }
|
|
|
+ .tab-item.active{
|
|
|
+ color: #fff;background-image: url("@/static/images/xuanke/tab-item-a.png");
|
|
|
+ }
|
|
|
+}
|
|
|
|
|
|
// tab页面
|
|
|
.ezy-tab-border{
|