12345678910111213141516171819 |
- @charset "UTF-8";
- .plv-mp-chatroom-wrap {
- position: relative;
- height: 100%;
- padding-bottom: 100rpx;
- box-sizing: border-box;
- background: #44434f;
- }
- .plv-mp-chatroom-scroll-view {
- height: 100%;
- }
- /**
- 白天皮肤
- */
- .plv-mp-skin__white {
- background: #f5f9fa;
- }
|