mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-09 05:32:49 +08:00
优化页面固定操作
This commit is contained in:
@@ -10,20 +10,24 @@
|
||||
cursor: pointer;
|
||||
|
||||
.icon {
|
||||
|
||||
$iconSize: 30px;
|
||||
$pdddingSize: 6px;
|
||||
|
||||
padding: $pdddingSize;
|
||||
box-shadow: 0 0 3px #999;
|
||||
width: calc(#{$iconSize} + #{$pdddingSize});
|
||||
height: calc(#{$iconSize} + #{$pdddingSize});
|
||||
display: inline-block;
|
||||
border-radius: 100%;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.title {
|
||||
margin-top: 6px;
|
||||
background-color: #fff;
|
||||
color: #666;
|
||||
padding: 3px;
|
||||
border-radius: 3px;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user