浏览代码

Update style.css

tags/6.3.2
叙述、别离 10 个月前
父节点
当前提交
71d40852f7
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      src/static/web/css/style.css

+ 3
- 3
src/static/web/css/style.css 查看文件

@@ -69,6 +69,9 @@ input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkb
.body-bg { .body-bg {
background:var(--bg) background:var(--bg)
} }
.logo img {
height:36px
}
#carouselDede .carousel-caption h2 { #carouselDede .carousel-caption h2 {
color:var(--white) color:var(--white)
} }
@@ -299,9 +302,6 @@ input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkb
font-weight:300; font-weight:300;
color:var(--gray) color:var(--gray)
} }
.logo img {
height:36px
}
.pannel-main-container { .pannel-main-container {
padding:1.5rem; padding:1.5rem;
background:var(--white) background:var(--white)


正在加载...
取消
保存