style.less 9.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  1. @whiteColor: #fff;
  2. .Guide-Home-box {
  3. padding: 30px;
  4. .room-box-info-ROOM {
  5. display: flex;
  6. padding: 10px;
  7. .room-bi-name-ROOM {
  8. width: 100%;
  9. .room-bin-title-ROOM {
  10. margin: 3vw 3vw;
  11. color: rgb(125, 125, 125);
  12. }
  13. .room-bint-nameInfo-ROOM {
  14. font-weight: 800;
  15. display: flex;
  16. -webkit-border-radius: 4em;
  17. -moz-border-radius: 4em;
  18. border-radius: 40px 40px 40px 40px;
  19. font-size: 28px;
  20. padding: 1em 3vw;
  21. box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.12);
  22. }
  23. }
  24. }
  25. // -----------------房屋位置
  26. .room-box-info-HouLocation {
  27. display: flex;
  28. padding: 10px;
  29. .room-bi-name-HouLocation {
  30. width: 100%;
  31. .room-bin-title-HouLocation {
  32. margin: 3vw 3vw;
  33. color: rgb(125, 125, 125);
  34. }
  35. .room-bint-nameInfo-HouLocation {
  36. font-weight: 800;
  37. display: flex;
  38. -webkit-border-radius: 4em;
  39. -moz-border-radius: 4em;
  40. border-radius: 40px 40px 40px 40px;
  41. font-size: 28px;
  42. // border-radius: 2em;
  43. padding: 0.5em 3vw;
  44. box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.12);
  45. .room-bint-nameInfo-bool-HouLocation {
  46. padding: 3vw 0;
  47. width: 65vw;
  48. overflow: hidden;
  49. }
  50. .room-bint-nameInfo-bool-oen-HouLocation {
  51. font-weight: normal;
  52. width: 65vw;
  53. overflow: hidden;
  54. white-space: nowrap;
  55. text-overflow: ellipsis;
  56. font-size: 24px;
  57. color: rgb(125, 125, 125);
  58. }
  59. .room-bintn-button-HouLocation {
  60. display: inline-grid;
  61. position: relative;
  62. right: -7vw;
  63. .room-bintn-image-HouLocation {
  64. width: 35px;
  65. height: 35px;
  66. margin: auto;
  67. }
  68. .room-bintn-text-HouLocation {
  69. font-weight: 100;
  70. font-size: 26px;
  71. color: black;
  72. }
  73. }
  74. }
  75. }
  76. }
  77. // -----------------停车场位置
  78. .room-box-info-Parking {
  79. display: flex;
  80. padding: 10px;
  81. .room-bi-name-Parking {
  82. width: 100%;
  83. .room-bin-title-Parking {
  84. margin: 3vw 3vw;
  85. color: rgb(125, 125, 125);
  86. }
  87. .room-bint-nameInfo-Parking {
  88. font-weight: 800;
  89. display: flex;
  90. -webkit-border-radius: 4em;
  91. -moz-border-radius: 4em;
  92. border-radius: 40px 40px 40px 40px;
  93. font-size: 28px;
  94. // border-radius: 2em;
  95. padding: 0.5em 3vw;
  96. box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.12);
  97. .room-bint-nameInfo-bool-Parking {
  98. padding: 3vw 0;
  99. width: 65vw;
  100. overflow: hidden;
  101. }
  102. .room-bint-nameInfo-bool-oen-Parking {
  103. font-weight: normal;
  104. width: 65vw;
  105. overflow: hidden;
  106. white-space: nowrap;
  107. text-overflow: ellipsis;
  108. font-size: 24px;
  109. color: rgb(125, 125, 125);
  110. }
  111. .room-bintn-button-Parking {
  112. display: inline-grid;
  113. position: relative;
  114. right: -7vw;
  115. .room-bintn-image-Parking {
  116. width: 35px;
  117. height: 35px;
  118. margin: auto;
  119. }
  120. .room-bintn-text-Parking {
  121. font-weight: 100;
  122. font-size: 26px;
  123. color: black;
  124. }
  125. }
  126. }
  127. }
  128. }
  129. // -----------------WIFI
  130. .room-box-info-WIFIContent {
  131. display: flex;
  132. padding: 10px;
  133. .room-bi-name-WIFIContent {
  134. width: 100%;
  135. .room-bin-title-WIFIContent {
  136. margin: 3vw 3vw;
  137. color: rgb(125, 125, 125);
  138. }
  139. .room-bint-nameInfo-WIFIContent {
  140. border-radius: 40px 40px 40px 40px;
  141. padding: 0.5em 3vw;
  142. -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
  143. box-shadow: 0 8px 38px 0 rgba(0, 0, 0, 0.12);
  144. .room-bint-nameInfo-bool-WIFIContent-wifi {
  145. width: 65vw;
  146. overflow: hidden;
  147. font-size: 24px;
  148. color: #7d7d7d;
  149. display: -webkit-inline-box;
  150. }
  151. .room-bint-nameInfo-bool-WIFIContent-password {
  152. width: 65vw;
  153. overflow: hidden;
  154. white-space: nowrap;
  155. -o-text-overflow: ellipsis;
  156. text-overflow: ellipsis;
  157. font-size: 24px;
  158. color: #7d7d7d;
  159. display: inline-table;
  160. }
  161. .room-bintn-button-WIFIContent {
  162. display: inline-grid;
  163. position: relative;
  164. right: -9vw;
  165. top: -3vw;
  166. .room-bintn-image-WIFIContent {
  167. width: 35px;
  168. height: 35px;
  169. margin: auto;
  170. }
  171. .room-bintn-text-WIFIContent {
  172. text-align: center;
  173. font-weight: 100;
  174. font-size: 26px;
  175. color: black;
  176. }
  177. }
  178. }
  179. }
  180. }
  181. // ---------------------------------
  182. .articleCard {
  183. margin-top: 60px;
  184. width: calc(100% - 60px);
  185. // height: 1066px;
  186. background: #ffffff;
  187. border-radius: 12px;
  188. box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  189. padding-bottom: 66px;
  190. margin-bottom: 20px;
  191. .articleCard-title {
  192. font-size: 28px;
  193. font-weight: bold;
  194. color: #202020;
  195. line-height: 44px;
  196. text-align: center;
  197. padding: 30px auto;
  198. padding-top: 30px;
  199. }
  200. .articleCard-content {
  201. width: 100%;
  202. text-align: center;
  203. padding: 30px 0 20px 0;
  204. .articleCard-image {
  205. width: 630px;
  206. height: 378px;
  207. }
  208. }
  209. .articleCard-textarea {
  210. width: 629px;
  211. margin: 0 auto;
  212. .articleCard-textarea-title {
  213. font-size: 28px;
  214. font-weight: bold;
  215. color: #202020;
  216. line-height: 54px;
  217. }
  218. .articleCard-textarea-content {
  219. font-size: 28px;
  220. font-weight: 400;
  221. color: #202020;
  222. line-height: 54px;
  223. padding-bottom: 10px;
  224. }
  225. }
  226. }
  227. .Guide-image-text-box {
  228. width: 472px;
  229. height: 548px;
  230. margin: auto;
  231. margin-top: 102px;
  232. margin-bottom: 103px;
  233. .Guide-images {
  234. width: 472px;
  235. height: 482px;
  236. }
  237. .Guide-text {
  238. width: 268px;
  239. font-weight: 400;
  240. color: #999;
  241. margin: auto;
  242. width: 268px;
  243. height: 26px;
  244. font-size: 26px;
  245. padding-top: 20px;
  246. }
  247. }
  248. .Guide-Content-box {
  249. margin: 30px 0 60px 0;
  250. .title-image {
  251. display: flex;
  252. height: 40px;
  253. padding-bottom: 1em;
  254. .title-image-cup {
  255. width: 32px;
  256. height: 32px;
  257. margin-top: 10px;
  258. padding-right: 10px;
  259. align-items: center;
  260. }
  261. .title-title-boss {
  262. align-items: center;
  263. font-size: 32px;
  264. font-weight: 800;
  265. color: #202020;
  266. }
  267. }
  268. .showMore {
  269. width: 100%;
  270. background: linear-gradient(
  271. 0deg,
  272. rgba(248, 248, 248, 0.58) 42%,
  273. rgba(248, 248, 248, 0) 100%
  274. );
  275. font-size: 28px;
  276. font-weight: bold;
  277. color: #202020;
  278. text-align: center;
  279. position: relative;
  280. bottom: 7em;
  281. padding-top: 77px;
  282. padding-bottom: 20px;
  283. .moreTip {
  284. width: 38px;
  285. height: 19px;
  286. margin-top: 14px;
  287. }
  288. }
  289. }
  290. .Guide-bottom-box {
  291. width: calc(100% - 60px);
  292. position: absolute;
  293. z-index: 9999;
  294. }
  295. .Guide-bottom-two {
  296. bottom: 30px;
  297. }
  298. //攻略卡片.
  299. .Raiders-box-one {
  300. margin-bottom: 60px;
  301. display: flex;
  302. justify-content: space-around;
  303. .Raiders-imageLove {
  304. display: flex;
  305. position: absolute;
  306. width: 330px;
  307. .Raiders-image-Raiders {
  308. width: 99px;
  309. height: 37px;
  310. }
  311. .Raiders-image-loveOn {
  312. position: absolute;
  313. top: 12px;
  314. right: 21px;
  315. width: 22px;
  316. height: 20px;
  317. }
  318. }
  319. .Raiders-box {
  320. width: 330px;
  321. background: #ffffff;
  322. box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.12);
  323. border-radius: 24px;
  324. justify-content: space-between;
  325. .Raiders-image {
  326. width: 330px;
  327. height: 439px !important;
  328. border-radius: 24px 24px 0px 0px;
  329. }
  330. .Raiders-text {
  331. margin: auto;
  332. width: 287px;
  333. font-size: 24px;
  334. font-weight: 700;
  335. color: #404040;
  336. line-height: 46px;
  337. padding-top: 28px;
  338. margin-bottom: 42px;
  339. word-break: break-all;
  340. text-overflow: ellipsis;
  341. display: -webkit-box;
  342. -webkit-box-orient: vertical;
  343. -webkit-line-clamp: 2;
  344. overflow: hidden;
  345. word-wrap: break-word;
  346. }
  347. .Raiders-kilometer-on {
  348. text-align: center;
  349. margin-bottom: 50px;
  350. .Raiders-kilometer {
  351. width: 18px;
  352. height: 24px;
  353. padding-right: 10px;
  354. }
  355. .Raiders-kilometer-image {
  356. width: 90px;
  357. height: 21px;
  358. font-size: 24px;
  359. font-weight: 400;
  360. color: #c0c8d3;
  361. }
  362. .Raiders-on-text {
  363. padding-left: 75px;
  364. width: 70px;
  365. height: 21px;
  366. font-size: 24px;
  367. font-weight: 400;
  368. color: #ff3434;
  369. }
  370. }
  371. }
  372. }
  373. }