更新前端

This commit is contained in:
不胜舟
2023-04-06 16:41:48 +08:00
parent 2364ebb519
commit 5d10a304b3
56 changed files with 100137 additions and 95097 deletions
@@ -1,4 +1,3 @@
/** Buttom 默认*/
.pear-btn {
display: inline-block;
line-height: 38px;
@@ -36,22 +35,23 @@
line-height: 37px;
color: #fff !important
}
/** Button 主题 */
.pear-btn-primary {
border: 1px solid #2D8CF0;
background-color: #2D8CF0 !important;
border: #2D8CF0;
}
.pear-btn-danger {
border: 1px solid #f56c6c;
background-color: #f56c6c !important;
border: #f56c6c;
}
.pear-btn-warming {
border: 1px solid #f6ad55;
background-color: #f6ad55 !important;
border: #f6ad55;
}
.pear-btn-success {
border: 1px solid #36b368;
background-color: #36b368 !important;
border: #36b368;
}
.pear-btn[round] {