Commit 104dbbf3 by 冷斌

Merge remote-tracking branch 'origin/master'

parents a30f467e b0e53330
...@@ -506,22 +506,24 @@ html #layui_layer_skinlayercss { ...@@ -506,22 +506,24 @@ html #layui_layer_skinlayercss {
} }
.layui-layer-btn { .layui-layer-btn {
/* display: block; */
padding: 10px 12px; padding: 10px 12px;
pointer-events: auto; pointer-events: auto;
border-radius: 12px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-around;
} }
.layui-layer-btn a { .layui-layer-btn a {
height: 28px; height: 28px;
line-height: 28px; line-height: 28px;
margin: 0 6px; /* margin: 0 6px; */
padding: 0 15px; /* padding: 0 15px; */
/* width: 100%; */
height: 100%;
border: 1px solid #dedede; border: 1px solid #dedede;
background-color: #f1f1f1; background-color: #f1f1f1;
color: #333; color: #333;
border-radius: 12px; border-radius: 14px!important;
display: block; display: block;
font-weight: 400; font-weight: 400;
cursor: pointer; cursor: pointer;
...@@ -541,7 +543,8 @@ html #layui_layer_skinlayercss { ...@@ -541,7 +543,8 @@ html #layui_layer_skinlayercss {
.layui-layer-btn .layui-layer-btn0 { .layui-layer-btn .layui-layer-btn0 {
border-color: #ff7579; border-color: #ff7579;
background-color: #2e8ded; background-color: #2e8ded;
color: #fff color: #fff;
border-radius: 14px;
} }
.layui-layer-dialog { .layui-layer-dialog {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment