| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252 |
- .wall {
- height: 60px;
- margin-bottom: 18px;
- }
- .wrap {
- background-color: #f8f8f8 !important;
- margin-bottom: 40px;
- }
- .w1200 {
- width: 1002px;
- margin: 0 auto;
- background-color: #fff;
- border-radius: 10px;
- display: flex;
- flex-direction: row;
- padding: 20px 0;
- .left {
- border-right: 1px solid #e7e6e6;
- width: 629px;
- .albumInfo {
- padding: 0 25px;
- .albumTitle {
- display: flex;
- flex-direction: row;
- align-items: top;
- justify-content: space-between;
- margin-bottom: 22px;
- h2 {
- line-height: 40px;
- font-weight: 600;
- color: #000000;
- font-size: 28px;
- }
- img {
- margin-top: 6px;
- width: 28px;
- height: 28px;
- cursor: pointer;
- }
- }
- .albumInfoTop {
- display: flex;
- flex-direction: row;
- margin-bottom: 66px;
- .albumType {
- position: absolute;
- left: 0;
- top: 0;
- background: linear-gradient(180deg, #ff8900 0%, #ff5100 100%);
- box-shadow: 0px 1px 2px 0px rgba(150, 13, 0, 0.11);
- border-radius: 10px 0px 10px 0px;
- font-size: 12px;
- padding: 0 6px;
- line-height: 20px;
- color: #ffffff;
- z-index: 999;
- }
- .albumInfoTopImg {
- position: relative;
- width: 190px;
- height: 190px;
- margin-right: 22px;
- flex-shrink: 0;
- .albumCover {
- width: 190px;
- height: 190px;
- position: absolute;
- z-index: 100;
- background-color: #fff;
- border-radius: 14px;
- }
- // .pan {
- // position: absolute;
- // width: 218px;
- // height: 218px;
- // right: 0;
- // top: 0;
- // }
- }
- .albumInfoTopConent {
- flex: 1;
- h2 {
- font-size: 24px;
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: 600;
- color: #333;
- line-height: 37px;
- margin-bottom: 12px;
- }
- p {
- font-size: 16px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #656565;
- line-height: 28px;
- text-overflow: ellipsis;
- word-wrap: break-word;
- white-space: normal !important;
- min-height: 95px;
- max-height: 112px;
- display: -webkit-box;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-line-clamp: 4;
- -webkit-box-orient: vertical;
- }
- .tagWrap {
- display: flex;
- flex-direction: row;
- margin-top: 16px;
- align-items: center;
- flex-wrap: wrap;
- .tag {
- margin-top: 10px;
- background-color: rgba(188, 253, 241, 0.46);
- color: #00886d;
- // padding: 0px 4px;
- font-size: 14px;
- margin-right: 16px;
- border-radius: 20px;
- padding: 0 16px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- }
- }
- }
- }
- .albumInfoBottom {
- font-size: 14px;
- color: #999;
- margin-top: 20px;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- .albumInfoLeft {
- display: flex;
- flex-direction: row;
- font-size: 16px;
- img {
- width: 20px;
- height: 20px;
- margin-right: 6px;
- // height: 18px;
- }
- .itemBottomL {
- margin-right: 21px;
- }
- .itemBottomL,
- .itemBottomR {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- }
- }
- .albumInfoRight {
- .itemBottomR {
- cursor: pointer;
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- img {
- width: 20px;
- height: 20px;
- margin-right: 6px;
- }
- }
- }
- }
- }
- }
- .musicWrap {
- // padding: 0 25px;
- .musicList {
- // width: 604px;
- }
- .title {
- line-height: 48px;
- font-size: 20px;
- font-weight: 600;
- color: #333;
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 0 25px;
- .dot {
- width: 30px;
- height: 20px;
- // background: #2dc7aa;
- // border-radius: 3px;
- margin-left: 10px;
- img {
- width: 30px;
- height: 20px;
- }
- }
- }
- }
- // 右边
- .right {
- width: 374px;
- // margin-left: 14px;
- .some {
- padding: 20px 24px 10px;
- background-color: #fff;
- margin-bottom: 14px;
- .someTitle {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- margin-bottom: 20px;
- .tilteL {
- display: flex;
- flex-direction: row;
- align-items: center;
- font-weight: 600;
- color: #000;
- line-height: 30px;
- font-size: 20px;
- img {
- width: 24px;
- height: 24px;
- margin-right: 8px;
- }
- }
- .tilteR {
- cursor: pointer;
- display: flex;
- flex-direction: row;
- align-items: center;
- font-size: 16px;
- color: #666;
- .arrow {
- width: 16px;
- height: 16px;
- margin-left: 4px;
- }
- }
- }
- .someWrap {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- }
- }
- }
- }
|