12 lines
1017 B
CSS
12 lines
1017 B
CSS
@charset "utf-8";
|
|
.lat_tab_in { }
|
|
.lat_tab_in ul { list-style:none; margin:0; padding:0; }
|
|
.lat_tab_in li { padding: 6px 0; border-bottom:1px solid #f0f0f0; display:flex; justify-content:space-between; align-items:center; }
|
|
.lat_tab_in li:last-child { border-bottom:none; }
|
|
.lat_tab_in li a { text-decoration:none; color:#333; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; flex-grow:1; }
|
|
.lat_tab_in li a:hover { text-decoration:underline; }
|
|
.lat_tab_in .lt_date { font-size:0.85em; color:#888; flex-shrink:0; padding-left:15px; }
|
|
.lat_tab_in .empty_li { text-align:center; color:#999; padding:20px 0; border:none; }
|
|
.lat_tab_in .new_icon { display:inline-block; margin:0 0 0 4px; width:14px; height:14px; background:#E84C4C; color:#fff; font-size:10px; text-align:center; line-height:14px; font-weight:bold; border-radius:50%; vertical-align:middle; }
|
|
.lat_tab_in .hot_icon { color:#E84C4C; margin-left:4px; }
|
|
.lat_tab_in .lt_cmt { font-size:0.8em; color:#E84C4C; font-weight:bold; margin-left: 4px; } |