修改111
This commit is contained in:
@@ -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%));
|
||||
}
|
||||
Reference in New Issue
Block a user