quiz.wxss 276 B

12345678910111213141516171819
  1. @charset "UTF-8";
  2. .plv-mp-chatroom-wrap {
  3. position: relative;
  4. height: 100%;
  5. padding-bottom: 100rpx;
  6. box-sizing: border-box;
  7. background: #44434f;
  8. }
  9. .plv-mp-chatroom-scroll-view {
  10. height: 100%;
  11. }
  12. /**
  13. 白天皮肤
  14. */
  15. .plv-mp-skin__white {
  16. background: #f5f9fa;
  17. }