roomPrice.scss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. @import '@css/mixin.scss';
  2. @import '@css/modal.scss';
  3. .l-box {
  4. padding-bottom: 140px;
  5. }
  6. .scoped-header {
  7. position: fixed;
  8. top: 0;
  9. left: 0;
  10. z-index: 9;
  11. width: 750px;
  12. height: 190px;
  13. box-shadow: 0 6px 6px #eee;
  14. background: #fff;
  15. .sh-nav {
  16. height: 88px;
  17. }
  18. }
  19. .scoped-top {
  20. width: 750px;
  21. height: 100px;
  22. position: relative;
  23. background-color: #369af7;
  24. .bg {
  25. position: absolute;
  26. width: 750px;
  27. height: 100px;
  28. top: 0;
  29. left: 0;
  30. z-index: 1;
  31. }
  32. .st-wrap {
  33. position: absolute;
  34. width: 750px;
  35. height: 100px;
  36. top: 0;
  37. left: 0;
  38. z-index: 2;
  39. box-sizing: border-box;
  40. padding: 20px;
  41. color: #fff;
  42. }
  43. .scoped-qrcode {
  44. position: absolute;
  45. right: 20px;
  46. top: 120px;
  47. width: 200px;
  48. height: 200px;
  49. }
  50. .st-header {
  51. height: 80px;
  52. position: relative;
  53. padding: 10px 0 0 20px;
  54. box-sizing: border-box;
  55. border-bottom: 1PX solid #59a1e3;
  56. margin-bottom: 20px;
  57. .i {
  58. display: inline-block;
  59. vertical-align: top;
  60. width: 30px;
  61. height: 30px;
  62. margin-right: 10px;
  63. }
  64. .t {
  65. display: inline-block;
  66. vertical-align: top;
  67. font-size: 30px;
  68. font-weight: bold;
  69. }
  70. .r {
  71. position: absolute;
  72. top: 10px;
  73. right: 0;
  74. width: 180px;
  75. height: 50px;
  76. line-height: 50px;
  77. text-align: center;
  78. font-size: 24px;
  79. color: $mainColor;
  80. border-radius: 20px;
  81. background: #fff;
  82. }
  83. }
  84. .st-p1 {
  85. width: 480px;
  86. display: flex;
  87. margin-bottom: 20px;
  88. .t2 {
  89. display: inline-block;
  90. vertical-align: top;
  91. flex: 1;
  92. line-height: 30px;
  93. color: #fff;
  94. font-size: 24px;
  95. }
  96. .t {
  97. display: inline-block;
  98. vertical-align: top;
  99. flex: 1;
  100. line-height: 30px;
  101. color: #fff;
  102. font-size: 28px;
  103. font-weight: bold;
  104. }
  105. .i {
  106. display: inline-block;
  107. vertical-align: top;
  108. width: 30px;
  109. height: 30px;
  110. margin-right: 10px;
  111. }
  112. }
  113. .st-p2 {
  114. display: flex;
  115. flex-wrap: wrap;
  116. width: 480px;
  117. .op1 {
  118. width: 176px;
  119. height: 46px;
  120. margin-right: 20px;
  121. margin-bottom: 10px;
  122. }
  123. .op2 {
  124. width: 198px;
  125. height: 46px;
  126. margin-right: 20px;
  127. margin-bottom: 10px;
  128. }
  129. .op3 {
  130. width: 158px;
  131. height: 46px;
  132. margin-right: 20px;
  133. }
  134. .op4 {
  135. width: 238px;
  136. height: 46px;
  137. }
  138. }
  139. }
  140. .scoped-room-price {
  141. padding-top: 190px;
  142. .srp-row {
  143. display: flex;
  144. }
  145. .srp-col {
  146. flex: 1;
  147. background: #fff8eb;
  148. border-bottom: 1PX solid #fff;
  149. border-right: 1PX solid #fff;
  150. text-align: center;
  151. box-sizing: border-box;
  152. &.num2 {
  153. width: 340px;
  154. }
  155. &.num3 {
  156. width: 226px;
  157. }
  158. &.num1 {
  159. width: 680px;
  160. }
  161. &:nth-child(1) {
  162. width: 70px!important;
  163. flex: none;
  164. background: #eceff6;
  165. box-sizing: border-box;
  166. padding: 70px 20px 0;
  167. font-size: 24px;
  168. color: #9b9b9b;
  169. }
  170. }
  171. .srp-ht {
  172. padding: 10px 0;
  173. .p1 {
  174. font-size: 24px;
  175. font-weight: bold;
  176. color: #313131;
  177. }
  178. .p2 {
  179. font-size: 20px;
  180. color: $mainColor;
  181. }
  182. }
  183. .srp-img {
  184. display: inline-block;
  185. width: 120px;
  186. height: 120px;
  187. text-align: center;
  188. position: relative;
  189. .img {
  190. width: 100px;
  191. height: 100px;
  192. }
  193. .tips {
  194. position: absolute;
  195. bottom: 0;
  196. left: 0;
  197. height: 40px;
  198. width: 100%;
  199. .bg {
  200. position: absolute;
  201. width: 100%;
  202. height: 40px;
  203. left: 0;
  204. bottom: 0;
  205. background: #000;
  206. opacity: .2;
  207. z-index: 1;
  208. }
  209. .t {
  210. position: absolute;
  211. width: 100%;
  212. height: 40px;
  213. line-height: 40px;
  214. left: 0;
  215. bottom: 0;
  216. color: #fff;
  217. z-index: 1;
  218. font-size: 20px;
  219. }
  220. }
  221. }
  222. .srp-room {
  223. padding: 20px 0 10px;
  224. .srpr-p1 {
  225. display: block;
  226. font-size: 30px;
  227. font-weight: bold;
  228. color: #313131;
  229. padding-bottom: 10px;
  230. .s {
  231. display: inline-block;
  232. vertical-align: top;
  233. font-size: 20px;
  234. text-decoration: underline;
  235. color: #999;
  236. margin-left: -8px;
  237. padding-top: 6px;
  238. }
  239. }
  240. .srpr-p2 {
  241. display: block;
  242. font-size: 22px;
  243. color: #e94141;
  244. padding-bottom: 6px;
  245. }
  246. }
  247. }
  248. .scoped-dtl {
  249. position: relative;
  250. width: 700px;
  251. height: 720px;
  252. background: #fff;
  253. text-align: center;
  254. box-sizing: border-box;
  255. padding: 20px;
  256. border-radius: 20px;
  257. .sd-img {
  258. display: inline-block;
  259. border: 1PX solid #f2f2f2;
  260. width: 400px;
  261. height: 200px;
  262. text-align: center;
  263. position: relative;
  264. overflow: hidden;
  265. .img {
  266. width: 400px;
  267. height: 400px;
  268. }
  269. .tips {
  270. position: absolute;
  271. bottom: 0;
  272. left: 0;
  273. height: 40px;
  274. width: 100%;
  275. .bg {
  276. position: absolute;
  277. width: 100%;
  278. height: 40px;
  279. left: 0;
  280. bottom: 0;
  281. background: #000;
  282. opacity: .2;
  283. z-index: 1;
  284. }
  285. .t {
  286. position: absolute;
  287. width: 100%;
  288. height: 40px;
  289. line-height: 40px;
  290. left: 0;
  291. bottom: 0;
  292. color: #fff;
  293. z-index: 1;
  294. font-size: 20px;
  295. }
  296. }
  297. }
  298. .sd-p {
  299. margin: 20px auto;
  300. width: 600px;
  301. display: flex;
  302. flex-wrap: wrap;
  303. .p {
  304. width: 100%;
  305. font-size: 24px;
  306. }
  307. .p2 {
  308. width: 50%;
  309. font-size: 24px;
  310. padding: 10px 0;
  311. border-bottom: 1PX solid #f2f2f2;
  312. border-right: 1PX solid #f2f2f2;
  313. box-sizing: border-box;
  314. &:nth-child(2n) {
  315. border-right: 0;
  316. }
  317. }
  318. }
  319. }