Sfoglia il codice sorgente

图片资源整理

tanxue 1 mese fa
parent
commit
08954d4cd7

+ 24 - 41
common/styles/global/components.scss

@@ -1,22 +1,22 @@
 /******************** 这里放组件样式 ********************/
-	
-/***** view *****/
+
+/***** view *****/
 view{box-sizing: border-box;}
 
 /***** 对齐方式 *****/
 .ezy-tl{text-align: left;}
 .ezy-tc{text-align: center;}
-.ezy-tr{text-align: right;}
+.ezy-tr{text-align: right;}
 
 /***** 状态栏 *****/
 .ezy-status-bar{height: var(--status-bar-height);width: 100%;background-color: red;}
 
 /***** 超出省略 *****/
-// 文本超出省略号显示 (一行)
-@mixin single-line-ellipsis() {text-overflow: ellipsis;overflow: hidden;word-wrap: break-word;white-space: nowrap;word-break: break-all;}
-
-// 文本超出省略号显示 (多行)
-@mixin multi-line-ellipsis($rows: 3){-webkit-line-clamp:$rows;text-overflow: ellipsis;-o-text-overflow: ellipsis;overflow: hidden;word-wrap: break-word;display: -webkit-box;white-space: normal !important;-webkit-box-orient: vertical;}
+// 文本超出省略号显示 (一行)
+@mixin single-line-ellipsis() {text-overflow: ellipsis;overflow: hidden;word-wrap: break-word;white-space: nowrap;word-break: break-all;}
+
+// 文本超出省略号显示 (多行)
+@mixin multi-line-ellipsis($rows: 3){-webkit-line-clamp:$rows;text-overflow: ellipsis;-o-text-overflow: ellipsis;overflow: hidden;word-wrap: break-word;display: -webkit-box;white-space: normal !important;-webkit-box-orient: vertical;}
 
 
 /***** 页面高度 *****/
@@ -40,12 +40,12 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 
 /***** 页面背景图 *****/
 //  no-repeat  cover
-@mixin ezy-no-repeat-cover($position: center) {
-  background-position: $position;background-size: cover;background-repeat: no-repeat;
+@mixin ezy-no-repeat-cover($position: center) {
+  background-position: $position;background-size: cover;background-repeat: no-repeat;
 }
 //  no-repeat  contain
-@mixin ezy-no-repeat-contain($position: center) {
-  background-position: $position;background-size: contain;background-repeat: no-repeat;
+@mixin ezy-no-repeat-contain($position: center) {
+  background-position: $position;background-size: contain;background-repeat: no-repeat;
 }
 
 // active
@@ -81,7 +81,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 	display: flex;flex-direction: row;align-items: center;
 	.tabbar-item-box{
 		width: 25%;display: flex;flex-wrap: nowrap;justify-content: space-evenly;
-	}	
+	}
 	.tabbar-item{width: 60rpx;height: 80rpx;@include ezy-no-repeat-cover;z-index: 2;}
 }
 
@@ -108,7 +108,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 .icon-title-navBar-box{
 	display: flex;align-items: center;justify-content: center;
 	padding: calc(6rpx + var(--status-bar-height)) 20rpx 16rpx;box-sizing: border-box;position: relative;
-	
+
 	.nav-bar-title{
 		font-size: 34rpx;height: 63rpx;line-height: 63rpx;color: #fff;
 		max-width: 70%;position: relative;z-index: 1;
@@ -257,8 +257,8 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 
 /***** 模拟标题栏 *****/
 .ezy-title-bar {
-	height: calc(44px + env(safe-area-inset-top));
-    position: fixed;top: var(--status-bar-height);left: var(--window-left);right: var(--window-right);
+	height: calc(44px + env(safe-area-inset-top));
+    position: fixed;top: var(--status-bar-height);left: var(--window-left);right: var(--window-right);
     background-color: rgb(248, 248, 248);color: rgb(0, 0, 0);box-sizing: border-box;
 	display: flex;align-items: center;justify-content: center;overflow: hidden;z-index: 998;
   }
@@ -274,11 +274,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 	.tip-content{
 		color: #666;font-size: 32rpx;padding-bottom: 42rpx;
 		border-bottom: 1px dashed #70cbf4;line-height: 1.6;
-	}
-	.tip-img{
-	  width: 260rpx;height: 260rpx;@include ezy-no-repeat-contain;margin: 0 auto;
-	  background-image: url("@/static/images/common/dialog-login-img.png");
-	 }
+	}
 	 /*** 按钮 ***/
 	 //其他按钮
 	.tip-btn-box{
@@ -374,31 +370,19 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 	}
 }
 
-
-
-
-/*积分框*/
-.ezy-jf-box{
-	width: 142rpx;height: 46rpx;display: flex;align-items: center;line-height: 1.2;font-size: 26rpx;
-	@include ezy-no-repeat-cover;background-image: url("@/static/images/common/jf-bj.png");margin-top: 20rpx;
-	.jf-icon{width: 35rpx;height: 35rpx;margin:0 4rpx 0 10rpx;flex-shrink: 0;
-	@include ezy-no-repeat-cover;background-image: url("@/static/images/my/jf-qb.png");}
-	.jf-text{min-width: 60rpx;text-align: center;color: #fff;}
-}
-
 /***** 学科tab *****/
 .ezy-xueke-tab-box{
 	display: flex;justify-content: center;margin-bottom: 24rpx;flex-shrink: 0;
 	.tab-item{
 		width: 242rpx;height: 90rpx;line-height: 90rpx;@include ezy-no-repeat-cover;
 		background-image: url("@/static/images/xuanke/tab-item-bj.png");
-		text-align: center;color: #a6a6a6;    
+		text-align: center;color: #a6a6a6;
 	}
 	.tab-item.active{
 		color: #fff;background-image: url("@/static/images/xuanke/tab-item-a.png");
 	}
 }
-	
+
 // tab页面
 .ezy-tab-border{
 	flex: 1;width: 92%;height: auto;background-color: rgba(255, 255, 255, 0.6);border-radius: 10px;
@@ -412,7 +396,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 		.segmented-control__item--button,.segmented-control__item--button--last{height: 62rpx;border: 0;border-width: 0!important;border-radius: 8rpx;}
 		.segmented-control__item--button--active .segmented-control__text{color: #fff!important;}
 	}
-	
+
 //视频
 .ezy-video-box{
 	width: 690rpx;height: 390rpx;margin: 0 auto 42rpx;
@@ -433,10 +417,10 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 }
 
 // 升级提醒弹窗
-.phone-tip-dialog{
-	width: 580rpx;border-radius: 12rpx;background-color: #fff;padding: 24rpx;
-	.tip-title{padding-top: 24rpx;font-size: 34rpx;color: #333;text-align: center;}
-	.tip-content{font-size: 32rpx;color: #666;margin:32rpx 32rpx 56rpx;line-height: 1.6;text-align: justify;}
+.phone-tip-dialog{
+	width: 580rpx;border-radius: 12rpx;background-color: #fff;padding: 24rpx;
+	.tip-title{padding-top: 24rpx;font-size: 34rpx;color: #333;text-align: center;}
+	.tip-content{font-size: 32rpx;color: #666;margin:32rpx 32rpx 56rpx;line-height: 1.6;text-align: justify;}
 }
 
 // 暂无数据
@@ -478,4 +462,3 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 
 // 没有更多
 .ezy-no-more{color: rgb(119, 119, 119);font-size: 28rpx;text-align: center;}
-	

+ 0 - 17
common/styles/global/pages.scss

@@ -60,23 +60,6 @@
 	}
 }
 
-.yxsm-popup-box{
-		width: 684rpx;height: 1308rpx;box-sizing: border-box;padding: 120rpx 56rpx 60rpx;overflow-y: auto;
-		background-image: url("@/static/images/login/agree-content-bj.png");@include ezy-no-repeat-cover;
-		position: relative;text-align: justify;display: flex;flex-direction: column;position: relative;
-		.yxsm-close-btn{width: 62rpx;height: 62rpx;@include ezy-no-repeat-cover;position: absolute;
-		top: 64rpx;right: 44rpx;background-image: url("@/static/images/common/close-icon.png");}
-		.yxsm-item-box{overflow-y: auto;line-height: 1.8;font-size: 28rpx;}
-		.yxsm-popup-title{font-size: 36rpx;color: #333;text-align: center;margin-bottom: 32rpx;}
-		.item-title{color: #359ae2;}
-		.item-content{color: #555;}
-		@media (max-height: 480px){
-			padding: 120rpx 56rpx 120rpx;
-			.yxsm-close-btn{top: 100rpx;}
-		}
-}
-
-
 /***************** 新数学 *********************/
 // 登录页  padding-bottom: env(safe-area-inset-bottom); box-sizing: unset;
 .ezy-login-page {

BIN
static/images/common/apple-icon.png


+ 0 - 1
static/images/common/apple-icon1.svg

@@ -1 +0,0 @@
-<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1747121174245" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3584" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32"><path d="M791.488 544.095c-1.28-129.695 105.76-191.871 110.528-194.975-60.16-88.032-153.856-100.064-187.232-101.472-79.744-8.064-155.584 46.944-196.064 46.944-40.352 0-102.816-45.76-168.96-44.544-86.912 1.28-167.072 50.528-211.808 128.384-90.304 156.703-23.136 388.831 64.896 515.935 43.008 62.208 94.304 132.064 161.632 129.568 64.832-2.592 89.376-41.952 167.744-41.952s100.416 41.952 169.056 40.672c69.76-1.312 113.984-63.392 156.704-125.792 49.376-72.16 69.728-142.048 70.912-145.632-1.536-0.704-136.064-52.224-137.408-207.136zM662.56 163.52C698.304 120.16 722.432 60 715.84 0c-51.488 2.112-113.888 34.304-150.816 77.536-33.152 38.368-62.144 99.616-54.368 158.432 57.472 4.48 116.128-29.216 151.904-72.448z" p-id="3585"></path></svg>

BIN
static/images/common/dialog-login-img.png


BIN
static/images/common/dialog-login-imgy.png


BIN
static/images/common/ezy-jf-icon.png


BIN
static/images/common/jf-bj.png


+ 0 - 1
static/images/common/qiehuan-icon.svg

@@ -1 +0,0 @@
-<svg t="1746778759484" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7228" data-spm-anchor-id="a313x.search_index.0.i18.2cc23a81NjVaHP" width="32" height="32"><path d="M877.6 597.1c-15.8-5.5-33 2.9-38.4 18.5-44.2 126.8-164.6 212-299.5 212-143.8 0-264.2-93.7-303.3-224.3l42.3 38.6c12.3 11.2 31.4 10.4 42.7-1.9 11.3-12.2 10.4-31.3-1.9-42.5l-106.6-97.2c-5.9-5.4-13.9-8.1-21.7-7.9-8 0.4-15.5 3.8-20.9 9.7L72.6 608.4c-11.3 12.2-10.4 31.2 1.9 42.5 5.8 5.3 13.1 7.9 20.4 7.9 8.2 0 16.3-3.3 22.3-9.8l53.8-58.5c36 171.1 186.7 297.3 368.8 297.3 160.5 0 303.8-101.4 356.5-252.4 5.4-15.7-3-32.9-18.7-38.3z m60.7-280.8c-16-5-32.9 3.8-37.9 19.6l-11.2 35.4c-56.6-137.8-193.5-235.1-349.4-235.1-141.7 0-270.2 77.9-335.3 203.3-7.6 14.7-1.9 32.9 13 40.5 14.8 7.7 33 1.9 40.7-12.9 54.7-105.4 162.6-170.8 281.7-170.8 147.3 0 274.4 103.4 307.9 242.4L757 410.1c-16-5-32.9 3.8-37.9 19.6s3.8 32.7 19.7 37.7l137.8 43.4c3 0.9 6 1.4 9.1 1.4h0.2c0.8 0 1.6 0 2.4-0.1 0.4 0 0.7-0.3 1.1-0.3 3.5-0.4 7-1.3 10.2-3l0.1-0.1c3.4-1.8 6.3-4.2 8.8-7 0.7-0.8 1.1-1.9 1.7-2.8 1.7-2.4 3.3-4.8 4.2-7.7 0 0 0-0.1 0.1-0.1L957.9 354c5.1-15.8-3.8-32.7-19.6-37.7z" p-id="7229" fill="#999999"></path></svg>

BIN
static/images/login/agree-content-bj.png


BIN
static/images/login/agree-dialog-bj.png


BIN
static/images/login/slider-confirm.png


BIN
static/images/login/slider-dialog-bj.png


BIN
static/images/login/slider-right-icon.png


BIN
static/images/my/cuoti-icon2.png


BIN
static/images/my/cuoti-tab-bj.png


BIN
static/images/my/head-img0.png


BIN
static/images/my/head-img2.png


BIN
static/images/my/head-img3.png


BIN
static/images/my/jf-qb.png


BIN
static/images/my/sz-icon1.png


BIN
static/images/my/sz-icon2.png


BIN
static/images/my/tk-list-item-a.png


BIN
static/images/my/tk-list-item.png


BIN
static/images/my/tk-qxzjc.png


BIN
static/images/my/tk-tab-item.png