Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .chatline {
- background: rgba(0, 0, 0, 0.10); /*0.48是透度明,1代表全黑,0是全透明*/
- margin: 5px 5px;
- padding: 3px;
- border: 2px solid rgba(255, 255, 255, 0.45);
- border-radius: 10px;
- -webkit-animation:spin 0.4s ease-out; /*不需要翻滾動畫 刪除這個*/
- }
- @-webkit-keyframes spin { 100% { -webkit-transform: rotateX(360deg); } } /*不需要翻滾動畫 刪除這行*/
- span.timestamp {visible: none;/*float: right;*/ /*時間在右邊顯示 刪除回到左邊*/}
- span.skClass {
- margin: 3px;
- display: inherit;
- }
Add Comment
Please, Sign In to add comment