mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-05 01:19:45 +08:00
959049f03e
* feat: finish half * feat: next-backtop finish * fix: delete px and add duration * fix: use genComponentStyleHook and change right to logical css Co-authored-by: zengguhao.zgh <zengguhao.zgh@alibaba-inc.com> Co-authored-by: 龙濠 <longhao@longhaodeMacBook-Pro.local>
50 lines
920 B
Plaintext
50 lines
920 B
Plaintext
// @import '../../style/themes/index';
|
|
// @import '../../style/mixins/index';
|
|
|
|
// @backtop-prefix-cls: ~'@{ant-prefix}-back-top';
|
|
|
|
// .@{backtop-prefix-cls} {
|
|
// .reset-component();
|
|
|
|
// position: fixed;
|
|
// right: 100px;
|
|
// bottom: 50px;
|
|
// z-index: @zindex-back-top;
|
|
// width: 40px;
|
|
// height: 40px;
|
|
// cursor: pointer;
|
|
|
|
// &:empty {
|
|
// display: none;
|
|
// }
|
|
|
|
// &-rtl {
|
|
// right: auto;
|
|
// left: 100px;
|
|
// direction: rtl;
|
|
// }
|
|
|
|
// &-content {
|
|
// width: 40px;
|
|
// height: 40px;
|
|
// overflow: hidden;
|
|
// color: @back-top-color;
|
|
// text-align: center;
|
|
// background-color: @back-top-bg;
|
|
// border-radius: 20px;
|
|
// transition: all 0.3s;
|
|
|
|
// &:hover {
|
|
// background-color: @back-top-hover-bg;
|
|
// transition: all 0.3s;
|
|
// }
|
|
// }
|
|
|
|
// &-icon {
|
|
// font-size: 24px;
|
|
// line-height: 40px;
|
|
// }
|
|
// }
|
|
|
|
// @import './responsive';
|