| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382 |
- .dynamic-info-wrapper-mobile {
- // margin-top: 10px;
- width: 100%;
- }
- .dynamic-info-main {
- margin-left: 10px;
- margin-right: 10px;
- background-color: #fff;
- border-radius: 10px;
- padding: 13px 10px 18px;
- }
- .dynamic-info-user {
- display: flex;
- align-items: center;
- }
- .dynamic-info-user-avatar {
- width: 38px;
- height: 38px;
- border-radius: 100%;
- overflow: hidden;
- img {
- width: 100%;
- height: 100%;
- border-radius: 100%;
- }
- }
- .dynamic-info-user-info {
- margin-left: 10px;
- flex: 1;
- margin-right: 10px;
- }
- .dynamic-info-user-nickname {
- font-size: 14px;
- font-family: PingFangSC, PingFangSC-Semibold;
- font-weight: 600;
- color: #222222;
- line-height: 20px;
- }
- // .dynamic-info-user-level {
- // display: inline-block;
- // background: #ffd257;
- // border-radius: 3px;
- // height: 13px;
- // padding: 0 5px;
- // font-size: 10px;
- // font-family: FontName, FontName-Regular;
- // font-weight: 400;
- // color: #222222;
- // line-height: 13px;
- // letter-spacing: -0.95px;
- // }
- .dynamic-info-user-title {
- margin-top: 3px;
- font-size: 11px;
- font-family: PingFangSC, PingFangSC-Regular;
- font-weight: 400;
- text-align: left;
- color: #999999;
- line-height: 16px;
- }
- .dynamic-info-user-menu {
- width: 20px;
- height: 20px;
- background: url("~@/assets/img/dynamic/menu.png") no-repeat 50% 50%;
- background-size: 100% auto;
- }
- .dynamic-info-content {
- margin-top: 9px;
- font-size: 15px;
- font-family: PingFangSC, PingFangSC-Medium;
- font-weight: 500;
- color: #222222;
- line-height: 21px;
- }
- .dynamic-info-type-area {
- margin-top: 8px;
- margin-bottom: 8px;
- }
- .dynamic-info-type {
- display: inline-block;
- padding: 0 10px;
- line-height: 24px;
- height: 24px;
- background: rgba(48, 142, 255, 0.11);
- border-radius: 3px;
- font-size: 11px;
- font-family: PingFangSC, PingFangSC-Regular;
- font-weight: 400;
- color: #308eff;
- }
- .dynamic-info-img-list {
- display: flex;
- justify-content: space-between;
- align-items: center;
- flex-wrap: wrap;
- }
- .dynamic-info-img-item {
- width: 27.8vw;
- height:27.8vw;
- position: relative;
- overflow: hidden;
- border-radius: 6px;
- background-position: 50% top;
- background-repeat: no-repeat;
- background-size:auto 100%;
- margin-bottom: 10px;
- }
- .dynamic-info-resources-link {
- margin-top: 10px;
- background: rgba(244, 245, 249, 0.8);
- border-radius: 10px;
- padding: 7px 10px 8px;
- display: flex;
- align-items: center;
- }
- .dynamic-info-resources-img {
- width: 34px;
- height: 34px;
- border-radius: 5px;
- overflow: hidden;
- img {
- width: 100%;
- height: 100%;
- border-radius: 5px;
- }
- }
- .dynamic-info-resources-title {
- flex: 1;
- height: 34px;
- line-height: 34px;
- margin-left: 10px;
- font-size: 14px;
- font-family: PingFangSC, PingFangSC-Regular;
- font-weight: 400;
- text-align: left;
- color: #222222;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .dynamic-info-like {
- margin-top: 15px;
- display: flex;
- font-size: 14px;
- font-family: PingFangSC, PingFangSC-Regular;
- font-weight: 400;
- color: #222222;
- }
- .dynamic-info-like-item {
- height: 20px;
- padding-left: 23px;
- display: flex;
- align-items: center;
- }
- .dynamic-info-like-count {
- background: url("~@/assets/img/dynamic/like.png") no-repeat left 50%;
- background-size: auto 100%;
- }
- .dynamic-info-comment-count {
- background: url("~@/assets/img/dynamic/comment.png") no-repeat left 50%;
- background-size: auto 100%;
- margin-left: 30px;
- }
- .dynamic-comment-main {
- margin-left: 10px;
- margin-right: 10px;
- }
- .dynamic-comment-title {
- margin-top: 9px;
- margin-bottom: 5px;
- font-size: 16px;
- font-family: PingFangSC, PingFangSC-Medium;
- font-weight: 500;
- text-align: left;
- color: #222222;
- line-height: 22px;
- }
- .dynamic-comment-list {
- background: #ffffff;
- margin-bottom: 20px;
- border-radius: 10px;
- }
- .dynamic-comment-item {
- display: flex;
- padding: 21px 10px 0px;
- &:nth-last-child(1) {
- .dynamic-comment-content {
- &::after {
- display: none;
- }
- }
- }
- }
- .dynamic-comment-avatar {
- width: 40px;
- height: 40px;
- border-radius: 40px;
- overflow: hidden;
- img {
- width: 40px;
- height: 40px;
- border-radius: 40px;
- }
- }
- .dynamic-comment-info {
- flex: 1;
- margin-left: 10px;
- }
- .dynamic-comment-item-top {
- display: flex;
- align-items: center;
- }
- .dynamic-comment-nickname {
- flex: 1;
- margin-right: 10px;
- font-size: 14px;
- font-family: PingFangSC, PingFangSC-Regular;
- font-weight: 400;
- text-align: left;
- color: #666666;
- line-height: 20px;
- }
- .dynamic-comment-time {
- font-size: 12px;
- font-family: PingFangSC, PingFangSC-Regular;
- font-weight: 400;
- text-align: center;
- color: #999999;
- line-height: 17px;
- margin-right: 4px;
- }
- .dynamic-comment-more {
- width: 20px;
- height: 20px;
- background: url("~@/assets/img/dynamic/menu.png") no-repeat 50% 50%;
- background-size: 100% auto;
- }
- .dynamic-comment-content {
- // padding-right: 10px;
- margin-top: 4px;
- position: relative;
- overflow: hidden;
- font-size: 15px;
- font-family: PingFangSC, PingFangSC-Regular;
- font-weight: 400;
- text-align: left;
- color: #333333;
- line-height: 1.5em;
- padding-bottom: 18px;
- &::after {
- content: "";
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- height: 1px;
- background-color: #000;
- opacity: 0.08;
- transform: translateY(50%);
- }
- }
- .dynamic-info-resources-area {
- // margin-top: 10px;
- background: rgba(244, 245, 249, 0.8);
- border-radius: 10px;
- padding: 18px 10px 20px;
- }
- .resources-top {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .resources-title {
- font-size: 14px;
- font-family: PingFangSC, PingFangSC-Regular;
- font-weight: 400;
- text-align: left;
- color: #222222;
- line-height: 20px;
- }
- .resources-price {
- font-size: 14px;
- font-family: PingFangSC, PingFangSC-Regular;
- font-weight: 400;
- text-align: center;
- color: #308eff;
- line-height: 20px;
- }
- .resource-tag {
- margin-top: 11px;
- }
- .resources-tag-item {
- display: inline-block;
- line-height: 1;
- padding: 10px 5px;
- background-color: rgba(255, 255, 255, 0.8);
- border-radius: 3px;
- margin-right: 5px;
- opacity: 0.8;
- font-size: 11px;
- font-family: PingFangSC, PingFangSC-Regular;
- font-weight: 400;
- // text-align: right;
- color: #666666
- }
- .resource-company {
- margin-top: 15px;
- display: flex;
- }
- .resource-company-img {
- width: 18px;
- height: 18px;
- border-radius: 9px;
- overflow: hidden;
- img {
- width: 18px;
- height: 18px;
- border-radius: 9px;
- }
- }
- .resource-company-name {
- flex: 1;
- margin-left: 5px;
- font-size: 11px;
- font-family: PingFangSC, PingFangSC-Regular;
- font-weight: 400;
- text-align: left;
- color: #666666;
- line-height: 16px;
- }
- .dynamic-bottom{
- position:fixed;
- left: 0;
- right: 0;
- bottom: 0;
- height:155px;
- background:url('~@/assets/img/dynamic/bg.png') repeat-x left bottom;
- }
- .dynamic-bottom-btn{
- margin:40px auto 0 ;
- width:350px;
- height:78px;
- background:url('~@/assets/img/dynamic/btn.png') no-repeat 50% 50%;
- }
|