|
@@ -60,177 +60,6 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-// 订单
|
|
|
|
|
-.ezy-order-page{
|
|
|
|
|
- width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
|
|
|
|
|
- padding-top:var(--status-bar-height);display: flex;flex-direction: column;
|
|
|
|
|
- @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
|
|
|
|
|
- .uni-list{background-color: transparent!important;}
|
|
|
|
|
- .uni-list--border-top,.uni-list--border-bottom{display: none;}
|
|
|
|
|
- .uni-list-item__header{display: none;}
|
|
|
|
|
- .uni-list-item__container{
|
|
|
|
|
- flex-direction: column!important;position: relative;
|
|
|
|
|
- padding:16rpx 20rpx !important;overflow: unset;}
|
|
|
|
|
-
|
|
|
|
|
- .order-scroll-view{margin-top: 10rpx;overflow-y: auto;height: calc(100vh - 380rpx - var(--status-bar-height));}
|
|
|
|
|
- .order-list-item{
|
|
|
|
|
- width: 94%;background-color: rgba(255, 255, 255, 0.6)!important;
|
|
|
|
|
- margin: 0 3% 12rpx;border-radius: 8rpx;
|
|
|
|
|
- .order-item-head{
|
|
|
|
|
- display: flex;justify-content: space-between;align-items: center;font-size: 24rpx;color: #333;
|
|
|
|
|
- .order-name-box{
|
|
|
|
|
- display: flex;align-items: center;
|
|
|
|
|
- icon{
|
|
|
|
|
- width: 58rpx;height: 58rpx;margin-right: 10rpx;
|
|
|
|
|
- @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/order-icon.png");
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- .pay-status{color:#fdae36;margin-left: 36rpx;}
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .order-content-box{
|
|
|
|
|
- display: flex;margin-top: 10rpx;box-sizing: border-box;margin-bottom: 24rpx;
|
|
|
|
|
- .content-img{width: 230rpx;height: 230rpx;margin-right: 20rpx;
|
|
|
|
|
- @include ezy-no-repeat-cover;flex-shrink: 0;border-radius: 8rpx;}
|
|
|
|
|
- .content-body-box{display: flex;flex-direction: column;flex: 1;}
|
|
|
|
|
- .content-name{font-size: 36rpx;color: #000;margin-bottom: 8rpx;@include single-line-ellipsis;max-width: 320rpx;}
|
|
|
|
|
- .content-text{font-size: 24rpx;height: 110rpx;
|
|
|
|
|
- color: #666;@include multi-line-ellipsis(3);line-height: 1.5;}
|
|
|
|
|
- .content-yuanjia{font-size: 42rpx;color: #ff0101;margin-top: auto;margin-left:auto;}
|
|
|
|
|
- .content-money-box{
|
|
|
|
|
- display: flex;justify-content: space-between;align-items: center;margin-top: 8rpx;
|
|
|
|
|
- .bottom-data{font-size: 24rpx;color: #999;}
|
|
|
|
|
- .bottom-money{color: #333;}
|
|
|
|
|
- .order-kcb-btn{
|
|
|
|
|
- width: 180rpx;height: 56rpx;line-height: 56rpx;text-align: center;font-size: 24rpx;color: #fff;
|
|
|
|
|
- @include ezy-no-repeat-cover;background-image: url("@/static/images/common/jf-bj.png");
|
|
|
|
|
- icon{width: 18rpx;height: 18rpx;@include ezy-no-repeat-cover;margin-left: 4rpx;
|
|
|
|
|
- background-image: url("@/static/images/common/jt-up-white-icon.svg");transform: scale(180deg);}
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- .content-heji{text-align: right;margin: 0 0 24rpx;}
|
|
|
|
|
- .order-bottom-box{
|
|
|
|
|
- box-sizing: border-box;padding: 16rpx 0 10rpx;border-top: 1px dashed #fff;
|
|
|
|
|
- display: flex;justify-content: space-between;
|
|
|
|
|
- .pay-status-box{
|
|
|
|
|
- width: 200rpx;display: flex;align-items: center;line-height: 1;
|
|
|
|
|
- padding:2rpx 0 2rpx 16rpx;color: #666;margin-left: 4rpx;
|
|
|
|
|
- icon{width: 42rpx;height: 42rpx;@include ezy-no-repeat-cover;margin-right: 8rpx;}
|
|
|
|
|
- .wx-icon{background-image: url("@/static/images/pay/svip-wx-icon.png");}
|
|
|
|
|
- .zfb-icon{background-image: url("@/static/images/pay/svip-zfb-icon.png");}
|
|
|
|
|
- .apple-icon{background-image: url("@/static/images/common/apple-icon.png");}
|
|
|
|
|
- }
|
|
|
|
|
- .pay-status-box::after{
|
|
|
|
|
- content:'';width: 24rpx;height: 24rpx;margin-left: 4rpx;
|
|
|
|
|
- @include ezy-no-repeat-cover;background-image: url("@/static/images/common/qiehuan-icon.svg");
|
|
|
|
|
- }
|
|
|
|
|
- .apple-status-box::after{display: none;}
|
|
|
|
|
- .pay-btn{
|
|
|
|
|
- width: 180rpx;height: 70rpx;font-size: 28rpx;line-height: 70rpx;text-align: center;color: #fff;
|
|
|
|
|
- @include ezy-no-repeat-cover;background-image: url("@/static/images/mall/mall-btn.png");
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-// 订单支付
|
|
|
|
|
-.ezy-order-pay-page{
|
|
|
|
|
- width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
|
|
|
|
|
- padding-top:var(--status-bar-height);display: flex;flex-direction: column;
|
|
|
|
|
- @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
|
|
|
|
|
- .order-pay-border-box{
|
|
|
|
|
- width: 740rpx;height: 1144rpx;margin: 0 auto;box-sizing: border-box;padding: 30rpx;
|
|
|
|
|
- @include ezy-no-repeat-cover(top);background-image: url("@/static/images/pay/order-pay-bj.png");
|
|
|
|
|
- }
|
|
|
|
|
- .order-pay-img-box{
|
|
|
|
|
- display: flex;background-color: rgba(255, 255, 255, 0.6);
|
|
|
|
|
- box-sizing: border-box;padding: 32rpx 24rpx;margin-bottom: 6rpx;
|
|
|
|
|
- icon{width: 212rpx;height: 202rpx;margin-right: 20rpx;@include ezy-no-repeat-cover;flex-shrink: 0;}
|
|
|
|
|
- .order-pay-img1{background-image: url("@/static/images/pay/svip1.png");}
|
|
|
|
|
- .order-pay-img2{background-image: url("@/static/images/pay/svip2.png");}
|
|
|
|
|
- .img-content-box{flex: 1;position: relative;}
|
|
|
|
|
- .content-name{font-size: 40rpx;color: #333;margin-bottom: 12rpx;}
|
|
|
|
|
- .content-tag{
|
|
|
|
|
- width: 150rpx;height: 40rpx;line-height: 40rpx;display: inline-block;
|
|
|
|
|
- font-size: 24rpx;color: #01c6fe;background-color: rgba(255, 255, 255, 0.6);
|
|
|
|
|
- border-radius: 4rpx;text-align: center;
|
|
|
|
|
- }
|
|
|
|
|
- .content-tag + .content-tag{margin-left: 16rpx;}
|
|
|
|
|
- .content-yuanjia{font-size: 42rpx;color: #ff0101;position: absolute;right: 0;bottom: 0;}
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .price-box{
|
|
|
|
|
- margin-bottom: 6rpx;background-color: rgba(255, 255, 255, 0.6);box-sizing: border-box;padding: 32rpx 24rpx;
|
|
|
|
|
- .price-row{display: flex;justify-content: space-between;font-size: 30rpx;color: #333;box-sizing: border-box;padding-left: 10rpx;}
|
|
|
|
|
- .price-line-row{border-bottom: 1rpx dashed #fff;padding: 24rpx 0 36rpx 10rpx;margin-bottom: 24rpx;}
|
|
|
|
|
- .price-red{color: #ff0101;}
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .pay-type-box{
|
|
|
|
|
- background-color: rgba(255, 255, 255, 0.6);box-sizing: border-box;padding: 32rpx 24rpx;border-radius: 0 0 10rpx 10rpx;
|
|
|
|
|
- .pay-type-name{font-size: 36rpx;color: #333;margin-bottom: 12rpx;}
|
|
|
|
|
- .type-radio-box{display: flex;flex-direction: column;}
|
|
|
|
|
- .type-radio-row{
|
|
|
|
|
- display: flex;justify-content: space-between;flex: 1;align-items: center;color: #87664d;
|
|
|
|
|
- padding: 24rpx 0;box-sizing: border-box;
|
|
|
|
|
- icon{width: 58rpx;height: 58rpx;@include ezy-no-repeat-cover;margin-right: 16rpx;flex-shrink: 0;}
|
|
|
|
|
- .uni-radio-input{
|
|
|
|
|
- width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;margin-left: 16rpx;
|
|
|
|
|
- background-image: url("@/static/images/pay/svip-radio.png");
|
|
|
|
|
- background-color:transparent;border:0; pointer-events: none;
|
|
|
|
|
- svg{display: none;}
|
|
|
|
|
- }
|
|
|
|
|
- .radio-checked .uni-radio-input{
|
|
|
|
|
- width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;color:transparent;flex-shrink: 0;
|
|
|
|
|
- background-image: url("@/static/images/pay/svip-radio-checked.png");
|
|
|
|
|
- }
|
|
|
|
|
- .radio-content-box{margin-right: auto;font-size: 0;}
|
|
|
|
|
- .radio-title{font-size: 30rpx;color: #333;}
|
|
|
|
|
- .radio-content{font-size: 24rpx;color: #666;}
|
|
|
|
|
- }
|
|
|
|
|
- .type-radio-row +.type-radio-row{border-top:1px dashed #fff;padding-bottom: 10rpx;}
|
|
|
|
|
- .wx-radio{background-image: url("@/static/images/pay/svip-wx-icon.png");}
|
|
|
|
|
- .zfb-radio{background-image: url("@/static/images/pay/svip-zfb-icon.png");}
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .pay-sum-box{
|
|
|
|
|
- display: flex;justify-content: space-between;align-items: center;font-size: 36rpx;color: #333;margin-top: 42rpx;
|
|
|
|
|
- icon{width: 35rpx;height: 35rpx;margin: 0 12rpx;
|
|
|
|
|
- @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/order-date.png");}
|
|
|
|
|
- .sum-red{color: #ff0101;font-weight: bold;margin-left: 6rpx;}
|
|
|
|
|
- .sum-btn{
|
|
|
|
|
- width: 333rpx;height: 88rpx;line-height: 88rpx;text-align:center;color: #fff;font-size: 32rpx;
|
|
|
|
|
- display: flex;justify-content: center;align-items: center;
|
|
|
|
|
- @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/svip-btn-bj.png");
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- @media (max-height: 700px) {
|
|
|
|
|
- .order-pay-border-box{padding: 20rpx;}
|
|
|
|
|
- .order-pay-img-box{padding:24rpx;}
|
|
|
|
|
- .price-box{padding:24rpx;}
|
|
|
|
|
- .pay-type-box{
|
|
|
|
|
- padding:24rpx;
|
|
|
|
|
- .pay-type-name{margin-bottom: 0;}
|
|
|
|
|
- .type-radio-row{padding: 16rpx 0;}
|
|
|
|
|
- }
|
|
|
|
|
- .pay-sum-box{margin-top: 32rpx;}
|
|
|
|
|
- }
|
|
|
|
|
- @media (max-height: 600px) {
|
|
|
|
|
- .order-pay-border-box{padding: 16rpx;}
|
|
|
|
|
- .order-pay-img-box{padding:16rpx;}
|
|
|
|
|
- .price-box{padding:16rpx;}
|
|
|
|
|
- .pay-type-box{
|
|
|
|
|
- padding:16rpx;
|
|
|
|
|
- .pay-type-name{margin-bottom: 0;}
|
|
|
|
|
- .type-radio-row{padding: 12rpx 0;}
|
|
|
|
|
- }
|
|
|
|
|
- .pay-sum-box{margin-top: 24rpx;}
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
.yxsm-popup-box{
|
|
.yxsm-popup-box{
|
|
|
width: 684rpx;height: 1308rpx;box-sizing: border-box;padding: 120rpx 56rpx 60rpx;overflow-y: auto;
|
|
width: 684rpx;height: 1308rpx;box-sizing: border-box;padding: 120rpx 56rpx 60rpx;overflow-y: auto;
|
|
|
background-image: url("@/static/images/login/agree-content-bj.png");@include ezy-no-repeat-cover;
|
|
background-image: url("@/static/images/login/agree-content-bj.png");@include ezy-no-repeat-cover;
|
|
@@ -247,97 +76,6 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-// 专题
|
|
|
|
|
-.ezy-zhuanti-page{
|
|
|
|
|
- width: 100%;height: 100vh;background-color: #23befb;position: relative;
|
|
|
|
|
- box-sizing: border-box;padding-top:var(--status-bar-height);display: flex;flex-direction: column;
|
|
|
|
|
- @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/zhuanti/zhuanti-bj.png");
|
|
|
|
|
- .zt-qipao-box{
|
|
|
|
|
- width: 520rpx;height: 154rpx;color: #fff;font-size: 30rpx;text-align: center;box-sizing: border-box;
|
|
|
|
|
- padding-top: 20rpx;margin: calc(var(--status-bar-height) + 140rpx) auto 0;
|
|
|
|
|
- background-image: url("@/static/images/zhuanti/text-icon.png");@include ezy-no-repeat-cover;
|
|
|
|
|
- }
|
|
|
|
|
- .zt-biaoqing-box{
|
|
|
|
|
- width: 673rpx;height: 442rpx;margin: 0 auto;margin-top: 20rpx;
|
|
|
|
|
- display: flex;flex-wrap: wrap;
|
|
|
|
|
- background-image: url("@/static/images/zhuanti/biaoqing-all.png");@include ezy-no-repeat-cover;
|
|
|
|
|
- .biaoqing-item-box{width: 25%;height: 220rpx;}
|
|
|
|
|
- }
|
|
|
|
|
- @media (max-height: 800px) {
|
|
|
|
|
- .zt-qipao-box{margin: calc(var(--status-bar-height) + 80rpx) auto 0;}
|
|
|
|
|
- }
|
|
|
|
|
- @media (max-height: 700px) {
|
|
|
|
|
- .zt-qipao-box{margin: calc(var(--status-bar-height) + 60rpx) auto 0;}
|
|
|
|
|
- }
|
|
|
|
|
- @media (max-height: 500px) {
|
|
|
|
|
- min-height: 1200rpx;
|
|
|
|
|
- .zt-qipao-box{margin: calc(var(--status-bar-height) + 10rpx) auto 0;}
|
|
|
|
|
- .zt-biaoqing-box{margin-top:-20rpx;}
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-// 商城
|
|
|
|
|
-.ezy-mall-page{
|
|
|
|
|
- width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
|
|
|
|
|
- padding-top:var(--status-bar-height);display: flex;flex-direction: column;
|
|
|
|
|
- @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
|
|
|
|
|
- .uni-list{background-color: transparent!important;}
|
|
|
|
|
- .uni-list--border-top,.uni-list--border-bottom{display: none;}
|
|
|
|
|
- .uni-list-item__header{display: none;}
|
|
|
|
|
- .uni-list-item__container{
|
|
|
|
|
- flex-direction: column!important;position: relative;
|
|
|
|
|
- padding:16rpx 20rpx !important;overflow: unset;}
|
|
|
|
|
-
|
|
|
|
|
- .order-scroll-view{margin-top: 10rpx;overflow-y: auto;height: calc(100vh - 380rpx - var(--status-bar-height));}
|
|
|
|
|
- .mall-list-item{
|
|
|
|
|
- width: 94%;background-color: rgba(255, 255, 255, 0.6)!important;
|
|
|
|
|
- margin: 0 3% 10rpx;border-radius: 8rpx;box-sizing: border-box;padding: 16rpx;
|
|
|
|
|
- .content-yuanjia{font-size: 36rpx;color: #ff0101;text-decoration: line-through;}
|
|
|
|
|
- .mall-content-box{
|
|
|
|
|
- display: flex;margin-top: 10rpx;border-bottom: 1px dashed #fff;
|
|
|
|
|
- box-sizing: border-box;padding-bottom:16rpx;margin-bottom: 16rpx;
|
|
|
|
|
- .mall-image{width: 220rpx;height: 220rpx;margin-right: 16rpx;flex-shrink: 0;}
|
|
|
|
|
- .content-body-box{display: flex;flex-direction: column;justify-content: space-between;flex: 1;}
|
|
|
|
|
- .content-name{
|
|
|
|
|
- font-size: 36rpx;color: #000;margin-bottom: 12rpx;display: flex;align-items: center;
|
|
|
|
|
- .name-text{@include single-line-ellipsis;max-width: 360rpx;margin-right: 10rpx;}
|
|
|
|
|
- }
|
|
|
|
|
- .content-text{font-size: 24rpx;color: #666;@include multi-line-ellipsis(3);line-height: 1.4;}
|
|
|
|
|
- .content-row{
|
|
|
|
|
- display: flex;justify-content: space-between;align-items: center;
|
|
|
|
|
-
|
|
|
|
|
- .shop-car-box{
|
|
|
|
|
- width: 70rpx;height: 70rpx;position: relative;
|
|
|
|
|
- @include ezy-no-repeat-cover;background-image: url("@/static/images/mall/shop-car-icon.png");
|
|
|
|
|
- }
|
|
|
|
|
- .car-change{
|
|
|
|
|
- width: 32rpx;height: 30rpx;position: absolute;right: -4rpx;top: -8rpx;
|
|
|
|
|
- @include ezy-no-repeat-cover;background-image: url("@/static/images/mall/change-icon.png");
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .mall-yigou-box{
|
|
|
|
|
- position: relative;
|
|
|
|
|
- .content-row .shop-car-box{background-image: url("@/static/images/mall/shop-car-disabled-icon.png");}
|
|
|
|
|
- }
|
|
|
|
|
- .mall-yigou-box::after{content: '';width: 71rpx;height: 69rpx;position: absolute;left: 3rpx;top:2rpx;
|
|
|
|
|
- @include ezy-no-repeat-cover;background-image: url("@/static/images/mall/yigou-icon.png");}
|
|
|
|
|
-
|
|
|
|
|
- .mall-bottom-row{
|
|
|
|
|
- display: flex;justify-content: space-between;align-items: center;
|
|
|
|
|
- box-sizing: border-box;padding-bottom: 16rpx;
|
|
|
|
|
- .kcb-btn{
|
|
|
|
|
- width: 180rpx;height: 56rpx;line-height: 56rpx;text-align: center;font-size: 24rpx;color: #fff;
|
|
|
|
|
- @include ezy-no-repeat-cover;background-image: url("@/static/images/common/jf-bj.png");
|
|
|
|
|
- icon{width: 18rpx;height: 18rpx;@include ezy-no-repeat-cover;margin-left: 4rpx;
|
|
|
|
|
- background-image: url("@/static/images/common/jt-up-white-icon.svg");transform: scale(180deg);}
|
|
|
|
|
- }
|
|
|
|
|
- .hdj-text{font-size: 32rpx;color: #333;margin-left: auto;}
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
// 数学题库
|
|
// 数学题库
|
|
|
.ezy-sxtk-page{
|
|
.ezy-sxtk-page{
|
|
|
width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
|
|
width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
|
|
@@ -365,7 +103,6 @@
|
|
|
}
|
|
}
|
|
|
.sxtk-confirm-btn{
|
|
.sxtk-confirm-btn{
|
|
|
width: 644rpx;height: 108rpx;background-color: transparent;margin-bottom: 36rpx;
|
|
width: 644rpx;height: 108rpx;background-color: transparent;margin-bottom: 36rpx;
|
|
|
- background-image: url("@/static/images/grade/confirm-btn.png");@include ezy-no-repeat-cover;
|
|
|
|
|
}
|
|
}
|
|
|
.sxtk-confirm-btn:after{display: none;}
|
|
.sxtk-confirm-btn:after{display: none;}
|
|
|
}
|
|
}
|
|
@@ -864,6 +601,31 @@
|
|
|
.dyml-item-box:nth-child(even){background-image: url("@/static/images/xuexi/dy-item-bj2.png");}
|
|
.dyml-item-box:nth-child(even){background-image: url("@/static/images/xuexi/dy-item-bj2.png");}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+// 答案解析
|
|
|
|
|
+.ezy-dajx-page{
|
|
|
|
|
+ width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
|
|
|
|
|
+ padding-top:var(--status-bar-height);display: flex;flex-direction: column;
|
|
|
|
|
+ @include ezy-no-repeat-cover(top);
|
|
|
|
|
+ .shiti-frame-box{overflow-y: auto;}
|
|
|
|
|
+ .dajx-video-box{
|
|
|
|
|
+ width: 95%;
|
|
|
|
|
+ }
|
|
|
|
|
+ .dajx-content-box{
|
|
|
|
|
+ width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;overflow-y: auto;
|
|
|
|
|
+ .slfx-title,.spjj-title{
|
|
|
|
|
+ width: 231rpx;height: 63rpx;@include ezy-no-repeat-cover;margin-bottom: 16rpx;
|
|
|
|
|
+ }
|
|
|
|
|
+ .slfx-title{background-image: url("@/static/images/exam/slfx-title.png");}
|
|
|
|
|
+ .spjj-title{background-image: url("@/static/images/exam/spjj-title.png");}
|
|
|
|
|
+ .slfx-content{
|
|
|
|
|
+ font-size: 32rpx;color: #333;line-height: 1.6;margin-bottom: 42rpx;
|
|
|
|
|
+ box-sizing: border-box;padding: 0 20rpx;word-wrap: break-word;word-break: break-all;
|
|
|
|
|
+ display: block;@include ezy-rich-text;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
// 看视频
|
|
// 看视频
|
|
|
.ezy-ksp-page{
|
|
.ezy-ksp-page{
|
|
|
width: 100%;height: 100vh;display: flex;flex-direction: column;
|
|
width: 100%;height: 100vh;display: flex;flex-direction: column;
|