chat32.css 298 B

1234567891011121314151617181920212223242526272829303132
  1. /* 32寸 大屏样式 */
  2. #app{
  3. bottom:0
  4. }
  5. .placeholder {
  6. height: 40vh;
  7. }
  8. .head{
  9. height: 5vh;
  10. }
  11. .body {
  12. height: 55vh;
  13. width: 70vw;
  14. }
  15. /* --- 主内容区 --- */
  16. .sidebar-right {
  17. width: 25vw;
  18. }
  19. .sidebar-right image {
  20. height: 600rpx;
  21. position: absolute;
  22. right: 6rpx;
  23. bottom: 30rpx;
  24. }