/* ======================= *\ Module: 图片旋转验证 \* ======================= */ .img-check { margin-top: 25px; margin-bottom: 25px; width: 270px; } .img-check-header { font-size: 13px; line-height: 13px; text-align: left; margin-bottom: 10px; color: #b0b0b0; } .img-check-refresh { float: right; font-size: 13px; color: #ff1901; cursor: pointer; } .img-check-pics { display: inline-block; width: 270px; height: 62px; padding: 0; position: relative; li { float: left; background: rgba(255, 255, 255, 0) no-repeat; width: 60px !important; height: 60px !important; border: 1px #e0e0e0 solid; margin-right: 7px; cursor: pointer; overflow: hidden; &.last-child { margin-right: 0; } } img { width: 240px; height: 240px; } } .img-check-main { .img-check-tip { display: inline-block; position: absolute; left: 0; top: 90px; font-size: 13px; line-height: 19px; height: 19px; color: red; i { font-size: 13px !important; } } } .img-check-tip-gee { display: inline-block; position: absolute; left: 0; top: 30px; font-size: 13px; line-height: 19px; height: 19px; color: red; i { font-size: 13px !important; } }