|
|
@@ -1034,12 +1034,13 @@
|
|
|
|
|
|
// 关于我们
|
|
|
.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/common/ezy-page-bj.png");
|
|
|
+ width: 100%;height: 100vh;position: relative;display: flex;flex-direction: column;
|
|
|
.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;
|
|
|
+ width: 95%;display: flex;flex-direction: column;flex: 1;overflow-y: auto;
|
|
|
+ padding: 36rpx 0;box-sizing: border-box;margin: 20rpx auto 0;
|
|
|
+ position: relative;text-align: justify;border-radius: 16rpx 16rpx 0 0;
|
|
|
+ background-color: #fff;box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.1);
|
|
|
+
|
|
|
}
|
|
|
.about-body-box{
|
|
|
content: "";display: block;background-color: rgba(255, 255, 255, 0.6);border-radius: 0 0 10rpx 10rpx;
|
|
|
@@ -1048,7 +1049,7 @@
|
|
|
}
|
|
|
.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;
|
|
|
+ box-sizing: border-box;padding-bottom: 42rpx;border-bottom: 1px dashed #ccc;
|
|
|
.about-icon-box{
|
|
|
width: 192rpx;height: 188rpx;margin-right: 36rpx;
|
|
|
@include ezy-no-repeat-cover;background-image: url("@/static/images/my/about-icon.png");
|
|
|
@@ -1059,7 +1060,7 @@
|
|
|
.about-text{margin: 16rpx 0;}
|
|
|
}
|
|
|
.content-box{
|
|
|
- font-size: 30rpx;margin-top: 50rpx;line-height: 2;color: #333;
|
|
|
+ font-size: 30rpx;margin-top: 32rpx;line-height: 2;color: #333;
|
|
|
text-align: justify;box-sizing: border-box;padding: 0 10rpx;
|
|
|
}
|
|
|
@media (max-height: 600px) {
|