room.wxss 145 B

12345678910
  1. .container {
  2. height: 100%;
  3. position: absolute;
  4. top: 0;
  5. bottom: 0;
  6. left: 0;
  7. right: 0;
  8. padding-top: 80rpx;
  9. padding-bottom: 30rpx;
  10. }