|
|
@@ -893,43 +893,27 @@
|
|
|
|
|
|
// 我的页面
|
|
|
.ezy-my-page{
|
|
|
- width: 100%;height: 100vh;min-height: 1400rpx;background-color: #00c5fe;position: relative;overflow: auto;
|
|
|
- padding-top:var(--status-bar-height);@include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/my/my-page-bj.png");
|
|
|
+ width: 100%;height: 100vh;position: relative;overflow: auto;background: #f9f9fb;
|
|
|
+ .my-page-box{position: relative;z-index: 1;margin-top: calc(-24rpx - var(--status-bar-height));}
|
|
|
.my-head-box{
|
|
|
- width: 100%;padding: 80rpx 24rpx 42rpx;box-sizing: border-box;display: flex;align-items: center;color: #fff;
|
|
|
- .head-img-box{width: 154rpx;height: 154rpx;margin: 0 24rpx 0 12rpx;@include ezy-no-repeat-cover;border-radius: 50%;}
|
|
|
+ width: 100%;padding: 0 24rpx 42rpx;box-sizing: border-box;display: flex;align-items: center;color: #fff;
|
|
|
+ .head-img-box{width: 126rpx;height: 126rpx;margin: 0 24rpx 0 12rpx;@include ezy-no-repeat-cover;border-radius: 50%;}
|
|
|
.head-content-box{font-size: 30rpx;}
|
|
|
}
|
|
|
-
|
|
|
- // hyqy
|
|
|
- .my-hyqy-swiper{
|
|
|
- height: 363rpx;margin-bottom: 32rpx;
|
|
|
- .uni-swiper-dots-horizontal{bottom: 24rpx;}
|
|
|
- }
|
|
|
- .hyqy-box{
|
|
|
- width: 690rpx;height: 363rpx;margin: 0 auto;position: relative;
|
|
|
- @include ezy-no-repeat-cover;
|
|
|
- .hyqy-box-img{width: 690rpx;height: 363rpx;margin: 0 auto;display: block;border-radius: 10rpx;}
|
|
|
+
|
|
|
+ .my-banner-img{
|
|
|
+ width: 730rpx;height: 413rpx;@include ezy-no-repeat-cover;margin: 0 auto;
|
|
|
+ background-image: url("@/static/images/my/my-banner.png");border-radius: 16rpx;
|
|
|
}
|
|
|
+
|
|
|
// list
|
|
|
.my-list-box{
|
|
|
- width:690rpx;margin: 16rpx auto;display: flex;padding: 16rpx 0;
|
|
|
- background-color: rgba(255, 255, 255, 0.6);border-radius: 8rpx;
|
|
|
- .list-item{color: #333;width: 25%;text-align: center;font-size: 28rpx;}
|
|
|
- .list-icon{
|
|
|
- width: 87rpx;height: 77rpx;display: block;margin: 0 auto;
|
|
|
- @include ezy-no-repeat-cover;
|
|
|
- }
|
|
|
- .cpsc-icon{background-image: url("@/static/images/my/list-icon1.png");}
|
|
|
- .sxtk-icon{background-image: url("@/static/images/my/list-icon2.png");}
|
|
|
- .error-icon{background-image: url("@/static/images/my/list-icon3.png");}
|
|
|
- .xxjl-icon{background-image: url("@/static/images/my/list-icon4.png");}
|
|
|
- .order-icon{background-image: url("@/static/images/my/list-icon5.png");}
|
|
|
- .duihuanma-icon{background-image: url("@/static/images/my/list-icon6.png");}
|
|
|
- .kfdh-icon{background-image: url("@/static/images/my/list-icon7.png");}
|
|
|
- .yysz-icon{background-image: url("@/static/images/my/list-icon8.png");}
|
|
|
- .zhuxiao-icon{background-image: url("@/static/images/my/list-icon9.png");}
|
|
|
- .login-out-icon{background-image: url("@/static/images/my/list-icon10.png");}
|
|
|
+ width:710rpx;margin: 24rpx auto;display: flex;padding: 42rpx 6rpx;
|
|
|
+ background-color: #fff;border-radius: 16rpx;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
|
|
|
+ .list-item{color: #444;width: 25%;text-align: center;font-size: 28rpx;}
|
|
|
+ .list-icon{width: 64rpx;height: 64rpx;display: block;
|
|
|
+ margin: 0 auto 12rpx;@include ezy-no-repeat-cover;}
|
|
|
+ .yysz-icon{background-image: url("@/static/images/my/list-icon1.png");}
|
|
|
}
|
|
|
|
|
|
.kefu-dialog{
|
|
|
@@ -937,16 +921,11 @@
|
|
|
.confirm-btn{margin: 24rpx auto;}
|
|
|
}
|
|
|
}
|
|
|
-.ezy-my-page::before{
|
|
|
- content: '';width: 279rpx;height: 250rpx;display:block;
|
|
|
- position: absolute;top:calc(20rpx - var(--status-bar-height));right:20rpx;
|
|
|
- @include ezy-no-repeat-cover;background-image: url("@/static/images/my/my-page-img.png");
|
|
|
-}
|
|
|
|
|
|
// 应用设置
|
|
|
.ezy-yysz-page{
|
|
|
width: 100%;height: 100vh;min-height: 1400rpx;background-color: #00c5fe;position: relative;overflow: auto;
|
|
|
- padding-top:var(--status-bar-height);@include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/my/my-page-bj.png");
|
|
|
+ padding-top:var(--status-bar-height);
|
|
|
display: flex;flex-direction: column;
|
|
|
.yysz-row-box{width: 94%;background-color: rgba(255, 255, 255, 0.6);
|
|
|
border-radius: 8rpx;margin: 16rpx 3% 0;color: #333;font-size: 30rpx;}
|
|
|
@@ -1797,19 +1776,6 @@
|
|
|
}
|
|
|
|
|
|
|
|
|
-// 更换头像
|
|
|
-.ezy-ghtx-page{
|
|
|
- width: 100%;height: 100vh;background-color: #00c5fe;position: relative;overflow: auto;
|
|
|
- padding-top:var(--status-bar-height);@include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/my/my-page-bj.png");
|
|
|
- .ghtx-img{width: 644rpx;height: 644rpx;margin: 0 auto 86rpx;display: block;}
|
|
|
- .xc-btn,.qx-btn{
|
|
|
- width: 644rpx;height: 108rpx;line-height: 108rpx;@include ezy-no-repeat-cover;
|
|
|
- margin: 30rpx auto 0;font-size: 30rpx;color: #fff;text-align: center;}
|
|
|
- .xc-btn{background-image: url("@/static/images/common/confirm-btn.png");}
|
|
|
- .qx-btn{background-image: url("@/static/images/common/cancel-btn.png");}
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
// 选课
|
|
|
.ezy-xuanke-page{
|
|
|
width: 100%;height: 100vh;display: flex;flex-direction: column;padding-bottom: 100rpx;overflow: hidden;
|
|
|
@@ -1883,6 +1849,9 @@
|
|
|
position: absolute;bottom: 12rpx;right: 12rpx;
|
|
|
|
|
|
}
|
|
|
+ .item-play-btn:active{
|
|
|
+ transform: rotate(180deg);
|
|
|
+ }
|
|
|
.item-play-btn::before{
|
|
|
content: '';width: 46rpx;height: 48rpx;display: block;
|
|
|
background-image: url("@/static/images/xuanke/xbb-item-jt.png");@include ezy-no-repeat-cover;
|