| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914 |
- @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);
- }
|