Files
hcb-h5/src/style/common/pc/_aside.scss
T
小鱼开发 fbeccda5a0 init
2025-06-23 18:17:28 +08:00

39 lines
1.1 KiB
SCSS

// aside {
// .service {
// position: fixed;
// right: 0;
// top: 50%;
// z-index: 100;
// margin-top: -50px;
// #returnTop {
// display: block;
// height: 23px;
// line-height: 23px;
// background-color: rgba(18, 37, 140, .8);
// margin-bottom: 1px;
// position: relative;
// &:after{
// content: "";
// position: absolute;
// left: 50%;
// top:50%;
// transform: translate(-50%,-50%);
// height: 12px;
// width: 74px;
// background-image: url(../img/icon.png);
// background-position: -110px -60px;
// background-repeat: no-repeat;
// }
// }
// ul {
// width: 87px;
// height: 80px;
// background-color: rgba(18, 37, 140, .8);
// padding-top: 10px;
// }
// a {
// color: #fff;
// }
// }
// }