/* 返回 */ .nav { background-color: #101010; z-index: 3; 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; } .pageTitle img { width: 1.6rem; height: .8rem; } .videoLook { padding: 1rem .26rem; padding-bottom: 0; } iframe, video { width: 100%; height: 4rem; } .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; */ } .comment { padding: .3rem .26rem; } .commentTitle { color: #EAEAEA; font-size: .38rem; } .commentList { } .commentContent { margin-top: .3rem; } .commentUser { display: flex; align-items: center; } .background { background-color: #1C1A1B; height: .48rem; } .commentUserImg { width: .4rem; height: .44rem; } .commentUserName { margin-left: .2rem; color: #CCCCCC; } .commentTime { margin-left: .2rem; color: #CCCCCC; font-size: .24rem; } .commentText { margin-top: .2rem; margin-left: .6rem; color: #CCCCCC; font-size: .28rem; } .commentBox { margin-top: .2rem; padding: .3rem; background-color: #2f2f2f; height: 1.4rem; } textarea { background-color: #2f2f2f; border: none; outline: none; resize: none; height: 100%; line-height: 100%; width: 100%; color: #fff; } .accountAndSend { margin-top: .3rem; display: flex; justify-content: space-between; align-items: center; } .account { display: flex; align-items: center; } .userImg { width: .4rem; height: 0.44rem; } .userName { color: #CCCCCC; margin-left: .2rem; } .sendBtn { width: 2.6rem; height: .88rem; line-height: .88rem; text-align: center; background-color: #CE5C2A; border-radius: .16rem; color: #EAEAEA; font-size: .32rem; } .video { padding: .3rem 13px .12rem 13px; } /* 单条视频 */ .videoContent { background-color: #1C1A1B; width: 7rem; min-height: 4rem; border-radius: 5px; margin-bottom: 10px; } .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 { width: 7rem; height: 3.6rem; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; border-top-left-radius:4px; border-top-right-radius:4px; } .videoImg { width:100%; height:100%; border-top-left-radius: 5px; border-top-right-radius: 5px; } .videoTitle { height: .9rem; text-align: left; font-size: .28rem; margin: .2rem .3rem 0 .3rem; /* 两行展示 */ overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; } .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; } /* 底部标签栏 */ .tabbar { position: fixed; bottom: 0; left: 0; height: .88rem; width: 100%; padding-top: .12rem; background-color: #000; z-index: 1; font-size: .24rem; } .currentTab { display: block; color: #CE5C2A; } .tabbar li { list-style: none; display: flex; flex-direction: column; justify-content: center; align-items: center; float: left; width: 50%; text-align: center; } .tabbar li img { width: .36rem; height: .36rem; margin-bottom: .12rem; } .tip { width: 6rem; height: 1rem; color: #fff; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); display: none; } .textwrap { display: flex; justify-content: center; align-items: center; } .tiptext { background-color: #000; border-radius: .1rem; text-align: center; padding: .1rem .2rem; } .videoNameText { width: 2rem; } .videoName { width: 5rem; text-align: left; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; }