index.less 856 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .roominfo {
  2. margin: 0 auto;
  3. width: 714rpx;
  4. text-align: center;
  5. position: relative;
  6. height: 220rpx;
  7. >image {
  8. width: 100%;
  9. height: 100%;
  10. }
  11. .roomcon {
  12. width: 100%;
  13. height: 100%;
  14. position: absolute;
  15. top: 0;
  16. font-size: 0;
  17. left: 0;
  18. .icon {
  19. width: 168rpx;
  20. height: 168rpx;
  21. position: absolute;
  22. top: 16rpx;
  23. left: 34rpx;
  24. display: flex;
  25. justify-content: center;
  26. align-items: center;
  27. flex-wrap: wrap;
  28. >image{
  29. width: 33.3%!important;
  30. height: 33.3%!important;
  31. }
  32. }
  33. .roomname {
  34. color: #fff;
  35. font-size: 32rpx;
  36. position: absolute;
  37. top: 14rpx;
  38. left: 236rpx;
  39. }
  40. .roomnum{
  41. color: #fff;
  42. font-size: 32rpx;
  43. position: absolute;
  44. top: 110rpx;
  45. left: 260rpx;
  46. }
  47. }
  48. }