chore: 修改 backtop 文档
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
border: 1px solid transparent;
|
||||
background-color: @button-primary-color;
|
||||
border-radius: @button-border-radius;
|
||||
background-color: @global-primary-color;
|
||||
border-radius: 2px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -50,15 +50,15 @@
|
||||
}
|
||||
|
||||
.layui-btn-normal {
|
||||
background-color: @global-normal-color;
|
||||
background-color: #1e9fff;
|
||||
}
|
||||
|
||||
.layui-btn-warm {
|
||||
background-color: @global-warm-color;
|
||||
background-color: #ffb800;
|
||||
}
|
||||
|
||||
.layui-btn-danger {
|
||||
background-color: @global-danger-color;
|
||||
background-color: #ff5722;
|
||||
}
|
||||
|
||||
.layui-btn-lg {
|
||||
|
||||
Reference in New Issue
Block a user