mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-09 21:52:48 +08:00
增加页面固定操作组件
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
.ul-element-fixed-option {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
padding: 16px;
|
||||
|
||||
.item {
|
||||
text-align: center;
|
||||
margin-bottom: 16px;
|
||||
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%;
|
||||
}
|
||||
|
||||
.title {
|
||||
margin-top: 6px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user