소스 검색

修改CSS

Reiskuchen 5 년 전
부모
커밋
9aeea87fdb
2개의 변경된 파일9개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 0
      minigame/WebContent/css/lottery2.css
  2. 4 3
      minigame/WebContent/static/css/lottery2.css

+ 5 - 0
minigame/WebContent/css/lottery2.css

@@ -109,6 +109,11 @@ input{
     width: 52%;
     z-index: 12;
 }
+.advertisement li{
+	font-size: 12px !important;
+	line-height: 18px !important;
+	height: 18px! important;
+}
 
 /*滚动*/
 .case {

+ 4 - 3
minigame/WebContent/static/css/lottery2.css

@@ -17,6 +17,7 @@
     width: 84%;
     height: auto;
     left: 7%;
+    top: 250px;
 }
 .container {
     display: flex;
@@ -109,9 +110,9 @@ input{
     z-index: 12;
 }
 .advertisement li{
-	font-size: 10px !important;
-	line-height: 20px !important;
-	height: 20px !important;
+	font-size: 12px !important;
+	line-height: 18px !important;
+	height: 18px! important;
 }
 
 /*滚动*/