index.less 3.8 KB

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