/* 返回 */ .nav { background-color: #101010; z-index: 99; position: fixed; top: 0; left: 0; width: 100%; /* height: 10%; */ height: .88rem; display: flex; } .back{ position: absolute; left: 0; top: 0; z-index: 3; width: 10%; height: .88rem; display: flex; justify-content: center; align-items: center; } .back img { width: .18rem; } /* 页面标题 */ .pageTitle { height: .88rem; width: 100%; display: flex; justify-content: center; align-items: center; background-color: #000; } .videoLook { margin-top: 1rem; position: relative; height: 4rem; overflow: hidden; } .quanquan { width: 7rem; height: 4rem; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1; } iframe { width: 100%; height: 4rem; z-index: 9; position: relative; top: 0; display: none; } .headBannerImg { width: 100%; height: 4rem; z-index: 9; position: relative; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; border-top-left-radius:4px; border-top-right-radius:4px; } #h5 { height: 100px; } .shop { border: .02rem solid #000; margin: .2rem .26rem; /* padding: .2rem; */ display: flex; justify-content: space-between; align-items: center; } .shop p { text-align: center; margin-left: .2rem; } .fabulous,.collection { display: flex; justify-content: center; align-items: center; width: 3.34rem; height: .8rem; background-color: #1C1A1B; border-radius: .16rem; } .fabulous img { width: .28rem; } .collection img { width: .32rem; } .details { border: .02rem solid #000; padding: .2rem; margin: .2rem .26rem; display: flex; background-color: #1C1A1B; border-radius: .08rem; } .details p { min-width: .8rem; /* float: left; */ } .background { background-color: #1C1A1B; height: .48rem; } .video { display: flex; flex-direction: column; /* justify-content: center; */ align-items: center; } /* 单条视频 */ .videoContent { width: 100%; background-color: #1C1A1B; min-height: 4rem; border-radius: 5px; margin-bottom: .4rem; } .loading { display: flex; flex-direction: column; align-items: center; justify-content: center; } .loadingImg { width: 80px; height: 76px; } .loadingText { text-align: center; margin-top: 4px; color: #8E8D8D; font-size: 12px; } .videoPhoto, .bannerImg { position: relative; width: 100%; height: 3.6rem; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; border-top-left-radius:4px; border-top-right-radius:4px; } .bannerImg { height: 4rem; border-radius: .04rem; } .videoImg { width:100%; height:100%; border-top-left-radius: 5px; border-top-right-radius: 5px; } .videoTitle { text-align: left; margin-right: .2rem; font-size: .28rem; /* 两行展示 */ overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; } .videoTime { position: absolute; bottom: .1rem; right: .1rem; width: 1.6rem; background-color: rgba(0, 0, 0, 0.6); border-radius: .1rem; height: .4rem; line-height: .4rem; text-align: center; } .videoData { display: flex; justify-content: space-between; align-items: center; margin: .1rem .3rem .2rem .3rem; } .videoDataLeft { display: flex; align-items: center; } .videoDataImgLook { width:.3rem; height: .2rem; } .videoDataImgZan { width:.28rem; height: .3rem; } .videoText { margin-left: .1rem; font-size: .24rem; } .videoDataRgiht { display: flex; align-items: center; } .textwrap { display: flex; justify-content: center; align-items: center; } .tiptext { background-color: #000; border-radius: .1rem; text-align: center; padding: .1rem .2rem; } .videoName { text-align: left; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; } .tip { width: 6rem; height: 1rem; color: #fff; position: fixed; top: 53%; left: 50%; transform: translate(-50%,-53%); display: none; } .label { margin: 0 .32rem; display: flex; justify-content: space-between; min-height: .9rem; } .expandLabelImg { width: .6rem; height: .6rem; display: none; } .labelListContent { position: relative; overflow: hidden; } .labelListBackground { width: 100%; height: 100px; background-color: #000; position: absolute; left: 0; top: 0; } .labelList { display: flex; flex-wrap: wrap; height: .6rem; /* height: auto; */ } .labelText { height: .6rem; line-height: .6rem; padding: 0 .2rem; margin-right: .2rem; margin-bottom: .3rem; background-color: #1C1A1B; border-radius: .04rem; } .banner { background-color: #1C1A1B; width: 100%; border-radius: .1rem; margin-bottom: .4rem; } .setTimeOutNum { width: .8rem; height: .8rem; line-height: .8rem; text-align: center; border-radius: .4rem; background-color: rgba(0, 0, 0, 0.6); position: absolute; bottom: .2rem; right: .2rem; }