소스 검색

样式覆盖

wangchuanjin 9 년 전
부모
커밋
f4362fc568
1개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 5 4
      core/src/web/staticres/css/qfw.css

+ 5 - 4
core/src/web/staticres/css/qfw.css

@@ -475,14 +475,15 @@ a.new_red:hover, a.new_red:active {
 	color: #FF5A5F !important;
 }
 .modal-content{
-	border-top-left-radius: 7px;
-	border-top-right-radius: 7px;
+	border-radius: 4px;
+	border-top-left-radius: 5px;
+	border-top-right-radius: 5px;
 }
 .modal-header{
 	background-color: #FF5A5F;
 	color: #FFFFFF;
-	border-top-left-radius: 6px;
-	border-top-right-radius: 6px;
+	border-top-left-radius: 4px;
+	border-top-right-radius: 4px;
 }
 .modal-header .close{
 	opacity: 1;