Browse Source

pad样式修改

tanxue 2 weeks ago
parent
commit
9682491473
2 changed files with 2 additions and 12 deletions
  1. 2 2
      common/styles/global/components.scss
  2. 0 10
      common/styles/global/pages.scss

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

@@ -774,6 +774,6 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 // 没有更多
 // 没有更多
 .ezy-no-more{
 .ezy-no-more{
 	color: rgb(119, 119, 119);font-size: 28rpx;text-align: center;
 	color: rgb(119, 119, 119);font-size: 28rpx;text-align: center;
-	@include mediaSmall() {font-size: 18rpx;}
-	@include mediaBig() {font-size: 40rpx;}
+	@include mediaSmall() {font-size: 20rpx;}
+	@include mediaBig() {font-size: 46rpx;}
 }
 }

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

@@ -95,16 +95,6 @@
 		}
 		}
 }
 }
 
 
-// 兑换码
-.duihuan-dialog{
-	.tip-content-box{padding: 42rpx 42rpx;}
-	.duihuan-input{
-		width:540rpx;height: 88rpx;line-height: 88rpx;box-sizing: border-box;
-		display: flex;align-items: center;margin: 0 auto;color: #666;
-		border: 1rpx solid #e3e3e3;border-radius: 16rpx;font-size: 32rpx;
-		.uni-input-placeholder {font-size: 32rpx;color: #ccc;}
-	}
-}
 
 
 /***************** 新数学 *********************/
 /***************** 新数学 *********************/
 // 登录页  padding-bottom: env(safe-area-inset-bottom); box-sizing: unset;
 // 登录页  padding-bottom: env(safe-area-inset-bottom); box-sizing: unset;