12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- .live-page{
- height: 100%;
- background-color: #000000;
- .swiper {
- width: 100%;
- height: 100%;
- }
- .swiper-slide{
- position: relative;
- background-repeat: no-repeat;
- background-position: center top;
- background-size: 100% 100%;
- }
- .post-footer{
- position: absolute;
- bottom: 0;
- height: 97.4359vw;
- color: white;
- padding: 12.8205vw 2.5641vw 30.7692vw;
- width: 100%;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- background: linear-gradient(to top, #000000, rgba(255, 255, 255, 0));
- .user-dateil{
- display: flex;
- flex-direction: column;
- align-items: center;
- .avatar{
- width: 12.8205vw;
- height: 12.8205vw;
- border-radius: 50%;
- margin-bottom: 2.5641vw;
- }
- .btn{
- padding: 2.5641vw;
- border-radius: 7.6923vw;
- border: 0.2564vw solid;
- // margin:auto;
- }
- }
- .block{
- width: 100%;
- .tag{
- background: #fc4942;
- padding: 1.0256vw 1.5385vw;
- border-radius: 1.0256vw;
- display: inline-flex;
- align-items: center;
- img{
- width: 5.1282vw;
- }
- }
- .live-room{
- margin: 1.5385vw auto;
- font-weight: 600;
- }
- }
- }
- }
|