index.less 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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. color: #382E2E;
  8. .timebox{
  9. width: 100%;
  10. height: 50rpx;
  11. margin-top: 30rpx;
  12. font-size: 28rpx;
  13. display: flex;
  14. .time1{
  15. margin-right: 40rpx;
  16. }
  17. }
  18. .roombox{
  19. width: 100%;
  20. display: flex;
  21. margin-top: 38rpx;
  22. image{
  23. width: 165rpx;
  24. height: 156rpx;
  25. border-radius: 10rpx;
  26. }
  27. .room{
  28. height: 100%;
  29. margin-left: 26rpx;
  30. .room-name{
  31. font-size: 26rpx;
  32. font-weight: 600;
  33. margin-bottom: 24rpx;
  34. }
  35. .room-tag{
  36. font-size: 26rpx;
  37. width: 480rpx;
  38. height: auto;
  39. color: #F37B40;
  40. margin-bottom: 10rpx;
  41. }
  42. .room-text{
  43. width: 480rpx;
  44. height: auto;
  45. font-size: 24rpx;
  46. color: #737373;
  47. }
  48. }
  49. }
  50. .inputbox{
  51. width: 100%;
  52. font-size: 26rpx;
  53. .inputbox2{
  54. width: 100%;
  55. display: flex;
  56. margin-bottom: 30rpx;
  57. align-items: center;
  58. .in-tex{
  59. display: flex;
  60. font-weight: 600;
  61. margin-right: 30rpx;
  62. width: 185rpx;
  63. .red{
  64. color: red;
  65. font-weight: 500;
  66. margin-left: 4rpx;
  67. margin-right: 10rpx;
  68. }
  69. }
  70. .input{
  71. font-size: 28rpx;
  72. font-weight: 600;
  73. }
  74. }
  75. }
  76. .benefitbox{
  77. width: 100%;
  78. height: auto;
  79. font-size: 26rpx;
  80. .benefitbox1{
  81. margin-bottom: 40rpx;
  82. font-size: 26rpx;
  83. font-weight: 600;
  84. }
  85. .benefitbox2{
  86. width: 100%;
  87. display: flex;
  88. margin-bottom: 40rpx;
  89. .benefitbox2-text{
  90. width: 120rpx;
  91. }
  92. .benefitbox2-text2{
  93. display: flex;
  94. margin-left: auto;
  95. color:#F37B40;
  96. font-size: 28rpx;
  97. }
  98. .benefitbox2-text_2{
  99. display: flex;
  100. margin-left: auto;
  101. margin-right: 30rpx;
  102. color:#F37B40;
  103. font-size: 28rpx;
  104. }
  105. .benefitbox2-text_22{
  106. display: flex;
  107. margin-left: auto;
  108. margin-right: 30rpx;
  109. }
  110. }
  111. }
  112. .benefitbox2{
  113. width: 100%;
  114. display: flex;
  115. margin-bottom: 40rpx;
  116. .benefitbox2-text{
  117. width: 120rpx;
  118. font-size: 26rpx;
  119. font-weight: 600;
  120. }
  121. .benefitbox2-text_22{
  122. display: flex;
  123. margin-left: auto;
  124. margin-right: 30rpx;
  125. font-size: 26rpx;
  126. font-weight: 600;
  127. }
  128. }
  129. }
  130. .subbox{
  131. position:fixed;
  132. bottom: 0;
  133. left: 0;
  134. width: 100%;
  135. height: 90rpx;
  136. display: flex;
  137. font-size: 30rpx;
  138. color: #382E2E;
  139. .subbox1{
  140. width: 40%;
  141. display: flex;
  142. justify-content: center;
  143. align-items: center;
  144. }
  145. .subbox2{
  146. width: 60%;
  147. height: 100%;
  148. background-color: #F89B7F;
  149. color: white;
  150. display: flex;
  151. justify-content: center;
  152. align-items: center;
  153. .subbox2_2{
  154. margin-left: 10rpx;
  155. }
  156. }
  157. }