Browse Source

调整

tags/6.3.2
叙述、别离 9 months ago
parent
commit
8fadb48d9c
2 changed files with 14 additions and 26 deletions
  1. +7
    -16
      src/static/web/css/admin.css
  2. +7
    -10
      src/static/web/css/style.css

+ 7
- 16
src/static/web/css/admin.css View File

@@ -644,7 +644,7 @@ body.menu-show .admin-content {
margin-right:1rem; margin-right:1rem;
margin-bottom:1rem; margin-bottom:1rem;
padding:1rem; padding:1rem;
width:134px;
width:130px;
background:var(--light); background:var(--light);
text-align:center text-align:center
} }
@@ -670,17 +670,13 @@ body.menu-show .admin-content {
background:var(--white) background:var(--white)
} }
.opt-button { .opt-button {
display:inline-block;
position:relative;
overflow:hidden
position:relative
} }
.opt-button input { .opt-button input {
position:absolute; position:absolute;
top:0; top:0;
right:0; right:0;
margin:0;
opacity:0; opacity:0;
direction:ltr;
cursor:pointer cursor:pointer
} }
.user-img-md { .user-img-md {
@@ -750,17 +746,9 @@ input,select,textarea,.upload-bg,.colordlg,.pubdlg,.quickselitem .topcat,.mysour
.cke_top { .cke_top {
border-radius:var(--b-radius) var(--b-radius) 0 0!important border-radius:var(--b-radius) var(--b-radius) 0 0!important
} }
.submenu,.cke_bottom {
.cke_bottom {
border-radius:0 0 var(--b-radius) var(--b-radius)!important border-radius:0 0 var(--b-radius) var(--b-radius)!important
} }
.page-item:first-child .page-link {
border-top-left-radius:var(--b-radius)!important;
border-bottom-left-radius:var(--b-radius)!important
}
.page-item:last-child .page-link {
border-top-right-radius:var(--b-radius)!important;
border-bottom-right-radius:var(--b-radius)!important
}
.input-group>.input-group-append>.btn { .input-group>.input-group-append>.btn {
border-top-left-radius:0!important; border-top-left-radius:0!important;
border-bottom-left-radius:0!important border-bottom-left-radius:0!important
@@ -784,7 +772,7 @@ input,select,textarea,.upload-bg,.colordlg,.pubdlg,.quickselitem .topcat,.mysour
margin-left:0.5rem margin-left:0.5rem
} }
.shadow-sm { .shadow-sm {
box-shadow:0 .125rem 0.25rem rgba(0,0,0,0.015)!important
box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.015)!important
} }
@media (min-width:1199px) { @media (min-width:1199px) {
.modal-dialog { .modal-dialog {
@@ -827,4 +815,7 @@ input,select,textarea,.upload-bg,.colordlg,.pubdlg,.quickselitem .topcat,.mysour
.card-body canvas { .card-body canvas {
height:220px!important height:220px!important
} }
.pagination,.page-item {
display:inline-table
}
} }

+ 7
- 10
src/static/web/css/style.css View File

@@ -389,7 +389,12 @@ input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkb
max-height:168px max-height:168px
} }
.admin-textarea-xl { .admin-textarea-xl {
width:100%
width:100%;
height:90px
}
.admin-textarea-sm {
width:350px;
height:60px
} }
.admin-input-lg { .admin-input-lg {
width:350px width:350px
@@ -418,14 +423,6 @@ a:hover,.item-theme:hover,.item-news:hover,.table-hover tbody tr:hover {
.rounded-circle { .rounded-circle {
border-radius:50%!important border-radius:50%!important
} }
.page-item:first-child .page-link {
border-top-left-radius:var(--b-radius)!important;
border-bottom-left-radius:var(--b-radius)!important
}
.page-item:last-child .page-link {
border-top-right-radius:var(--b-radius)!important;
border-bottom-right-radius:var(--b-radius)!important
}
.input-group>.input-group-append>.btn { .input-group>.input-group-append>.btn {
border-top-left-radius:0!important; border-top-left-radius:0!important;
border-bottom-left-radius:0!important border-bottom-left-radius:0!important
@@ -438,7 +435,7 @@ a:hover,.item-theme:hover,.item-news:hover,.table-hover tbody tr:hover {
margin-left:0.5rem margin-left:0.5rem
} }
.shadow-sm { .shadow-sm {
box-shadow:0 .125rem 0.25rem rgba(0,0,0,0.015)!important
box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.015)!important
} }
.btn-send,#validateimg { .btn-send,#validateimg {
border-radius:0 var(--b-radius) var(--b-radius) 0; border-radius:0 var(--b-radius) var(--b-radius) 0;


Loading…
Cancel
Save