index.wxss 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  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. font-family: "Microsoft JhengHei", "PingFang SC", "Helvetica Neue", sans-serif;
  10. font-weight: 400;
  11. }
  12. .all .picturebox {
  13. width: 100%;
  14. height: 456rpx;
  15. position: relative;
  16. }
  17. .all .picturebox .img {
  18. width: 100%;
  19. height: 456rpx;
  20. }
  21. .all .picturebox .img image {
  22. width: 100%;
  23. height: 100%;
  24. }
  25. .all .picturebox .numberbox {
  26. position: absolute;
  27. bottom: 38rpx;
  28. right: 20rpx;
  29. z-index: 10;
  30. color: white;
  31. width: 88rpx;
  32. height: 54rpx;
  33. font-size: 28rpx;
  34. display: flex;
  35. justify-content: center;
  36. align-items: center;
  37. background-color: rgba(12, 12, 12, 0.5);
  38. }
  39. .all .card {
  40. width: 100%;
  41. height: auto;
  42. position: absolute;
  43. top: 430rpx;
  44. }
  45. .all .card .Legendary-Information {
  46. width: 100%;
  47. height: auto;
  48. background-color: white;
  49. border-radius: 20px;
  50. /* 左上角圆角 */
  51. padding-top: 40rpx;
  52. padding-left: 40rpx;
  53. padding-right: 40rpx;
  54. padding-bottom: 20rpx;
  55. }
  56. .all .card .Legendary-Information .info-name {
  57. width: 100%;
  58. height: 60rpx;
  59. display: flex;
  60. align-items: center;
  61. }
  62. .all .card .Legendary-Information .info-name .name-tex {
  63. font-size: 38rpx;
  64. font-weight: 700;
  65. }
  66. .all .card .Legendary-Information .info-name .name-pic {
  67. height: 46rpx;
  68. width: 46rpx;
  69. margin-left: auto;
  70. }
  71. .all .card .Legendary-Information .info-intr {
  72. font-size: 30rpx;
  73. width: 100%;
  74. height: auto;
  75. margin-left: 10rpx;
  76. }
  77. .all .card .Legendary-Information .info-intr2 {
  78. margin-top: 10rpx;
  79. font-size: 30rpx;
  80. width: 100%;
  81. height: auto;
  82. margin-left: 4rpx;
  83. color: skyblue;
  84. display: flex;
  85. }
  86. .all .card .Legendary-Information .info-map {
  87. width: 100%;
  88. display: flex;
  89. align-items: center;
  90. margin-top: 20rpx;
  91. }
  92. .all .card .Legendary-Information .info-map .map {
  93. width: 455rpx;
  94. height: 146rpx;
  95. }
  96. .all .card .Legendary-Information .info-map .info-call {
  97. width: 156rpx;
  98. height: auto;
  99. display: flex;
  100. justify-content: center;
  101. align-items: center;
  102. flex-direction: column;
  103. margin-left: 35rpx;
  104. }
  105. .all .card .Legendary-Information .info-map .info-call image {
  106. width: 48rpx;
  107. height: 48rpx;
  108. }
  109. .all .card .Legendary-Information .info-map .info-call .call-tex {
  110. font-size: 24rpx;
  111. margin-top: 10rpx;
  112. }
  113. .all .roomcard {
  114. width: 100%;
  115. height: auto;
  116. padding-bottom: 40rpx;
  117. border-top-left-radius: 20rpx;
  118. border-top-right-radius: 20rpx;
  119. margin-top: 20rpx;
  120. padding-left: 10rpx;
  121. padding-right: 10rpx;
  122. background-color: white;
  123. }
  124. .all .roomcard .timebox {
  125. width: 100%;
  126. height: 90rpx;
  127. background-color: white;
  128. display: flex;
  129. align-items: flex-end;
  130. position: relative;
  131. padding-left: 10rpx;
  132. margin-bottom: 12rpx;
  133. }
  134. .all .roomcard .timebox .time {
  135. width: 150rpx;
  136. margin-left: 10rpx;
  137. }
  138. .all .roomcard .timebox .time .time-tex {
  139. font-size: 28rpx;
  140. color: gray;
  141. }
  142. .all .roomcard .timebox .time .time-time {
  143. font-size: 30rpx;
  144. font-weight: 600;
  145. }
  146. .all .roomcard .timebox .time_tex2 {
  147. font-size: 24rpx;
  148. margin-left: 20rpx;
  149. margin-bottom: 2rpx;
  150. }
  151. .all .roomcard .room-card {
  152. width: 100%;
  153. height: 334rpx;
  154. padding-left: 38rpx;
  155. padding-right: 38rpx;
  156. border: solid #e5e5e5 2rpx;
  157. box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.2);
  158. padding-top: 40rpx;
  159. border-radius: 30rpx;
  160. margin-bottom: 24rpx;
  161. position: relative;
  162. }
  163. .all .roomcard .room-card .room-card1 {
  164. width: 100%;
  165. height: auto;
  166. display: flex;
  167. }
  168. .all .roomcard .room-card .room-card1 image {
  169. width: 166rpx;
  170. height: 222rpx;
  171. margin-right: 20rpx;
  172. border-radius: 4rpx;
  173. }
  174. .all .roomcard .room-card .room-card1 .room-card-textbox {
  175. width: 400rpx;
  176. height: auto;
  177. }
  178. .all .roomcard .room-card .room-card1 .room-card-textbox .room-card-textbox-titlebox {
  179. display: flex;
  180. }
  181. .all .roomcard .room-card .room-card1 .room-card-textbox .room-card-textbox-titlebox .room-card-textbox-title {
  182. font-size: 34rpx;
  183. font-weight: 700;
  184. }
  185. .all .roomcard .room-card .room-card1 .room-card-textbox .room-card-textbox-info {
  186. font-size: 24rpx;
  187. width: 400rpx;
  188. height: auto;
  189. margin-top: 10rpx;
  190. margin-bottom: 20rpx;
  191. }
  192. .all .roomcard .room-card .room-card1 .room-card-textbox .room-card-textbox-label {
  193. width: 400rpx;
  194. height: auto;
  195. display: flex;
  196. flex-wrap: wrap;
  197. }
  198. .all .roomcard .room-card .room-card1 .room-card-textbox .room-card-textbox-label .room-card-textbox-label2 {
  199. width: auto;
  200. font-size: 20rpx;
  201. margin-right: 20rpx;
  202. padding-left: 4rpx;
  203. padding-right: 4rpx;
  204. display: flex;
  205. justify-content: center;
  206. align-items: center;
  207. border: solid #e5e5e5 2rpx;
  208. white-space: normal;
  209. margin-top: 10rpx;
  210. color: #6384AF;
  211. }
  212. .all .roomcard .room-card .room-card2 {
  213. width: 712rpx;
  214. height: 100rpx;
  215. display: flex;
  216. justify-content: flex-end;
  217. position: absolute;
  218. bottom: 24rpx;
  219. right: 34rpx;
  220. align-items: flex-end;
  221. }
  222. .all .roomcard .room-card .room-card2 .no {
  223. width: 282rpx;
  224. height: 86rpx;
  225. display: flex;
  226. justify-content: center;
  227. align-items: center;
  228. font-size: 44rpx;
  229. font-weight: 700;
  230. background-color: #1A1A1A;
  231. color: white;
  232. margin-left: 20rpx;
  233. border-radius: 10rpx;
  234. }
  235. .all .roomcard .room-card .room-card2 .price {
  236. height: 50rpx;
  237. font-size: 40rpx;
  238. font-weight: 700;
  239. color: #C5262C;
  240. display: flex;
  241. align-items: center;
  242. }
  243. .all .roomcard .room-card .room-card2 .submit {
  244. width: 86rpx;
  245. height: 86rpx;
  246. display: flex;
  247. justify-content: center;
  248. align-items: center;
  249. font-size: 48rpx;
  250. background-color: #1A1A1A;
  251. color: white;
  252. font-weight: 700;
  253. margin-left: 20rpx;
  254. }
  255. .roomBox {
  256. background: whitesmoke;
  257. }
  258. .roomBox .titleBox {
  259. width: 100%;
  260. border-radius: 20rpx 20rpx 0 0;
  261. background: white;
  262. padding: 30rpx;
  263. display: flex;
  264. align-items: center;
  265. }
  266. .roomBox .titleBox image {
  267. width: 48rpx;
  268. height: 40rpx;
  269. }
  270. .roomBox .titleBox .text {
  271. width: 700rpx;
  272. font-size: 30rpx;
  273. font-weight: bold;
  274. text-align: center;
  275. }
  276. .roomBox .picturebox {
  277. background: white;
  278. width: 100%;
  279. height: 338rpx;
  280. position: relative;
  281. }
  282. .roomBox .picturebox .img {
  283. border-radius: 10rpx;
  284. margin: auto;
  285. width: 675rpx;
  286. height: 338rpx;
  287. }
  288. .roomBox .picturebox .img image {
  289. border-radius: 10rpx;
  290. width: 100%;
  291. height: 100%;
  292. }
  293. .roomBox .picturebox .numberbox {
  294. position: absolute;
  295. bottom: 20rpx;
  296. right: 60rpx;
  297. z-index: 10;
  298. color: white;
  299. width: 60rpx;
  300. height: 37rpx;
  301. font-size: 17rpx;
  302. display: flex;
  303. justify-content: center;
  304. align-items: center;
  305. background-color: rgba(12, 12, 12, 0.5);
  306. }
  307. .roomBox .tagBox {
  308. padding: 30rpx;
  309. background: white;
  310. }
  311. .roomBox .tagBox .title {
  312. font-size: 30rpx;
  313. font-weight: bold;
  314. }
  315. .roomBox .tagBox .tags {
  316. font-size: 24rpx;
  317. color: black;
  318. padding-top: 14rpx;
  319. display: flex;
  320. flex-wrap: wrap;
  321. padding-left: 50rpx;
  322. }
  323. .roomBox .tagBox .tags .tag {
  324. width: 50%;
  325. height: 53rpx;
  326. }
  327. .roomBox .tagBox .tags .tag2 {
  328. width: 33%;
  329. height: 53rpx;
  330. }
  331. .roomBox .serverBox {
  332. margin-top: 30rpx;
  333. }
  334. .roomBox .ruleBox {
  335. margin-top: 30rpx;
  336. }
  337. .roomBox .ruleBox .sub_title {
  338. font-size: 13rpx;
  339. margin-bottom: 20rpx;
  340. margin-top: 5rpx;
  341. }
  342. .roomBox .ruleBox .list {
  343. display: flex;
  344. }
  345. .roomBox .ruleBox .list .key {
  346. font-size: 20rpx;
  347. font-weight: bold;
  348. width: 66rpx;
  349. height: 53rpx;
  350. }
  351. .roomBox .ruleBox .list .value {
  352. font-size: 20rpx;
  353. }
  354. .roomBox .payBox {
  355. background: white;
  356. width: 100%;
  357. display: flex;
  358. height: 82rpx;
  359. }
  360. .roomBox .payBox .phonBox {
  361. width: 288rpx;
  362. display: flex;
  363. align-items: center;
  364. justify-content: space-around;
  365. }
  366. .roomBox .payBox .phonBox > view {
  367. display: flex;
  368. align-items: center;
  369. justify-content: space-around;
  370. }
  371. .roomBox .payBox .phonBox > view image {
  372. width: 47rpx;
  373. height: 48rpx;
  374. margin-right: 20rpx;
  375. }
  376. .roomBox .payBox .phonBox > view text {
  377. font-size: 26rpx;
  378. }
  379. .roomBox .payBox .pay {
  380. width: 462rpx;
  381. font-size: 32rpx;
  382. background: #F89B7F;
  383. display: flex;
  384. justify-content: center;
  385. align-items: center;
  386. color: white;
  387. }