tanxue 3 miesięcy temu
rodzic
commit
c5a026ee18

+ 3 - 3
common/styles/global/pages.scss

@@ -207,6 +207,7 @@
 		background-image: url("@/static/images/grade/grades-bj.png");@include ezy-no-repeat-cover;
 		text-align: center;font-size: 36rpx;color: #fff;font-weight: 800;
 	}
+	.grade-yingyu-item{width: 277rpx;height: 87rpx;line-height: 82rpx;margin: 2% 0;}
 	// -webkit-text-stroke: 1.6rpx #ac5300;text-stroke: 1.6rpx #ac5300; 
 	.grade-item.active{
 		color: #fff;background-image: url("@/static/images/grade/grades-a-bj.png");
@@ -782,7 +783,7 @@
 	
 // 我的页面
 .ezy-my-page{
-	width: 100%;height: 100vh;min-height: 1600rpx;background-color: #00c5fe;position: relative;overflow: auto;
+	width: 100%;height: 100vh;min-height: 1688rpx;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");
 	.my-head-box{
 		width: 100%;padding: 80rpx 24rpx 42rpx;box-sizing: border-box;display: flex;align-items: center;color: #fff;
@@ -828,7 +829,7 @@
 		.yszc-icon{background-image: url("@/static/images/my/list-icon7.png");}
 	}
 	@media (max-height: 736px) {
-		min-height: 1400rpx;
+		min-height: 1462rpx;
 		.my-head-box{padding: 46rpx 24rpx 16rpx;}
 		.my-list-box{
 			margin: 6rpx auto 0;
@@ -836,7 +837,6 @@
 		}
 	}
 	@media (max-height: 600px) {
-		min-height: 1200rpx;overflow-y: auto;
 		.my-head-box{padding: 42rpx 24rpx 24rpx;}
 		.my-list-box{
 			margin: 12rpx auto 0;

+ 1 - 1
pages/selectGradesTerms/index.vue

@@ -23,7 +23,7 @@
 				<template v-for="item in nianji_list" :key="item.id">
 					<view  @click="handleSelectGrade(item)" v-if="item.id != 6"
 						:class="['grade-item', {active: item.id == activeNianji}]">{{item.label}}</view>
-					<view v-else class="grade-item"></view>
+					<view v-else class="grade-yingyu-item"></view>
 				</template>
 		
 			</view>