修改111

This commit is contained in:
2025-04-17 15:46:32 +08:00
parent 88955a178b
commit 7590d546b2
10 changed files with 115 additions and 21 deletions

View File

@@ -600,4 +600,19 @@ uni-toast .uni-toast {
}
.uni-select__input-placeholder {
color: grey !important;
}
/** 提示框 */
uni-modal .uni-modal {
border: 1px solid #24A9EE;
background: linear-gradient(0deg, rgba(36, 184, 244, 90%), rgba(26, 148, 220, 90%));
color: #fff;
}
.uni-modal .uni-modal__title {
font-weight: bold;
}
.uni-modal .uni-modal__bd {
color: #fff;
}
uni-modal .uni-modal__btn_primary {
background: radial-gradient(50% 140%, rgba(36, 184, 244, 90%), rgba(26, 148, 220, 90%));
}