index.less 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. /* nova-tourism/pages/homestay/homestay-order2/index.wxss */
  2. .all{
  3. width: 100vw;
  4. padding-left: 30rpx;
  5. padding-right: 30rpx;
  6. position: relative;
  7. .timebox{
  8. width: 100%;
  9. height: 50rpx;
  10. margin-top: 10rpx;
  11. font-size: 30rpx;
  12. display: flex;
  13. .time1{
  14. margin-right: 40rpx;
  15. }
  16. }
  17. .roombox{
  18. width: 100%;
  19. display: flex;
  20. margin-top: 40rpx;
  21. image{
  22. width: 170rpx;
  23. height: 170rpx;
  24. border-radius: 10rpx;
  25. }
  26. .room{
  27. height: 100%;
  28. margin-left: 20rpx;
  29. .room-name{
  30. font-size: 28rpx;
  31. font-weight: 600;
  32. margin-bottom: 24rpx;
  33. }
  34. .room-tag{
  35. font-size: 26rpx;
  36. width: 480rpx;
  37. height: auto;
  38. color: #F37B40;
  39. margin-bottom: 10rpx;
  40. }
  41. .room-text{
  42. width: 480rpx;
  43. height: auto;
  44. font-size: 26rpx;
  45. color: #737373;
  46. }
  47. }
  48. }
  49. .lable{
  50. color: black;
  51. }
  52. .benefitbox{
  53. width: 100%;
  54. height: auto;
  55. font-size: 28rpx;
  56. .benefitbox1{
  57. margin-bottom: 40rpx;
  58. }
  59. .benefitbox2{
  60. width: 100%;
  61. display: flex;
  62. margin-bottom: 40rpx;
  63. .benefitbox2-text{
  64. width: 120rpx;
  65. }
  66. .benefitbox2-text2{
  67. display: flex;
  68. margin-left: auto;
  69. color:#F37B40;
  70. }
  71. .benefitbox2-text_2{
  72. display: flex;
  73. margin-left: auto;
  74. margin-right: 30rpx;
  75. color:#F37B40;
  76. }
  77. .benefitbox2-text_22{
  78. display: flex;
  79. margin-left: auto;
  80. margin-right: 30rpx;
  81. }
  82. }
  83. }
  84. .benefitbox2{
  85. width: 100%;
  86. display: flex;
  87. margin-bottom: 40rpx;
  88. .benefitbox2-text{
  89. width: 120rpx;
  90. }
  91. .benefitbox2-text_22{
  92. display: flex;
  93. margin-left: auto;
  94. margin-right: 30rpx;
  95. }
  96. }
  97. }
  98. .subbox{
  99. position:fixed;
  100. bottom: 0;
  101. left: 0;
  102. width: 100%;
  103. height: 90rpx;
  104. display: flex;
  105. font-size: 30rpx;
  106. .subbox1{
  107. width: 40%;
  108. display: flex;
  109. justify-content: center;
  110. align-items: center;
  111. }
  112. .subbox2{
  113. width: 60%;
  114. height: 100%;
  115. background-color: #F89B7F;
  116. color: white;
  117. display: flex;
  118. justify-content: center;
  119. align-items: center;
  120. .subbox2_2{
  121. margin-left: 10rpx;
  122. }
  123. }
  124. }