index.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. .background-linear > image {
  2. width: 542rpx;
  3. height: 192rpx;
  4. margin-top: 76rpx;
  5. margin: 76rpx 104rpx 28rpx;
  6. }
  7. .card-box {
  8. background-color: #FFFFFF;
  9. padding: 32rpx 0 28rpx;
  10. border-radius: 32rpx;
  11. }
  12. .card-top {
  13. justify-content: space-between;
  14. margin-bottom: 32rpx;
  15. padding: 0 32rpx;
  16. }
  17. .top-left > view:nth-of-type(1) {
  18. color: #828DA2;
  19. font-size: 24rpx;
  20. margin-bottom: 17rpx;
  21. }
  22. .top-right > view:nth-of-type(1) {
  23. color: #828DA2;
  24. font-size: 24rpx;
  25. margin-bottom: 16rpx;
  26. }
  27. .top-center > view:nth-of-type(1) {
  28. color: #828DA2;
  29. font-size: 24rpx;
  30. margin-bottom: 14rpx;
  31. }
  32. .top-left > view:nth-of-type(2),
  33. .top-center > view:nth-of-type(2),
  34. .top-right > view:nth-of-type(2){
  35. color: #2A3A5A;
  36. font-size: 32rpx;
  37. font-weight: bold;
  38. }
  39. .top-left img,
  40. .top-center img,
  41. .center-left img,
  42. .center-right img {
  43. width: 28rpx;
  44. height: 28rpx;
  45. margin-left: 8rpx;
  46. }
  47. .top-right-img-wrap {
  48. display: flex;
  49. justify-content: flex-end;
  50. }
  51. .top-right {
  52. font-family: PingFangSC, PingFang SC;
  53. font-weight: 400;
  54. font-size: 24rpx;
  55. color: #828DA2;
  56. text-align: right;
  57. font-style: normal;
  58. }
  59. .top-right img {
  60. width: 40rpx;
  61. height: 40rpx;
  62. }
  63. .center-right {
  64. margin-left: 28rpx;
  65. }
  66. .top-center > view:nth-of-type(1) {
  67. align-items: center;
  68. }
  69. .distance {
  70. color: #0074FF;
  71. font-size: 20rpx;
  72. border-radius: 20rpx;
  73. background-color: #E5F1FF;
  74. padding: 4rpx 16rpx;
  75. margin-left: 8rpx;
  76. }
  77. .other-record-wrap {
  78. display: flex;
  79. align-items: center;
  80. }
  81. .other-record-ellipsis {
  82. white-space: nowrap;
  83. max-width: 320rpx;
  84. overflow: hidden;
  85. text-overflow: ellipsis;
  86. }
  87. .card-center {
  88. background-color: #F3F8FF;
  89. margin-bottom: 32rpx;
  90. padding: 32rpx 32rpx 22rpx 32rpx;
  91. display: flex;
  92. }
  93. .center-left > view:nth-of-type(1),
  94. .center-right > view:nth-of-type(1) {
  95. font-size: 24rpx;
  96. color: #5E6F90;
  97. font-weight: bold;
  98. margin-bottom: 10rpx;
  99. }
  100. .center-left > view:nth-of-type(2),
  101. .center-right > view:nth-of-type(2) {
  102. font-size: 34rpx;
  103. color: #2A3A5A;
  104. font-weight: bold;
  105. }
  106. .center-border {
  107. width: 2rpx;
  108. height: 76rpx;
  109. background-color: #EFF3FA;
  110. }
  111. .select-btn {
  112. color: #FFFFFF;
  113. font-size: 32rpx;
  114. font-weight: 600;
  115. text-align: center;
  116. height: 88rpx;
  117. line-height: 88rpx;
  118. border-radius: 44rpx;
  119. background: linear-gradient( to right, #0074FF 0%, #00D7FF 100%);
  120. margin: 0 32rpx 24rpx;
  121. }
  122. .hire-tip {
  123. justify-content: center;
  124. align-items: center;
  125. }
  126. .tip-text {
  127. margin-right: 66rpx;
  128. }
  129. .hire-tip image {
  130. width: 28rpx;
  131. height: 32rpx;
  132. margin-right: 8rpx;
  133. vertical-align: middle;
  134. }
  135. .hire-tip text {
  136. color: #3F474D;
  137. font-size: 24rpx;
  138. }
  139. .calendar-b{
  140. position: relative;
  141. height: 100vh;
  142. }
  143. .mask{
  144. position: fixed;
  145. top: 0;
  146. left: 0;
  147. width: 100%;
  148. height: 100%;
  149. background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色 */
  150. z-index: 50;
  151. }
  152. .hire-box {
  153. border-radius: 32rpx 32rpx 0rpx 0rpx;
  154. background-color: #ffffff;
  155. padding: 40rpx 32rpx;
  156. z-index: 100;
  157. position: fixed;
  158. bottom: 0;
  159. width: 100%;
  160. }
  161. .calendar-box {
  162. border-radius: 32rpx 32rpx 0rpx 0rpx;
  163. background-color: #ffffff;
  164. z-index: 100;
  165. position: fixed;
  166. bottom: 0;
  167. width: 100%;
  168. height: 80%;
  169. }
  170. .calendar-box img {
  171. width: 48rpx;
  172. height: 48rpx;
  173. position: absolute;
  174. top: 25rpx;
  175. left: 32rpx;
  176. z-index: 1000;
  177. }
  178. .leatse-type {
  179. display: flex;
  180. align-items: center;
  181. }
  182. .lease-type-wrap {
  183. background: #E4EBF6;
  184. border-radius: 16rpx;
  185. display: flex;
  186. align-items: center;
  187. padding: 8rpx;
  188. box-sizing: border-box;
  189. margin-top: 10rpx;
  190. }
  191. .lease-type-item {
  192. width: 104rpx;
  193. height: 52rpx;
  194. border-radius: 12rpx;
  195. padding: 4rpx;
  196. box-sizing: border-box;
  197. text-align: center;
  198. font-family: PingFangSC, PingFang SC;
  199. font-size: 32rpx;
  200. color: #5E6F90;
  201. }
  202. .lease-type-item-checked {
  203. background: #FFFFFF;
  204. color: #2A3A5A;
  205. }
  206. .options {
  207. display: flex;
  208. justify-content: space-between;
  209. margin: 32rpx 0 24rpx 0;
  210. }
  211. .cancle-btn {
  212. display: flex;
  213. align-items: center;
  214. justify-content: center;
  215. width: 232rpx;
  216. height: 88rpx;
  217. background: #FFFFFF;
  218. border-radius: 44rpx;
  219. border: 4rpx solid #0074FF;
  220. font-family: PingFangSC, PingFang SC;
  221. font-size: 32rpx;
  222. color: #0074FF;
  223. font-weight: bold;
  224. }
  225. .submit-btn {
  226. display: flex;
  227. align-items: center;
  228. justify-content: center;
  229. width: 438rpx;
  230. height: 88rpx;
  231. background: #0074FF;
  232. border-radius: 44rpx;
  233. font-family: PingFangSC, PingFang SC;
  234. font-size: 32rpx;
  235. color: #FFFFFF;
  236. font-weight: bold;
  237. }
  238. .take-car-text {
  239. font-family: PingFangSC, PingFang SC;
  240. font-weight: 500;
  241. font-size: 32rpx;
  242. color: #2A3A5A;
  243. line-height: 32rpx;
  244. text-align: left;
  245. font-style: normal;
  246. }