Browse Source

增加默认样式

tanxue 1 month ago
parent
commit
807b5f672e

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

@@ -113,10 +113,10 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 	background-image: url("@/static/images/common/page-header-bj.png");@include ezy-no-repeat-cover(top);
 }
 // 仅一个返回按钮
-.ezy-nav-bar-icon{width: 72rpx;height: 63rpx;position: absolute;left: 0;top: var(--status-bar-height);}
+.ezy-nav-bar-icon{width: 100rpx;height: 100rpx;position: absolute;left: 0;top: var(--status-bar-height);}
 .ezy-nav-bar-icon::after{
-	width: 24rpx;height: 38rpx;content: '';display: block;margin: 12rpx auto;
-	background-image: url("@/static/images/common/navBar-return-btn.png");@include ezy-no-repeat-cover();
+	width: 24rpx;height: 38rpx;content: '';display: block;margin: 12rpx 32rpx 12rpx;transform: rotate(180deg);
+	background-image: url("@/static/images/common/h-jt-icon.png");@include ezy-no-repeat-cover();
 }
 /***** 试题 *****/
 // 标题

+ 14 - 4
common/styles/global/pages.scss

@@ -83,14 +83,14 @@
 
 	/* 针对小屏幕设备 */
 	@media (max-height: 750px) {
-		padding-top: 150rpx;
+		padding-top: 200rpx;
 		.login-body-box{margin: 100rpx auto 0;  }
 		.login-btn{margin-top: 56rpx;}
 		// 验证码
 		.yzm-btn{margin-top: 36rpx;}
 	}
 	@media (max-height: 650px) {
-		padding-top: 100rpx;
+		padding-top: 180rpx;
 		.login-body-box{margin: 60rpx auto 0;  }
 		.login-btn{margin-top: 32rpx;}
 		.bottom-btn-box{
@@ -98,7 +98,7 @@
 			.bottom-tip{margin-bottom: 32rpx;}
 		}
 		// 验证码
-		.cxfs-btn{margin: 42rpx auto 100rpx;}
+		.cxfs-btn{margin: 32rpx auto 52rpx;}
 	}
 	@media (max-height: 550px) {
 		min-height: 1100rpx;
@@ -730,7 +730,7 @@
 }
 
 // 成绩页
-.ezy-result-page1{
+.ezy-result-page{
 	width: 100%;height: 100vh;background-color: #f9f9fb;position: relative;
 	display: flex;flex-direction: column;
 	.result-exam-swiper{
@@ -1866,6 +1866,16 @@
 				}
 			}
 		}
+		// 暂无课程
+		.no-kc-list{
+			display: flex;align-items: center;flex-direction: column;
+			flex: 1;justify-content: center;font-size: 32rpx;color: #666;
+			icon{
+				width: 219rpx;height: 240rpx;@include ezy-no-repeat-cover;
+				margin: 0 auto 32rpx;
+				background-image: url("@/static/images/xuexi/dialog-e-img2.png");
+			}
+		}
 }
 
 // 选版本

+ 3 - 2
pages/chanpinXuanze/index.vue

@@ -15,8 +15,9 @@
 			<!-- 数学列表 -->
 			<shuxueListVue v-if="data.chanpinActiveSelect == 2" :list="data.shuxueList"></shuxueListVue>
 			<!-- 语文列表 -->
-			<view class="list yuwen" v-if="data.chanpinActiveSelect == 3">
-				
+			<view class="no-kc-list" v-if="data.chanpinActiveSelect == 3">
+				<icon></icon>
+				<text>暂无数据</text>
 			</view>
 		</view>
 	</view>

BIN
static/images/xuexi/xx-pp-bj.png