فهرست منبع

移除背景色

wangxy 1 ماه پیش
والد
کامیت
c6e117bda8
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      common/styles/global/pages.scss

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

@@ -1970,7 +1970,9 @@
 
 // 单词详情
 .word-view-page{
-	width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
+	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);
 	.ezy-border-body{