引用
@zhuzhi04 (13楼)
强烈建议大花猫把左下角那个......
———————————————————————————
我这里有不知是谁弄的式样:
/*刷新*/
spadn{
background:rgba(139,194,73,0.8)!important;
color:white!important;
font-size:16px!important;
font-size:-moz-calc(0px + 20px)!important;
bottom:34%!important;
left:-35px!important;
padding:10px 15px 10px!important;
height:auto!important;
width:20px!important;
border:1px solid rgba(150,150,150,.5);
border-left:none;
border-radius:0px 3px 3px 0px;
box-shadow:1px 1px 1px rgba(150,125,100,.5);
-o-transition:left 0.5s ease;
-moz-transition:left 0.5s ease;
-webkit-transition:left 0.5s ease;
}
spadn:after{
content:"新";
color:white!important;
font-size:16px!important;
font-size:-moz-calc(0px + 20px)!important;
}
spadn:hover{
background:rgba(253,149,67,0.8)!important;
left:0!important;
}
spadm{
background:rgba(139,194,73,0.8)!important;
color:white!important;
font-size:16px!important;
font-size:-moz-calc(0px + 20px)!important;
bottom:27%!important;
left:-35px!important;
padding:10px 15px 10px!important;
height:auto!important;
width:20px!important;
border:1px solid rgba(150,150,150,.5);
border-left:none;
border-radius:0px 3px 3px 0px;
box-shadow:1px 1px 1px rgba(150,125,100,.5);
-o-transition:left 0.5s ease;
-moz-transition:left 0.5s ease;
-webkit-transition:left 0.5s ease;
}
spadm:after{
content:"回";
color:white!important;
font-size:16px!important;
font-size:-moz-calc(0px + 20px)!important;
}
spadm:hover{
background:rgba(253,149,67,0.8)!important;
left:0!important;
}