travelPeople.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. page {
  2. background-color: #F4F4F4;
  3. font-family: PingFang-SC-Medium, PingFang-SC;
  4. font-size: 32rpx;
  5. }
  6. .curpage .top {
  7. margin-top: 32rpx;
  8. padding: 10rpx 30rpx;
  9. display: flex;
  10. align-items: center;
  11. margin-bottom: 30rpx;
  12. }
  13. .curpage .top .image {
  14. margin: 20rpx;
  15. }
  16. .curpage .top .image image {
  17. width: 180rpx;
  18. height: 110rpx;
  19. }
  20. .curpage .house {
  21. border-radius: 16rpx 56rpx 8rpx 8rpx;
  22. background-color: #FFF;
  23. padding: 50rpx 30rpx 40rpx;
  24. box-sizing: border-box;
  25. }
  26. .curpage .house .houseType {
  27. display: flex;
  28. flex-wrap: wrap;
  29. box-sizing: border-box;
  30. }
  31. .curpage .house .houseType .houseType-item-active {
  32. width: calc(90% / 3);
  33. padding: 10rpx;
  34. }
  35. .curpage .house .houseType .houseType-item-active .image {
  36. width: 100%;
  37. position: relative;
  38. }
  39. .curpage .house .houseType .houseType-item-active .image image {
  40. box-sizing: border-box;
  41. width: 100%;
  42. height: 208rpx;
  43. border-radius: 8rpx 24rpx 8rpx 24rpx;
  44. border: 2rpx solid #1e9f6a;
  45. }
  46. .curpage .house .houseType .houseType-item-active .text {
  47. font-size: 26rpx;
  48. text-align: center;
  49. color: #1E9F6A;
  50. }
  51. .curpage .house .houseType .houseType-item {
  52. width: calc(90% / 3);
  53. padding: 10rpx;
  54. }
  55. .curpage .house .houseType .houseType-item .image {
  56. width: 100%;
  57. position: relative;
  58. }
  59. .curpage .house .houseType .houseType-item .image image {
  60. width: 100%;
  61. height: 208rpx;
  62. border-radius: 8rpx 24rpx 8rpx 24rpx;
  63. }
  64. .curpage .house .houseType .houseType-item .text {
  65. font-size: 26rpx;
  66. text-align: center;
  67. color: #101010;
  68. }
  69. .curpage .house .houseType .surplus {
  70. width: 95rpx;
  71. height: 34rpx;
  72. background: #030303;
  73. box-shadow: 0px 2rpx 11rpx 0px rgba(30, 159, 106, 0.22);
  74. border-radius: 2rpx 12rpx 2rpx 12rpx;
  75. opacity: 0.39;
  76. font-size: 20rpx;
  77. color: #FFFFFF;
  78. text-align: center;
  79. position: absolute;
  80. top: 0rpx;
  81. left: 30%;
  82. }
  83. .curpage .houseNumber {
  84. background-color: #ffffff;
  85. margin: 20rpx 0;
  86. padding: 50rpx 30rpx 40rpx;
  87. }
  88. .curpage .houseNumber .housePrice {
  89. display: flex;
  90. justify-content: space-between;
  91. align-items: center;
  92. }
  93. .curpage .travel {
  94. background-color: #ffffff;
  95. padding: 50rpx 0rpx;
  96. }
  97. .curpage .Roommate {
  98. padding: 50rpx 0rpx;
  99. background-color: #ffffff;
  100. margin: 20rpx 0;
  101. }
  102. .curpage .Roommate .roommate-top {
  103. display: flex;
  104. justify-content: space-between;
  105. padding: 0 30rpx;
  106. }
  107. .curpage .Roommate .travelList {
  108. padding: 0 20rpx;
  109. }
  110. .curpage .Roommate .flex {
  111. display: flex;
  112. }
  113. .curpage .Roommate .flex .flex-item {
  114. margin: 0 20rpx;
  115. width: 176rpx;
  116. height: 60rpx;
  117. line-height: 60rpx;
  118. background: #F4F4F4;
  119. border-radius: 2rpx 30rpx 2rpx 30rpx;
  120. font-size: 30rpx;
  121. text-align: center;
  122. }
  123. .curpage .Roommate .flex .flex-item-active {
  124. box-sizing: border-box;
  125. width: 176rpx;
  126. height: 60rpx;
  127. line-height: 60rpx;
  128. background: rgba(30, 159, 106, 0.1);
  129. border-radius: 2rpx 30rpx 2rpx 30rpx;
  130. border: 1rpx solid #1E9F6A;
  131. font-size: 30rpx;
  132. color: #1E9F6A;
  133. text-align: center;
  134. }
  135. .curpage .Roommate .addpeople {
  136. margin: 40rpx 20rpx 0;
  137. width: 176rpx;
  138. height: 60rpx;
  139. line-height: 60rpx;
  140. background: #F4F4F4;
  141. border-radius: 2rpx 30rpx 2rpx 30rpx;
  142. font-size: 30rpx;
  143. text-align: center;
  144. margin-left: 490rpx;
  145. }
  146. .curpage .remarks {
  147. background-color: #ffffff;
  148. padding: 50rpx 30rpx;
  149. margin-bottom: 104rpx;
  150. }
  151. .curpage .remarks .text {
  152. background-color: #F4F4F4;
  153. padding: 40rpx 24rpx;
  154. font-size: 32rpx;
  155. }
  156. .curpage .navbar {
  157. z-index: 9999;
  158. box-sizing: border-box;
  159. padding: 0 30rpx;
  160. width: 100%;
  161. display: flex;
  162. justify-content: space-between;
  163. align-items: center;
  164. height: 104rpx;
  165. background: #1E9F6A;
  166. border-radius: 16rpx 16rpx 0px 0px;
  167. color: #ffffff;
  168. position: fixed;
  169. bottom: 0;
  170. left: 0;
  171. }
  172. .curpage .navbar .next {
  173. width: 50%;
  174. text-align: center;
  175. border-left: 1rpx solid #ffffff;
  176. }
  177. .curpage .navbar .price {
  178. display: flex;
  179. }
  180. .order {
  181. margin-bottom: 104rpx;
  182. padding: 40rpx 30rpx 0;
  183. }
  184. .order .icon {
  185. padding-left: 50%;
  186. }
  187. .order .orderDetails {
  188. display: flex;
  189. justify-content: space-between;
  190. }
  191. .popupstyle {
  192. background-color: pink;
  193. }