/* 存放使用率高的css代码 */ .swiper-wrapper .swiper-slide { height: calc(100vh - 1.6rem - 1rem); overflow-y: scroll; } ::-webkit-scrollbar { width: 0 !important; height: 0 !important; } .ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .padding_lr { padding: 0 0.3rem; box-sizing: border-box; } .center { width: 1126px; margin: 0 auto; } .content { margin-top: 0.9rem; margin-bottom: 1rem; } .footer { width: 100%; height: 50px; position: fixed; left: 0; bottom: 0; background: #fff; z-index: 999; display: flex; align-items: center; justify-content: space-around; border-top: 0.02rem solid #e8ebec; } .footer li { } .footer li a { display: flex; flex-direction: column; text-align: center; } .footer li i { font-size: 0.3rem; margin-bottom: 0.08rem; } .footer li p{ font-size: 0.24rem; } .footer .footer_active a { color: #fb7299 !important; } .pub_header { position: fixed; width: 100%; height: 0.9rem; left: 0; top: 0; display: flex; align-items: center; padding: 0 0.3rem; box-sizing: border-box; z-index: 999; justify-content: space-between; font-size: 0; background: var(--themeColor); } .pub_header i { color: #fff; margin-right: 0.2rem; } .pub_header_left { width: calc(100vw - 56px); display: flex; align-items: center; } .pub_header .pub_header_left span { color: #fff; font-size: 0.32rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 91%; display: inline-block; } .pic_item { display: flex; flex-wrap: wrap; padding-top: 0.3rem; } .pic_item li { width: 48%; margin-bottom: 0.22rem; } .pic_item li:nth-child(2n-1) { margin-right: 0.22rem; } .pic_item_top { position: relative; } .pic_item_top img{ width: 100%; border-radius: 0.1rem; } .pic_item_top span{ position: absolute; padding: 0.08rem 0.14rem; background: rgb(251 114 153 / 73%); color: rgb(255 255 255 / 73%); font-size: 0.24rem; right: 0.2rem; bottom: 0.42rem; border-radius: 0.28rem; } .pic_item_title { color: #333; font-size: 0.3rem; overflow: hidden; } .pic_item_source { color: #666; font-size: 0.26rem; margin-bottom: 0.02rem; } .pic_item_tags { display: flex; flex-wrap: wrap; margin-top: 0.08rem; } .pic_item_tags_item { padding: 0.04rem 0.1rem; font-size: 0.24rem; background: var(--themeColor); margin-right: 0.06rem; color: var(--whiteColor); border-radius: 0.18rem; margin-bottom: 0.06rem; } .model_banner { display: flex; align-items: center; flex-wrap: wrap; font-size: 0; margin: 20px 0; } .model_banner li { flex-shrink: 0; width: 22%; text-align: center; margin: 0 5px; margin-bottom: 0.6rem; } .model_banner li .top { position: relative; margin-bottom: 0.22rem; } .model_banner li .top img{ width: 1.2rem; height: 1.2rem; border-radius: 100%; } .model_banner li .top .nums{ font-size: 0.22rem; position: absolute; left: 50%; transform: translateX(-50%); bottom: -0.12rem; padding: 0.02rem 0.1rem; background: rgb(0 0 0 / 58%); color: #fff; border-radius: 0.2rem; } .model_banner li .title{ font-size: 0.24rem; color: #7e7979; width: 100%; display: inline-block; } .hot_models_title { font-size: 0.34rem; color: #333; padding-top: 0.3rem;; }