hotel.wxss 808 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .scrollswiper {
  2. width: 100%;
  3. position: relative;
  4. }
  5. .titleFixed {
  6. position: absolute;
  7. top: 0;
  8. left: 0;
  9. z-index: 99;
  10. padding-top: 0;
  11. background-color: transparent;
  12. }
  13. .swiper {
  14. height: 300rpx;
  15. }
  16. .swiper-item {
  17. display: block;
  18. height: 100%!important;
  19. line-height: 300rpx;
  20. text-align: center;
  21. }
  22. .tip {
  23. display: -webkit-box;
  24. display: -webkit-flex;
  25. display: flex;
  26. -webkit-box-pack: justify;
  27. -webkit-justify-content: space-between;
  28. justify-content: space-between;
  29. padding: 36rpx 32rpx;
  30. }
  31. .giveList {
  32. padding: 10rpx 12rpx;
  33. display: -webkit-box;
  34. display: -webkit-flex;
  35. display: flex;
  36. -webkit-flex-wrap: wrap;
  37. flex-wrap: wrap;
  38. }
  39. .giveItem {
  40. width: 18%;
  41. height: 120rpx;
  42. margin: 10rpx 20rpx;
  43. /* background-color: #909399 */
  44. }
  45. .active {
  46. color: #F76260;
  47. }
  48. .listType {
  49. }