.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-items{width:380px;height:100px;background:#fff;border-radius:8px;padding:24px 16px;cursor:pointer;transition:all .3s}.mendian-items.dis{opacity:.5}.mendian-items .tag{width:52px;height:20px;border-radius:10px;border:1px solid #4772ff;text-align:center;line-height:18px;font-size:12px;color:#4772ff}.mendian-items:hover{transform:translateY(-10px)}.mendian-items.add{border:1px dashed #4772ff}.application-index-item-logo{width:60px;height:60px;border-radius:4px}