Browse Source

样式修改

tanxue 17 hours ago
parent
commit
c10b8ec93b
1 changed files with 31 additions and 0 deletions
  1. 31 0
      common/styles/global/pages.scss

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

@@ -937,6 +937,7 @@
 		.duihuanma-icon{background-image: url("@/static/images/my/list-icon8.png");}
 		.yszc-icon{background-image: url("@/static/images/my/list-icon7.png");}
 		.cpsc-icon{background-image: url("@/static/images/my/list-icon9.png");}
+		.sxtk-icon{background-image: url("@/static/images/my/list-icon10.png");}
 	}
 	@media (max-height: 736px) {
 		.my-head-box{padding: 46rpx 24rpx 16rpx;}
@@ -1711,4 +1712,34 @@
 			.hdj-text{font-size: 32rpx;color: #333;margin-left: auto;}
 		}
 	}
+}
+// PDF
+.pdf-page-box{
+	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");
+	.pdf-body-box.uni-webview--fullscreen, .uni-resize-sensor > div,mainContainer{top:calc(83rpx - var(--status-bar-height));}
+}
+
+// 数学题库
+.ezy-sxtk-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");
+	.sxtk-tab-border{height: calc(100vh - 254rpx - var(--status-bar-height));flex: unset;}
+	.tab-img{width: 346rpx;height: 77rpx;margin: 24rpx auto 0;
+	@include ezy-no-repeat-cover;background-image: url("@/static/images/my/tk-qxzjc.png");}
+	.sxtk-line{width: 94%;height: 4rpx;border-top: 4rpx dashed #7cbeee;margin: 20rpx auto;}
+	.sxtk-tab-box{
+		display: flex;box-sizing: border-box;padding: 0 16rpx;margin-top: 24rpx;
+		.tab-item{width: 16.66%;font-size: 30rpx;}
+		.tab-nianji-item{width: 106rpx;height: 73rpx;line-height: 73rpx;margin: 0 auto;text-align: center;}
+		.tab-item.active .tab-nianji-item{@include ezy-no-repeat-cover;color: #fff;
+		background-image: url("@/static/images/my/tk-tab-item.png");}
+	}
+	.sxtk-confirm-btn{
+		width: 644rpx;height: 108rpx;background-color: transparent;margin-bottom: 36rpx;
+		background-image: url("@/static/images/grade/confirm-btn.png");@include ezy-no-repeat-cover;
+	}
+	.sxtk-confirm-btn:after{display: none;}
 }