.swiper-container { width: 100%; /*height: 0.5rem;*/ } .swiper-slide { text-align: center; font-size: 18px; background: #fff; Center slide text vertically display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; } .swiper-pagination-bullet { background: rgba(255, 255, 255, 0.4); } .swiper-pagination-bullet-active { background-color: #ffffff; } .hot_area_div { padding: 0.08rem 0.08rem; background-color: #ffffff; box-shadow: 0 0.5px 3px 0 #e9ebee; } .hot_area { padding: 0.03rem 0; border-radius: 0.5rem; background-color: #e9ebee; margin: 0 0.04rem; color: #2d2e3a; font-size: 0.12rem; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.0; letter-spacing: 0.1px; } .hot_area_title { font-family: PingFangSC; font-size: 0.12rem; font-weight: normal; font-style: normal; font-stretch: normal; letter-spacing: 0.1px; color: #686872; } .cms_title { padding-left: 0.08rem; padding-top: 0.05rem; padding-bottom: 0.05rem; font-family: PingFangSC; font-size: 11px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.0; letter-spacing: 0.1px; color: #686872; } .see_more { font-family: PingFangSC; font-size: 0.14rem; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.0; letter-spacing: 0.1px; text-align: right; color: #6699ff; padding-right: 0.08rem; padding-top: 0.12rem; padding-bottom: 0.12rem; } .info_image { background-repeat: no-repeat; background-size: 100% 100%; width: 0.35rem; height: 0.35rem; margin-bottom: 0.03rem; } .search_bar{ border-radius: 5px; background-color: rgba(45, 46, 58, 0.6); position: absolute; top: 0.08rem; left: 0.08rem; right: 0.08rem; height: 0.3rem; z-index: 1; } .search_img{ background-image: url('../../../static/image/home/searchicon2.png'); margin-left: 0.12rem; width: 0.14rem; height: 0.14rem; background-repeat: no-repeat; background-size: 100% 100%; } .ad{ border-radius: 5px; /*background-image: linear-gradient(to bottom, #151c3e, #314d93);*/ box-shadow: 0 0.5px 3px 0 #e9ebee; margin: 0.18rem 0; width: 3.6rem; /*background-color: red;*/ }