index.less 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. /* nova-tourism/pages/homestay/homestay-detail/index.wxss */
  2. .all{
  3. width: 100vw;
  4. height: 100vh;
  5. background-color: #ECECEC;
  6. position: relative;
  7. overflow-y: scroll;
  8. color: #382E2E;
  9. .picturebox{
  10. width: 100%;
  11. height: 480rpx;
  12. position: relative;
  13. .img{
  14. width: 100%;
  15. height: 454rpx;
  16. image{
  17. width: 100%;
  18. height: 100%;
  19. }
  20. }
  21. .numberbox{
  22. position: absolute;
  23. bottom: 60rpx;
  24. right: 20rpx;
  25. z-index: 10;
  26. color: white;
  27. width: 82rpx;
  28. height: 48rpx;
  29. font-size: 28rpx;
  30. display: flex;
  31. justify-content: center;
  32. align-items: center;
  33. background-color: rgba(12, 12, 12, 0.5);
  34. }
  35. }
  36. .card{
  37. width: 100%;
  38. height: auto;
  39. position: absolute;
  40. top: 432rpx;
  41. .Legendary-Information{
  42. width: 100%;
  43. height: auto;
  44. background-color: white;
  45. border-radius: 20px; /* 左上角圆角 */
  46. padding-top: 35rpx;
  47. padding-left: 40rpx;
  48. padding-right: 40rpx;
  49. padding-bottom: 20rpx;
  50. .info-name{
  51. width: 100%;
  52. height: 60rpx;
  53. display: flex;
  54. align-items: center;
  55. .name-tex{
  56. font-size: 34rpx;
  57. font-weight: 600;
  58. }
  59. .name-pic{
  60. height: 55rpx;
  61. width: 55rpx;
  62. margin-left: auto;
  63. }
  64. }
  65. .info-intr{
  66. font-size: 28rpx;
  67. width: 100%;
  68. height: auto;
  69. margin-left: 10rpx;
  70. }
  71. .info-intr2{
  72. margin-top: 10rpx;
  73. font-size: 30rpx;
  74. width: 100%;
  75. height: auto;
  76. margin-left: 4rpx;
  77. color: skyblue;
  78. display: flex;
  79. }
  80. .info-map{
  81. width: 100%;
  82. display: flex;
  83. align-items: center;
  84. margin-top: 20rpx;
  85. .map{
  86. width: 480rpx;
  87. height: 180rpx;
  88. }
  89. .info-call{
  90. width: 156rpx;
  91. height: auto;
  92. display: flex;
  93. justify-content: center;
  94. align-items: center;
  95. flex-direction: column;
  96. margin-left: 35rpx;
  97. image{
  98. width: 60rpx;
  99. height: 60rpx;
  100. }
  101. .call-tex{
  102. font-size: 26rpx;
  103. margin-top: 10rpx;
  104. }
  105. }
  106. }
  107. }
  108. }
  109. .roomcard{
  110. width: 100%;
  111. height: auto;
  112. padding-bottom: 40rpx;
  113. border-top-left-radius: 20rpx;
  114. border-top-right-radius: 20rpx;
  115. margin-top: 20rpx;
  116. padding-left: 10rpx;
  117. padding-right: 10rpx;
  118. background-color: white;
  119. .timebox{
  120. width: 100%;
  121. background-color: white;
  122. display: flex;
  123. align-items: flex-end;
  124. position: relative;
  125. padding-left: 10rpx;
  126. margin-bottom: 16rpx;
  127. padding-bottom: 20rpx;
  128. padding-top: 20rpx;
  129. .time{
  130. width: 150rpx;
  131. margin-left: 10rpx;
  132. .time-tex{
  133. font-size: 28rpx;
  134. color: gray;
  135. }
  136. .time-time{
  137. font-size: 30rpx;
  138. font-weight: 600;
  139. }
  140. }
  141. .time_tex2{
  142. font-size: 24rpx;
  143. margin-left: 20rpx;
  144. margin-bottom: 2rpx;
  145. }
  146. }
  147. .room-card{
  148. width: 100%;
  149. height: auto;
  150. padding-left: 40rpx;
  151. padding-right: 40rpx;
  152. border: solid #e5e5e5 2rpx;
  153. box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.2);
  154. padding-top: 40rpx;
  155. border-radius: 30rpx;
  156. margin-bottom: 20rpx;
  157. .room-card1{
  158. width: 100%;
  159. height: auto;
  160. display: flex;
  161. image{
  162. width: 175rpx;
  163. height: 223rpx;
  164. margin-right: 20rpx;
  165. border-radius: 15rpx;
  166. }
  167. .room-card-textbox{
  168. width: 400rpx;
  169. height: auto;
  170. .room-card-textbox-titlebox{
  171. display: flex;
  172. .room-card-textbox-title{
  173. font-size: 32rpx;
  174. font-weight: 600;
  175. }
  176. }
  177. .room-card-textbox-info{
  178. font-size: 26rpx;
  179. width: 400rpx;
  180. height: auto;
  181. margin-top: 10rpx;
  182. margin-bottom: 20rpx;
  183. }
  184. .room-card-textbox-label{
  185. width: 400rpx;
  186. height: auto;
  187. display: flex;
  188. flex-wrap: wrap;
  189. .room-card-textbox-label2{
  190. width: auto;
  191. font-size: 24rpx;
  192. margin-right: 20rpx;
  193. padding-left: 4rpx;
  194. padding-right: 4rpx;
  195. display: flex;
  196. justify-content: center;
  197. align-items: center;
  198. border: solid #e5e5e5 2rpx;
  199. white-space: normal;
  200. margin-top: 10rpx;
  201. color: #6384AF;
  202. }
  203. }
  204. }
  205. }
  206. .room-card2{
  207. width: 100%;
  208. height: 100rpx;
  209. display: flex;
  210. justify-content: flex-end;
  211. .no{
  212. width: 200rpx;
  213. height: 80rpx;
  214. display: flex;
  215. justify-content: center;
  216. align-items: center;
  217. font-size: 36rpx;
  218. background-color:#1A1A1A ;
  219. color: white;
  220. margin-left: 20rpx;
  221. border-radius: 10rpx;
  222. }
  223. .price{
  224. font-size: 36rpx;
  225. color: #C5262C;
  226. display: flex;
  227. align-items: center;
  228. }
  229. .submit{
  230. width: 80rpx;
  231. height: 80rpx;
  232. display: flex;
  233. justify-content: center;
  234. align-items: center;
  235. font-size: 36rpx;
  236. background-color:#1A1A1A ;
  237. color: white;
  238. margin-left: 20rpx;
  239. }
  240. }
  241. }
  242. }
  243. }