更新:登录功能
This commit is contained in:
25
uni_modules/wot-design-uni/components/wd-backtop/index.scss
Normal file
25
uni_modules/wot-design-uni/components/wd-backtop/index.scss
Normal file
@@ -0,0 +1,25 @@
|
||||
@import '../common/abstracts/variable';
|
||||
@import '../common/abstracts/mixin';
|
||||
|
||||
@include b(backtop) {
|
||||
position: fixed;
|
||||
background-color: $-backtop-bg;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: $-color-gray-8;
|
||||
|
||||
@include edeep(backicon) {
|
||||
font-size: $-backtop-icon-size;
|
||||
}
|
||||
|
||||
@include when(circle) {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
@include when(square) {
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user