增加页面固定操作组件

This commit is contained in:
2023-05-20 17:39:29 +08:00
parent 3c071d54b4
commit 2e99c9d5f9
8 changed files with 84 additions and 1 deletions

View File

@@ -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;
}
}
}