mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-23 04:33:09 +08:00
更新至v1.85.3,更新内容在笔记中查看
This commit is contained in:
30
static/bootstrap/css/bootstrap.min.css
vendored
30
static/bootstrap/css/bootstrap.min.css
vendored
@@ -2347,6 +2347,7 @@ input[type=submit].btn-block {
|
||||
white-space: nowrap;
|
||||
vertical-align: baseline;
|
||||
border-radius: var(--radius);
|
||||
background-color: var(--bs-primary);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -7685,7 +7686,6 @@ textarea.form-control.is-invalid {
|
||||
}
|
||||
|
||||
.btn:hover {
|
||||
color: #fff;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
@@ -8906,7 +8906,32 @@ fieldset:disabled .btn {
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0
|
||||
}
|
||||
|
||||
.da {
|
||||
border-radius: var(--radius);
|
||||
-webkit-transition: .5s;
|
||||
-moz-transition: .5s;
|
||||
transition: .5s;
|
||||
-webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
|
||||
-o-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
|
||||
-ms-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
|
||||
-moz-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
|
||||
box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
|
||||
background-color: #fff;
|
||||
background-clip: border-box;
|
||||
}
|
||||
.bei {
|
||||
border-radius: var(--radius);
|
||||
-webkit-transition: .5s;
|
||||
-moz-transition: .5s;
|
||||
transition: .5s;
|
||||
-webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
|
||||
-o-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
|
||||
-ms-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
|
||||
-moz-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
|
||||
box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
|
||||
background-color: #fff;
|
||||
background-clip: border-box;
|
||||
}
|
||||
.card {
|
||||
border-radius: var(--radius);
|
||||
margin-bottom: 1rem;
|
||||
@@ -8930,6 +8955,7 @@ fieldset:disabled .btn {
|
||||
.card:hover{
|
||||
background: #4285F4;
|
||||
background-color: rgba(var(--bs-primary-hover),0.2);
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
.card>hr {
|
||||
margin-right: 0;
|
||||
|
||||
Reference in New Issue
Block a user