index.less 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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: 10rpx;
  12. font-size: 30rpx;
  13. display: flex;
  14. .time1{
  15. margin-right: 40rpx;
  16. }
  17. }
  18. .roombox{
  19. width: 100%;
  20. display: flex;
  21. margin-top: 40rpx;
  22. image{
  23. width: 170rpx;
  24. height: 170rpx;
  25. border-radius: 10rpx;
  26. }
  27. .room{
  28. height: 100%;
  29. margin-left: 20rpx;
  30. .room-name{
  31. font-size: 28rpx;
  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: 26rpx;
  46. color: #737373;
  47. }
  48. }
  49. }
  50. .lable{
  51. color: #382E2E;
  52. }
  53. .benefitbox{
  54. width: 100%;
  55. height: auto;
  56. font-size: 28rpx;
  57. .benefitbox1{
  58. margin-bottom: 40rpx;
  59. }
  60. .benefitbox2{
  61. width: 100%;
  62. display: flex;
  63. margin-bottom: 40rpx;
  64. .benefitbox2-text{
  65. width: 120rpx;
  66. }
  67. .benefitbox2-text2{
  68. display: flex;
  69. margin-left: auto;
  70. color:#F37B40;
  71. }
  72. .benefitbox2-text_2{
  73. display: flex;
  74. margin-left: auto;
  75. margin-right: 30rpx;
  76. color:#F37B40;
  77. }
  78. .benefitbox2-text_22{
  79. display: flex;
  80. margin-left: auto;
  81. margin-right: 30rpx;
  82. }
  83. }
  84. }
  85. .benefitbox2{
  86. width: 100%;
  87. display: flex;
  88. margin-bottom: 40rpx;
  89. .benefitbox2-text{
  90. width: 120rpx;
  91. }
  92. .benefitbox2-text_22{
  93. display: flex;
  94. margin-left: auto;
  95. margin-right: 30rpx;
  96. }
  97. }
  98. }
  99. .subbox{
  100. position:fixed;
  101. bottom: 0;
  102. left: 0;
  103. width: 100%;
  104. height: 90rpx;
  105. display: flex;
  106. font-size: 30rpx;
  107. color: #382E2E;
  108. .subbox1{
  109. width: 40%;
  110. display: flex;
  111. justify-content: center;
  112. align-items: center;
  113. }
  114. .subbox2{
  115. width: 60%;
  116. height: 100%;
  117. background-color: #F89B7F;
  118. color: white;
  119. display: flex;
  120. justify-content: center;
  121. align-items: center;
  122. .subbox2_2{
  123. margin-left: 10rpx;
  124. }
  125. }
  126. }