|
@@ -591,6 +591,7 @@
|
|
|
.error-icon{background-image: url("@/static/images/my/list-icon2.png");}
|
|
|
.order-icon{background-image: url("@/static/images/my/list-icon3.png");}
|
|
|
.login-out-icon{background-image: url("@/static/images/my/list-icon4.png");}
|
|
|
+ .about-icon{background-image: url("@/static/images/my/list-icon5.png");}
|
|
|
}
|
|
|
@media (max-height: 700px) {
|
|
|
.my-head-box{padding: 60rpx 24rpx 32rpx;}
|
|
@@ -615,6 +616,44 @@
|
|
|
@include ezy-no-repeat-cover;background-image: url("@/static/images/my/my-page-img.png");
|
|
|
}
|
|
|
|
|
|
+// 关于我们
|
|
|
+.ezy-about-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/my/my-page-bj.png");
|
|
|
+ .about-body-border{
|
|
|
+ flex: 1;width: 92%;height: auto;background-color: rgba(255, 255, 255, 0.6);border-radius: 10px;
|
|
|
+ margin: 12rpx auto 200rpx;position: relative;display: flex;flex-direction: column;
|
|
|
+ }
|
|
|
+ .about-body-box{
|
|
|
+ content: "";display: block;background-color: rgba(255, 255, 255, 0.6);border-radius: 0 0 10rpx 10rpx;
|
|
|
+ position: absolute;top: 20rpx;left: 20rpx;right: 20rpx;bottom: 30rpx;z-index: 1;
|
|
|
+ box-sizing: border-box;padding: 52rpx 24rpx 24rpx;overflow-y: auto;
|
|
|
+ }
|
|
|
+ .content-top-box{
|
|
|
+ display: flex;flex-shrink: 0;font-size: 24rpx;color: #333;
|
|
|
+ box-sizing: border-box;padding-bottom: 42rpx;border-bottom: 1px dashed #fff;
|
|
|
+ .about-icon-box{
|
|
|
+ width: 192rpx;height: 188rpx;margin-right: 36rpx;
|
|
|
+ @include ezy-no-repeat-cover;background-image: url("@/static/images/my/about-icon.png");
|
|
|
+ }
|
|
|
+ .about-name{
|
|
|
+ font-size: 30rpx;margin: 20rpx 0 42rpx;
|
|
|
+ }
|
|
|
+ .about-text{margin: 16rpx 0;}
|
|
|
+ }
|
|
|
+ .content-box{
|
|
|
+ font-size: 30rpx;margin-top: 50rpx;line-height: 2;color: #333;
|
|
|
+ text-align: justify;box-sizing: border-box;padding: 0 10rpx;
|
|
|
+ }
|
|
|
+ @media (max-height: 600px) {
|
|
|
+ .about-body-border{margin: 12rpx auto 150rpx;}
|
|
|
+ .about-body-box{padding: 32rpx 20rpx 20rpx;}
|
|
|
+ .content-top-box{padding-bottom: 24rpx;}
|
|
|
+ .content-box{margin-top: 20rpx;}
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
// SVIP
|
|
|
.ezy-svip-page{
|
|
|
width: 100%;height: 100vh;background-color: #23befb;position: relative;
|
|
@@ -654,4 +693,5 @@
|
|
|
@include ezy-no-repeat-cover;background-image: url("@/static/images/pay/svip-btn-bj.png");
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|
|
|
+
|