<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * User: last
 * Date: 2018/5/14
 * Time: ä¸Šåˆ8:41
 */



/* å…¨å±€é»˜è®¤ */
a:link,a:visited,a:hover { text-decoration:none }
#tag:after,#tagPush:after,#taghot ul:after,#other ul:after { content: " "; display: block; height: 0; clear: both; visibility: hidden }


/* ä¸»é¢˜æ&nbsp;‡ç­¾ */
#tag { padding:10px; margin:20px 0; border-radius: 5px; list-style-type: none; }
#tag&gt;li { float: left; border:1px solid rgba(2,153,255,.06); background-color: rgba(2,153,255,.06);border-radius:30px; margin-right: 12px;padding: 0 14px;line-height: 30px;}
#tag&gt;li button { font-size:14px; color: #0299ff; border:0; padding:0; background-color:transparent; display:block; width:2rem; }
#tag&gt;li:hover { border:1px solid #f00; }
#tag&gt;li:hover&gt;a,#tag&gt;li:hover&gt;button { color:#f00; }
#tag&gt;li&gt;a { font-size:14px; color: #0299ff; display: block; }
#tag&gt;li&gt;a&gt;i { padding:0 3px }


/* ä¸»é¢˜æ&nbsp;‡ç­¾ ( åŠ¨æ€ç»„ä»¶ ) */
#tag-add { display: none; margin-bottom: 3rem; text-align: center }
#tag-add h5,#tag-add h5 a { font-size: 1rem; color:#555; }
#tag-add input,#tag-add button { margin:0; border:none; background:#f1f1f1; line-height:32px; font-size:.8rem; color:#555; padding:0 .8rem; }
#tag-add input  { border-radius:3px 0 0 3px; outline: none; -webkit-tap-highlight-color: rgba(0,0,0,0); }
#tag-add button { border-radius:0 3px 3px 0; outline: none; -webkit-tap-highlight-color: rgba(0,0,0,0); }
#tag-add input::placeholder { color: #bbb; font-size: .8rem; }
#tag-add input:hover, #tag-add button:hover, #tag-add input:focus,#tag-add button:focus  { color: #f00; background:#fff; }


/* ä¸»é¢˜å…³è” ( æˆ–è€ƒè™‘å–æ¶ˆ ) */
#tagPush { padding:0px; margin:20px 0; border-radius: 5px; list-style-type: none; }
#tagPush&gt;li { /*float: left; width:25%;*/ border-radius:3px; margin:0; padding:8px; }
#tagPush&gt;li&gt;a { color:#555; display:block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
#tagPush&gt;li&gt;a&gt;img { width: 100%; border:none; border-radius:4px; }
#tagPush&gt;li:hover { background: rgba(50,100,100,.1) }



/* æ&nbsp;‡ç­¾äº‘ ( è¾¹ç¼˜è‰² e5e9ef, åº•è‰² f5f5f5 ) */
#taghot { padding:1rem; }
#taghot h5 { color:#999; font-size: 1rem }
#taghot ul { padding: 0.5rem 0; margin: 0; list-style-type: none;}
#taghot ul li { margin:0 0.3rem 0.3rem 0; float: left; border:1px solid #f1f1f1; border-radius:4px; background:#f1f1f1; }
#taghot ul li a { font-size:14px; color: #0299ff; display: block; padding:0 0.5rem;}
#taghot h5:hover { color:#ffa7bf; }
#taghot ul li:hover { border:1px solid #ffe7ff; background:#fff; }
#taghot ul li:hover a { color: #f00; }



/* ä½œè€…ç›¸å…³ */
#other { padding:1rem; }
#other h5 { font-size: 1rem }
#other ul { padding: 0.5rem 0; margin: 0; list-style-type: none;}
#other ul li { margin:0 0.3rem; padding:.5rem 0; border-bottom: 1px solid #f1f1f1; border-radius:4px }
#other ul li a { font-size:14px; color: #000; display: block; padding:0 0.5rem; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
#other ul li:hover { background:#fff; }
#other ul li:hover a { color: #f00;}
#other ul li:last-child { border-bottom: none }
</pre></body></html>