Browse Source

补全0

tags/6.3.0
叙述、别离 5 months ago
parent
commit
5ac09bf380
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      src/static/web/css/admin.css
  2. +1
    -1
      src/static/web/css/style.css

+ 2
- 2
src/static/web/css/admin.css View File

@@ -22,7 +22,7 @@ select{padding:0.375rem 0.75rem;height:30px;color:var(--gray);background:var(--w
select[multiple=yes]{height:180px}
option{padding:0;height:30px}
textarea{padding:0.375rem 0.75rem;color:var(--gray);background:var(--white);border:1px solid var(--gray-300);vertical-align:middle}
input:focus,select:focus,textarea:focus{color:var(--gray);background:var(--white);border-color:var(--blue-300);box-shadow:0 0 0 0.2rem rgba(0,123,255,.25);outline:0}
input:focus,select:focus,textarea:focus{color:var(--gray);background:var(--white);border-color:var(--blue-300);box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25);outline:0}
.install-box{margin:0 auto;width:800px}
.install-box .card-header,.install-box .card-body{padding:1.25rem}
.install-box h2,.install-box legend{margin:0;line-height:1.2;font-size:18px;font-weight:600;color:var(--gray-dark)}
@@ -99,7 +99,7 @@ body.menu-show .body-right{left:220px;transition:all 0.5s}
.nw{float:left;width:160px}
.cls{clear:both}
.helpinfo{float:left;display:none;padding:10px;width:100%;background:var(--bg);border:1px solid var(--gray-300);border-radius:0.5rem}
.tips-box{margin:70px auto 0;width:500px;height:auto;background:var(--white);border-radius:0.5rem;box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075)}
.tips-box{margin:70px auto 0;width:500px;height:auto;background:var(--white);border-radius:0.5rem;box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075)}
.tips-head{margin:0 20px;padding:18px 0;border-bottom:1px solid var(--bg)}
.tips-head p{margin:0;padding-left:10px;line-height:16px;color:var(--gray-dark);text-align:left;border-left:3px solid var(--yellow)}
.tips-body{padding:20px;min-height:160px;color:var(--gray);word-break:break-all;word-wrap:break-word}


+ 1
- 1
src/static/web/css/style.css View File

@@ -29,7 +29,7 @@ input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkb
.item-theme-img img{width:100%;height:250px}
.item-theme p,.item-news p{color:var(--gray-500);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.item-news{margin-bottom:2rem;padding:1.5rem}
.item-theme:hover,.item-news:hover{box-shadow:0 14px 30px -16px rgba(0,36,100,.25);transform:translateY(-5px);transition:all 0.5s}
.item-theme:hover,.item-news:hover{box-shadow:0 14px 30px -16px rgba(0,36,100,0.25);transform:translateY(-5px);transition:all 0.5s}
.item-news .title{margin:20px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.item-news-img img{width:100%;height:200px}
.item-vote .table,.article-theme-body p:last-child,.article-hot:last-child{margin-bottom:0}


Loading…
Cancel
Save