.info_ll{ clear: both; } .info_ll li{ width: 25%; float: left; padding-bottom: .15rem; } .info_ll li a{ display: block; padding: .01rem .2rem; } .info_ll li img{ width: 100%; } .search_sub_title{ margin-left: .2rem; clear: both; text-align: center; } .search_sub_title span { display: block; width: 100%; padding-bottom: .1rem; padding-right: .1rem; border-bottom: .01rem solid #eee; } .info_ll li a:hover{ border-radius: .04rem; box-shadow: 0 0 10px 5px rgba(220,220,220,1); transition: box-shadow 0.3s ease-in-out; } .tp_list_title{ margin-top: .1rem; padding-bottom: .1rem; text-align: center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .brs-logo{ position: absolute; width: 100%; height: 100%; z-index: 1; opacity: .5; background-color: rgba(0, 0, 0, .5); } .brs-logo .logo-i{ width: 2.2rem; height: .8rem; position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%,-50%); background-repeat: no-repeat; background-size: cover; background-position: center; } @media screen and (max-width:750px){ .info_ll li{ width: 100% !important; } }