5 lines
337 B
CSS
5 lines
337 B
CSS
/*gotop*/
|
|
.cbbfixed {position: fixed;right: 20px;transition: bottom ease .3s;bottom: -85px;z-index: 3;cursor:pointer;}
|
|
.cbbfixed .cbbtn {width: 40px;height: 40px;display: block;background-color: #44aff2;border-radius:4px}
|
|
.cbbfixed .gotop .up-icon{float:left;margin:14px 0 0 9px;width:23px;height:12px;background: url(side-icon02.png);}
|