更新至v1.85.3,更新内容在笔记中查看

This commit is contained in:
小胡
2023-08-31 18:49:26 +08:00
Unverified
parent 157752096e
commit 9f0150d678
18 changed files with 71 additions and 998 deletions

View File

@@ -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;