修改样式

This commit is contained in:
罗松柏 2022-02-08 17:41:14 +08:00
parent cb68d8e6d3
commit 4f2ff0551c

View File

@ -204,7 +204,7 @@
.dropdownlist-input { width: 170px; padding: 15px; border: 0; } .dropdownlist-input { width: 170px; padding: 15px; border: 0; }
.dropdownlist-list-on { background-color: #3d90ff; color: #fff !important;} .dropdownlist-list-on { background-color: #3d90ff; color: #fff !important;}
.dropdownlist-but-box { border-top: 1px solid #f0f0f0; display: flex; height: 26px; justify-content: right; align-items: center; margin: 0px 8px 0 8px; font-size: 16px; color: #67729d; padding: 8px; } .dropdownlist-but-box { border-top: 1px solid #f0f0f0; display: flex; height: 26px; justify-content: flex-end; align-items: center; margin: 0px 8px 0 8px; font-size: 16px; color: #67729d; padding: 8px; }
.dropdownlist-but-box div { padding: 0 8px; cursor: pointer; } .dropdownlist-but-box div { padding: 0 8px; cursor: pointer; }
.dropdownlist-but-box .dropdownlist-but-qx { color: #ff5d5d !important; } .dropdownlist-but-box .dropdownlist-but-qx { color: #ff5d5d !important; }