- 積分
- 370
- 威望
- 370
- 金錢
- 39
- 最後登錄
- 2020-3-27
|
回復 1# 哥哥
<style>
#wrap .postbtn {
background:#dc2e2e none;
height:30px;
width:30px;
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px;
-0-transition:width 1s ease;
-ms-transition:width1s ease;
-moz-transition:width 1s ease;
-webkit-transition:width 1s ease;
transition:width 1s ease;
}
#wrap .postbtn:hover{
width:60px;
}
#wrap .replybtn {
background:#2ea9dc none;
height:30px;
width:30px;
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px;
-0-transition:width 1s ease;
-ms-transition:width1s ease;
-moz-transition:width 1s ease;
-webkit-transition:width 1s ease;
transition:width 1s ease;
}
#wrap .replybtn:hover{
width:60px;
}
</style> |
|