Parcourir la source

移除背景色

wangxy il y a 1 mois
Parent
commit
c6e117bda8
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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{