Browse Source

样式覆盖

wangchuanjin 9 năm trước cách đây
mục cha
commit
f4362fc568
1 tập tin đã thay đổi với 5 bổ sung4 xóa
  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;