@import "../scssCommon.scss"; .video-other-box > img { width: 16px; height: 16px; } .header-title { color: rgba(255, 255, 255, 0.9); font-size: 13px; line-height: 18px; } #icon-edit:hover { font-size: 14px; } .btn-add:hover { cursor: pointer; background: rgba(48, 142, 255, 0.2); font-weight: 500; } .web-video { flex-wrap: wrap; } .heji-box { padding: 30px 0; border-bottom: 1px solid rgb(230, 230, 230); box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1); } .heji-other { font-size: 12px; font-weight: 500; color: rgba(102, 102, 102, 1); line-height: 17px; } .heji-logo { width: 24px; height: 24px; border-radius: 12px; margin-right: 7px; } .heji-username { font-size: 12px; font-weight: 500; color: rgba(34, 34, 34, 1); line-height: 17px; } .heji-left > img { width: 154px; height: 114px; object-fit: cover; margin-right: 10px; } .heji-right { padding: 5px 0; width: 537px; } .heji-height { color: rgba(17, 17, 17, 1); line-height: 25px; font-size: 18px; } .heji-con { font-size: 13px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: rgba(153, 153, 153, 1); line-height: 18px; margin-bottom: 20px; margin-top: 10px; } .header-nickname { position: relative; } .tag { width: 59px; position: absolute; right: -66px; top: 0px; height: 21px; background: rgba(255, 181, 60, 1); border-radius: 2px; font-size: 12px; font-weight: 600; color: rgba(255, 255, 255, 1); line-height: 21px; text-align: center; } .video-box { margin-bottom: 20px; padding-bottom: 20px; width: 344px; } .video-img { position: relative; width: 344px; height: 194px; background-color: rgb(200, 200, 200); .play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 46px; height: 46px; } } .img { width: 100%; height: 100%; object-fit: cover; } .length { position: absolute; right: 10px; bottom: 10px; line-height: 22px; background: rgba(0, 0, 0, 0.3); border-radius: 11px; border: 1px solid rgba(255, 255, 255, 0.08); padding: 0 22px; } .video-pusher { margin: 10px; } .logo { margin-right: 10px; } .logo, .video-pusher > img { width: 26px; height: 26px; border-radius: 50%; overflow: hidden; font-size: 13px; } .video-con { color: rgba(51, 51, 51, 1); line-height: 18px; font-size: 14px; overflow: hidden; height: 37px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .video-other { font-size: 12px; margin-top: 12px; } .video-detail { padding: 0 10px; padding-bottom: 20px; box-shadow: 0px 3px 12px 0px rgba(8, 27, 50, 0.05); border-radius: 0px 0px 4px 4px; border: 1px solid rgba(0, 0, 0, 0.03) } .video-other-box { margin-right: 10px; } .video-push-time { padding: 0 5px; border-left: 1px solid rgba(153, 153, 153, 1); } hr { margin-bottom: 20px; height: 1px; border: 0; background-color: rgb(230, 230, 230); } .m-c-block { width: 380px; line-height: 60px; margin: 0 auto; } .btn-add { width: 700px; height: 50px; background: rgba(48, 142, 255, 0.1); border-radius: 4px; margin-top: 20px; text-align: center; line-height: 50px; color: rgba(48, 142, 255, 1); margin: 20px auto; } .article-list { width: 700px; margin: 0 auto; } .article { padding: 30px 20px; box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgb(230, 230, 230); cursor: pointer; } .article:hover { background-color: rgb(240, 240, 240); } .article-left { width: 523px; } .article-title { font-size: 18px; color: rgba(17, 17, 17, 1); } .article-desc { margin-top: 6px; margin-bottom: 18px; font-size: 13px; color: rgba(153, 153, 153, 1); line-height: 18px; } .article-right, .article-right > img { width: 154px; height: 114px; } .article .icon { width: 16px; } .live-source { margin-right: 10px; } .live-source > img { width: 24px; height: 24px; border-radius: 50%; margin-right: 4px; } .live-time { padding: 0 10px; border-left: 1px solid rgb(218, 218, 218); } .live-people { padding: 0 10px; } .live > i { position: absolute; right: 20px; top: 20px; color: gray; } .community-u { min-width: 0; min-height: 0; max-width: 1000px; } .background { position: absolute; left: 0; top: 0; width: 100%; height: 428px; z-index: -1; background: url(~@/assets/img/community/u_background.png) 0 0/100% 100% no-repeat; } .community-u { .userinfo { display: flex; flex-direction: column; align-items: center; height: 350px; overflow: hidden; margin-bottom: 10px; color: white; margin-top: 20px; } } .header-avatar { width: 88px; height: 88px; border-radius: 44px; flex-shrink: 0; } div.heading-category.active { border-bottom: #0093FD solid; font-weight: bold; } .header-nickname { font-size: 16px; font-weight: 600; margin: 10px 0 2px; } .header-title { font-size: 10px; margin-top: 8px; } .count-infos { display: flex; align-items: center; margin: 23px 0 30px; } .info { display: flex; align-items: flex-end; align-items: center; font-size: 25px; font-weight: bold; margin: 0 16px; border-right: 1px solid white; &:last-child { border-right: none; } &.isSelf { cursor: pointer; } span { font-size: 10px; margin: 0 30px 0 6px; } } .create-time { font-size: 10px; color: #999; border-left: 1px solid #999; margin-left: 2px; padding-left: 2px; } .focu-btn { width: 150px; height: 40px; background: var(--mainColor); color: white; background: rgba(48, 142, 255, 1); border-radius: 4px; border: none } .followed { background: grey; } .content-box { display: flex; } .content-left { width: 1000px; background: white; } .art { display: flex; margin-top: 20px; padding-bottom: 20px; cursor: pointer; border-bottom: 1px solid #f2f2f2; } .art-img { width: 154px; height: 114px; margin-right: 20px; } .art-info { flex: 1; } .overflow { max-width: 520px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .art-title { max-width: 520px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 18px; } .art-summary { max-width: 520px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; color: #666; margin-top: 10px; } .art-subinfo { display: flex; justify-content: space-between; align-items: center; margin-top: 50px; .author-avatar { margin-right: 4px; border-radius: 10px; } .author { display: flex; align-items: center; } .author-avatar { width: 20px; height: 20px; } } .art-counts-info { display: flex; align-items: center; .good-count, .comment-count { font-size: 10px; font-weight: 500; color: #999; } .good, .comment { display: flex; align-items: center; img { width: 16px; height: 16px; margin-right: 4px; } } .comment { margin-left: 10px; } } .content-right { display: flex; flex-direction: column; align-items: center; width: 250px; height: 274px; background: white; margin-left: 10px; padding-top: 20px; .qr-code { width: 176px; height: 176px; margin-top: 20px; } } .video2 { display: none; } .arts-title { padding-bottom: 10px; border-bottom: 1px solid #f2f2f2; } .jishuinUserMobile { &.community-u { margin: 0 !important; width: 100%; margin-bottom: 0; height: 100vh; overflow-y: scroll; } .article-right, .article-right > img { width: 29vw; height: 21vw } .header-avatar { width: pxtovw(70); height: pxtovw(70); border-radius: 50%; } .header-nickname { font-size: pxtovw(14); line-height: pxtovw(20); font-weight: 600; margin: pxtovw(8) 0 pxtovw(2); } .header-title { margin-top: pxtovw(3); font-size: pxtovw(12); line-height:pxtovw(17); } .heji-other { flex: 0.95; justify-content: space-around; } .heji-splice { margin: 0 auto !important } .count-infos { display: flex; align-items: center; margin-top: pxtovw(16); width: 100%; justify-content: space-around; } .el-message-box { width: 95%; } .main { width: 100%; } .heji-title { text-align: left; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; } .heji-con { text-align: left; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } .heji-left { width: 29%; } .heji-left > img { width: 100%; height: auto; border-radius: 1%; } .heji-right { width: 64%; } .web-video { display: none; } .video-box { width: 100%; } .video2 { display: block; margin-top: pxto; width: 100%; overflow: hidden; } .video-box { cursor: pointer; overflow: hidden; } .video-img { position: relative; width: 100%; height: pxtovw(200); } .video-img .img { width: 100%; height: 100%; object-fit: cover; border-radius: pxtovw(4) pxtovw(4) 0 0; } .video-des { font-size: pxtovw(15.5); word-wrap: break-word; word-break: normal; font-family: PingFangSC-Regular, PingFang SC; color: rgba(51, 51, 51, 1); line-height: pxtovw(20); margin: pxtovw(11) 0 pxtovw(11) 0; } .video-detail { padding: pxtovw(10) pxtovw(15); box-shadow: 0 pxtovw(3) pxtovw(12.5) 0 rgba(8, 27, 50, 0.05); border-radius: 0 0 pxtovw(4) pxtovw(4); } .length { position: absolute; right: 10px; bottom: 10px; line-height: 22px; background: rgba(0, 0, 0, 0.3); border-radius: 11px; border: 1px solid rgba(255, 255, 255, 0.08); padding: 0 22px; color: white; } .play { position: absolute; width: pxtovw(45) !important; height: pxtovw(45); top: pxtovw(75); left: pxtovw(160); } .live-zan { margin-left: pxtovw(12.5); } .article-left { display: flex; flex-direction: column; justify-content: space-between; } .source { justify-content: space-between; margin-top: pxtovw(8); } .no-img .source { justify-content: space-between; margin-top: pxtovw(8); padding-right: 32vw; } .live-source > img { width: pxtovw(18); height: pxtovw(18); } .live-time { border: 0; padding: 0; } .live-people { padding: 0 } .article-desc { display: none; } .article-title { font-size: pxtovw(15); line-height: pxtovw(21); } .article-left { margin-right: 2%; width: 63vw } .article-list { width: 100%; } .article { padding: pxtovw(19) 0 pxtovw(20) 0; } .content-box { padding: 0 pxtovw(9); background-color: white; padding-bottom: 49px; } .btn-add { color: rgba(48, 142, 255, 1); width: 100%; height: pxtovw(40); line-height: pxtovw(40); background: rgba(48, 142, 255, 0.1); border-radius: pxtovw(4); margin: 0 auto; } .panel { width: 100%; } hr { margin-bottom: 10px; } .m-c-block { width: 100%; line-height: pxtovw(45); display: flex; justify-content: space-around; } .info { margin: auto; font-size: pxtovw(20); font-weight: bold; border-right: 1px solid white; &:last-child { border-right: none; } &.isSelf { cursor: pointer; } span { font-size: 10px; margin: 0 pxtovw(26) 0 pxtovw(4); } } .background { height: pxtovw(300); } button.focu-btn { display: none; } div.userinfo { padding-top: pxtovw(18); box-sizing: border-box; margin-bottom: 0; height: pxtovw(200) !important; } .background { background: url("~@/assets/img/community/u_background_small.png") 0 0/100% 100% no-repeat; } .followed { border: 1px solid white; background: transparent; } .content-left { display: flex; flex-direction: column; align-items: center; padding: 10px 0 0; width: 100%; } .arts-title { width: calc(100% - 40px); } .art { flex-direction: row-reverse; border-bottom: 1px solid rgba(244, 244, 244, 1); padding-bottom: 10px; width: calc(100% - 40px); .art-img { width: 120px; height: 90px; margin-left: 20px; margin-right: 0; } .art-info { border-bottom: none; } .art-title { white-space: normal; font-size: 14px; line-height: 20px; } .art-summary { display: none; } } .art-subinfo { margin-top: 26px; } .content-right { display: none; } .el-pagination { margin-bottom: 20px; } .source{ font-size: pxtovw(11); } .article-right,.article-right>img{ width:29vw !important; height:21vw !important; } .article.no-img .source{ padding-right: pxtovw(108); } .article .live-source{ width: 30%; } .live-source > div{ margin-left: 2px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .live-source{ margin-right: 0px !important; } .live-source>div{ } } .el-pagination { margin: 40px 0; text-align: center; } .loading { display: flex; justify-content: center; align-items: center; margin: 20px 0; } .edit, .delete { display: inline-block; margin: 0 12px; font-size: 12px; font-weight: 500; line-height: 15px; color: rgba(48, 142, 255, 1); } .delete { color: rgba(153, 153, 153, 1); }