<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mendian-list{display:grid;grid-template-columns:repeat(3,380px);grid-template-rows:repeat(3,100px);grid-column-gap:30px;grid-row-gap:30px}.mendian-item{width:380px;height:100px;background:#fff;border-radius:8px;border-left:8px solid #ebedf5;padding:24px 16px;cursor:pointer;transition:all .3s}.mendian-item.dis{opacity:.5}.mendian-item .tag{width:52px;height:20px;border-radius:10px;border:1px solid #4772ff;text-align:center;line-height:18px;font-size:12px;color:#4772ff}.mendian-item:hover{transform:translateY(-10px)}.mendian-item.add{border:1px dashed #4772ff}</pre></body></html>