123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- .content {
- height: 100vh;
- width: 100%;
- background-image: url("https://file-cloud.fmode.cn/Qje9D4bqol/20241220/b313ov054708770.png");
- background-repeat: no-repeat;
- background-position: center top;
- background-size: 100% 100%;
- padding: 2.5641vw;
- .share {
- display: flex;
- flex-direction: column;
- align-items: center;
- .share-view {
- min-height: 76.9231vw;
- .canvas,
- .poster {
- width: 76.9231vw;
- height: 123.0769vw;
- }
- }
- .share-footre {
- margin-top: 5.1282vw;
- display: flex;
- justify-content: space-evenly;
- width: 100%;
- user-select: none;
- .share-btn {
- cursor: pointer;
- font-size: 4.1026vw;
- display: flex;
- align-items: center;
- img {
- margin-right: 1.0256vw;
- }
- }
- .share-btn:active {
- color: #1890ff;
- }
- .share-icon {
- width: 2rem;
- height: 2rem;
- }
- }
- }
- .list {
- padding: 10px;
- border-radius: 4px;
- background: white;
- max-height: 500px;
- overflow-y: scroll;
- .title{
- margin-bottom: 6px;
- }
- .li {
- display: flex;
- justify-content: space-between;
- // padding: 1.0256vw 2.5641vw;
- background: white;
- border-bottom: 0.2564vw solid #e5e5e5;
- .li-left {
- flex-shrink: 0;
- width: 10.2564vw;
- .avatar {
- width: 9.2308vw;
- height: 9.2308vw;
- border-radius: 50%;
- }
- }
- .li-right {
- display: flex;
- flex: 1;
- margin-left: 2.5641vw;
- justify-content: space-between;
- align-items: center;
- .li-right-user {
- display: flex;
- flex-direction: column;
- .user-name{
- font-size: 3.5897vw;
- margin-bottom: 1.5385vw;
- }
- .time {
- font-size: 3.0769vw;
- color: #7d7d7d;
- }
- }
- }
- }
- }
- }
|