/* “原大头” */ .ydt { display: inline-block; padding-left: 20px; line-height: 20px; position: relative; >a:first-child { position: absolute; display: block; left: 0; top: 50%; transform: translate(0, -10px); width: 20px; height: 20px; transition: all .25s ease; &.new { display: none; } &:hover { transform: translate(0, -10px) scale(3); z-index: 1; } >img { width: 17.5px; height: 17.5px; position: absolute; left: 0; bottom: 0; right: 0; top: 0; margin: auto; } } .ca { font-family: KaiTi, 楷体, cursive; font-weight: bold; font-size: 1.2em; opacity: 0.9; } }