home.component.scss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. .content {
  2. --padding-bottom: 25.641vw;
  3. --background: #f8f8f8;
  4. .header {
  5. padding: 5.1282vw 2.5641vw 2.5641vw;
  6. height: 41.0256vw;
  7. // border-radius: 0 0 12.8205vw 12.8205vw;
  8. background-size: 100% 100%;
  9. .top {
  10. display: flex;
  11. .search {
  12. --background: #353c4d;
  13. --cancel-button-color: #cccccc;
  14. --color: #cccccc;
  15. }
  16. ion-segment {
  17. justify-content: start;
  18. padding: 0 3.2vw;
  19. position: sticky;
  20. top: 0;
  21. background: #fd6f6a00;
  22. }
  23. ion-segment-button {
  24. color: white;
  25. --indicator-color: white;
  26. }
  27. ::-webkit-scrollbar {
  28. display: none; /* Chrome Safari */
  29. }
  30. .more {
  31. width: 25.641vw;
  32. margin: 0 2.5641vw;
  33. display: flex;
  34. align-items: center;
  35. justify-content: space-around;
  36. img {
  37. width: 5.1282vw;
  38. height: 5.1282vw;
  39. }
  40. }
  41. }
  42. }
  43. .banner {
  44. height: 46.1538vw;
  45. // width: calc(100% - 5.1282vw);
  46. padding: 2.5641vw;
  47. margin-top: -20.5128vw;
  48. img {
  49. width: 100%;
  50. height: 38.4615vw;
  51. object-fit: cover;
  52. }
  53. }
  54. .swiper {
  55. width: 100%;
  56. height: 41.0256vw;
  57. .swiper-slide {
  58. text-align: center;
  59. font-size: 4.6154vw;
  60. background: #fff;
  61. display: flex;
  62. justify-content: center;
  63. align-items: center;
  64. img {
  65. display: block;
  66. width: 100%;
  67. height: 100%;
  68. object-fit: cover;
  69. }
  70. }
  71. }
  72. .notice {
  73. display: flex;
  74. justify-content: space-between;
  75. align-items: center;
  76. border-bottom: 0.2564vw solid #dbdbdb;
  77. padding: 2.5641vw;
  78. .notice-icon {
  79. width: 5.1282vw;
  80. height: 5.1282vw;
  81. }
  82. .swiper-notice {
  83. width: 100%;
  84. height: 5.1282vw;
  85. }
  86. .swiper-wrapper {
  87. flex: 1;
  88. height: 5.1282vw;
  89. flex-shrink: 0;
  90. .notice-item {
  91. display: flex;
  92. justify-content: space-between;
  93. font-size: 3.5897vw;
  94. background: #ffffff00;
  95. .notice-item-title {
  96. display: flex;
  97. justify-content: start;
  98. .notice-item-text {
  99. flex-shrink: 0;
  100. }
  101. .notice-item-content {
  102. display: -webkit-box; //对象作为弹性伸缩盒子模型显示
  103. overflow: hidden; //溢出隐藏
  104. -webkit-box-orient: vertical; //设置伸缩盒子对象的子元素的排列方式
  105. -webkit-line-clamp: 1; //设置 块元素包含的文本行数
  106. margin: 0 1.5385vw 0 0;
  107. text-align: left;
  108. }
  109. }
  110. .notice-item-time {
  111. flex-shrink: 0;
  112. color: #cccccc;
  113. }
  114. }
  115. }
  116. }
  117. .bar {
  118. padding: 0 2.5641vw;
  119. font-size: 3.5897vw;
  120. display: flex;
  121. justify-content: space-between;
  122. ion-select {
  123. width: 33.3333vw;
  124. }
  125. label-text-wrapper {
  126. margin-right: 0 !important;
  127. }
  128. .bar-right {
  129. flex: 1;
  130. display: flex;
  131. align-items: center;
  132. justify-content: flex-end;
  133. .city {
  134. margin-right: 2.5641vw;
  135. display: flex;
  136. align-items: center;
  137. }
  138. }
  139. }
  140. .room-list {
  141. display: grid;
  142. grid-template-columns: repeat(2, 46.1538vw);
  143. // grid-column-gap: 2.5641vw;
  144. grid-row-gap: 2.5641vw;
  145. padding: 2.5641vw;
  146. justify-content: space-between;
  147. font-size: 3.5897vw;
  148. .list-row {
  149. // width: 46.1538vw;
  150. height: 64.1026vw;
  151. // background-size: 100% 100%;
  152. background-size: cover;
  153. position: relative;
  154. color: white;
  155. border-radius: 2.5641vw;
  156. .title-tag {
  157. background: linear-gradient(to bottom right, #9367fe, #d55bd9);
  158. position: absolute;
  159. top: 0;
  160. left: 0;
  161. border-radius: 2.5641vw 0;
  162. padding: 1.0256vw 2.0513vw;
  163. }
  164. .live-tag {
  165. position: absolute;
  166. top: 1.0256vw;
  167. right: 2.5641vw;
  168. border-radius: 5.1282vw;
  169. padding: 1.0256vw 2.5641vw;
  170. font-size: 2.5641vw;
  171. background: #1414147a;
  172. display: flex;
  173. align-items: center;
  174. justify-content: space-evenly;
  175. span {
  176. height: 1.0256vw;
  177. width: 1.0256vw;
  178. border-radius: 50%;
  179. background-color: #83f1dd;
  180. margin-right: 1.0256vw;
  181. }
  182. img {
  183. width: 3.0769vw;
  184. height: 3.5897vw;
  185. }
  186. }
  187. .room-footer {
  188. position: absolute;
  189. bottom: 0;
  190. width: calc(100%);
  191. padding: 1.0256vw 2.5641vw 2.5641vw;
  192. max-height: 25.641vw;
  193. background: linear-gradient(to bottom, #ffffff00, #434343);
  194. border-radius: 0 0 2.5641vw 2.5641vw;
  195. .user {
  196. font-size: 4.1026vw;
  197. }
  198. .desc {
  199. margin: 1.0256vw 0;
  200. }
  201. .city-block {
  202. display: flex;
  203. background: linear-gradient(to right, #ff92e3f0, #ff6a93);
  204. display: inline-flex;
  205. padding: 0.5128vw 1.5385vw;
  206. border-radius: 5.1282vw;
  207. align-items: center;
  208. .row-li {
  209. display: flex;
  210. align-items: center;
  211. img {
  212. width: 3.0769vw;
  213. height: 3.0769vw;
  214. margin-right: 0.5128vw;
  215. }
  216. }
  217. }
  218. }
  219. }
  220. }
  221. .room-list-column {
  222. display: block;
  223. .list-row-column {
  224. margin-bottom: 2.5641vw;
  225. height: 76.9231vw;
  226. background-size: cover;
  227. background-repeat: no-repeat;
  228. background-position: center;
  229. }
  230. }
  231. }
  232. ion-modal {
  233. --height: auto;
  234. align-items: end;
  235. }
  236. ion-picker {
  237. margin-bottom: var(--ion-safe-area-bottom);
  238. }