1 2 3 4 5 6 7 8 | /* 噗的時間標示 */ #time_show { background: #2323236e; top: 9px; height: 15px; /* 時間標示元素的高度 */ font-size: 13px; margin-left: 180px; /* 時間顯示在噗的最左側,這裡利用margin推向右方 */ } |
Direct link: https://paste.plurk.com/show/FcBQWPPzp516omySsrnZ
1 2 3 4 5 6 7 8 | /* 噗的時間標示 */ #time_show { background: #2323236e; top: 9px; height: 15px; /* 時間標示元素的高度 */ font-size: 13px; margin-left: 180px; /* 時間顯示在噗的最左側,這裡利用margin推向右方 */ } |