소스 검색

弹窗加底色

zhangweicheng 6 년 전
부모
커밋
7af2c93ee7
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      web/building_saas/css/main.css

+ 11 - 0
web/building_saas/css/main.css

@@ -25,6 +25,17 @@ a{
 .text-indent {
     text-indent:26px;
 }
+.modal-header{
+    background:#f2f2f2;
+    border-bottom:1px solid #ccc;
+    padding:.8rem 1rem;
+}
+.modal-title{
+    font-size:1rem;
+}
+.modal-footer{
+    padding:.8rem 1rem;
+}
 /*自定义css*/
 .login-body,.login-html{
     height:100%;