index.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. .container {
  2. padding-bottom: 140px;
  3. }
  4. .background-linear {
  5. width: 100%;
  6. min-height: 850rpx;
  7. background: linear-gradient( to bottom, #0074FF 0%, rgba(0,116,255,0) 50%);
  8. }
  9. .background-linear > image {
  10. width: 542rpx;
  11. height: 192rpx;
  12. margin-top: 76rpx;
  13. margin: 76rpx 104rpx 28rpx;
  14. }
  15. .hire-car {
  16. padding: 0 32rpx 32rpx;
  17. }
  18. .position-fa {
  19. position: relative;
  20. }
  21. .hireCar-way {
  22. width: 332rpx;
  23. height: 400rpx;
  24. }
  25. .img-text {
  26. position: absolute;
  27. top: 116rpx;
  28. left: 32rpx;
  29. font-size: 28rpx;
  30. color: #5E6F90;
  31. }
  32. .hire-tip {
  33. justify-content: center;
  34. align-items: center;
  35. }
  36. .tip-text {
  37. margin-right: 66rpx;
  38. }
  39. .hire-tip image {
  40. width: 28rpx;
  41. height: 32rpx;
  42. margin-right: 8rpx;
  43. vertical-align: middle;
  44. }
  45. .hire-tip text {
  46. color: #3F474D;
  47. font-size: 24rpx;
  48. }
  49. .hire-tab {
  50. margin: 24rpx 32rpx;
  51. background-color: #ffffff;
  52. border-radius: 32rpx;
  53. }
  54. .option-first {
  55. margin-top: 24rpx;
  56. display: flex;
  57. justify-content: space-between;
  58. padding: 32rpx 56rpx 28rpx 54rpx;
  59. align-items: center;
  60. }
  61. .my_icon {
  62. width: 80rpx;
  63. height: 80rpx;
  64. margin: 0 auto;
  65. vertical-align: middle;
  66. text-align: center;
  67. }
  68. .my_title {
  69. width: 100%;
  70. height: 40rpx;
  71. line-height: 40rpx;
  72. margin-top: 16rpx;
  73. text-align: center;
  74. vertical-align: middle;
  75. color: #131415;
  76. font-family: PingFangSC, PingFang SC;
  77. font-size: 24rpx;
  78. color: rgba(0,0,0,0.85);
  79. }
  80. .app-title{
  81. width: 100%;
  82. margin: 32rpx 0 44rpx;
  83. padding: 0 40rpx;
  84. align-items: flex-end
  85. }
  86. .app-name{
  87. width: 152rpx;
  88. height: 52rpx;
  89. margin-left: 16rpx;
  90. background: #01BF80;
  91. display: flex;
  92. border-radius: 20rpx 0rpx 20rpx 0rpx;
  93. align-items: center;
  94. justify-content: center;
  95. font-family: PingFangSC, PingFang SC;
  96. font-weight: 600;
  97. font-size: 28rpx;
  98. color: #FFFFFF;
  99. line-height: 40rpx;
  100. font-style: normal;
  101. position: relative;
  102. top: 6rpx;
  103. }
  104. .my-car {
  105. /* position: fixed;
  106. bottom: 0; */
  107. /* width: 100%; */
  108. margin: 0 32rpx;
  109. border-radius: 32rpx;
  110. background: linear-gradient( 134deg, #E5FCFF 0%, #FFFFFF 100%);
  111. border: 4rpx solid #FFFFFF;
  112. }
  113. .my_button{
  114. display: flex;
  115. flex-direction: row;
  116. align-items: center;
  117. justify-content: space-between;
  118. }
  119. .my_car_button{
  120. font-family: PingFangSC, PingFang SC;
  121. font-weight: 600;
  122. font-size: 40rpx;
  123. color: #2A3A5A;
  124. line-height: 40rpx;
  125. text-align: left;
  126. font-style: normal;
  127. padding: 0 0 0 38rpx;
  128. }
  129. .scan_box{
  130. padding: 36rpx 32rpx 28rpx 38rpx;
  131. }
  132. .scan_button{
  133. width: 180rpx;
  134. height: 64rpx;
  135. background: #0074FF;
  136. border-radius: 32rpx;
  137. display: flex;
  138. align-items: center;
  139. justify-content: center;
  140. font-family: AlibabaPuHuiTiM;
  141. font-size: 28rpx;
  142. color: #FFFFFF;
  143. line-height: 28rpx;
  144. text-align: center;
  145. font-style: normal;
  146. font-weight: 600;
  147. }
  148. .car_info{
  149. display: flex;
  150. align-items: center;
  151. justify-content: space-around;
  152. padding: 0 32rpx 32rpx 32rpx;
  153. }
  154. .info_box{
  155. width: 198rpx;
  156. height: 156rpx;
  157. background: #fff;
  158. border-radius: 24rpx;
  159. padding-left: 24rpx;
  160. position: relative;
  161. }
  162. .info_box_1{
  163. width: 100%;
  164. height: 156rpx;
  165. background: #fff;
  166. border-radius: 24rpx;
  167. padding-left: 24rpx;
  168. position: relative;
  169. }
  170. .info_box_1:nth-of-type(1){
  171. margin-right: 20rpx;
  172. }
  173. .info_box_title{
  174. font-family: PingFangSC, PingFang SC;
  175. font-weight: bold;
  176. font-size: 28rpx;
  177. color: #5E6F90;
  178. line-height: 28rpx;
  179. text-align: left;
  180. font-style: normal;
  181. margin-top: 28rpx;
  182. }
  183. .info_box_data{
  184. width: 70rpx;
  185. height: 64rpx;
  186. margin-top: 16rpx;
  187. display: flex;
  188. align-items: flex-end;
  189. }
  190. .info_box_num{
  191. font-family: DIN;
  192. font-weight: bold;
  193. font-size: 64rpx;
  194. color: #2A3A5A;
  195. line-height: 56rpx;
  196. text-align: left;
  197. font-style: normal;
  198. }
  199. .info_box_unit{
  200. margin-left: 4rpx;
  201. font-family: DIN;
  202. font-weight: bold;
  203. font-size: 32rpx;
  204. color: #2A3A5A;
  205. line-height: 32rpx;
  206. text-align: left;
  207. font-style: normal;
  208. }
  209. .red_tip{
  210. top: -12rpx;
  211. position: absolute;
  212. right: 0rpx;
  213. width: 114rpx;
  214. height: 34rpx;
  215. background: #FF571A;
  216. border-radius: 0rpx 16rpx 0rpx 16rpx;
  217. font-family: PingFangSC, PingFang SC;
  218. font-weight: 500;
  219. font-size: 20rpx;
  220. color: #FFFFFF;
  221. line-height: 20rpx;
  222. text-align: right;
  223. font-style: normal;
  224. display: flex;
  225. justify-content: center;
  226. align-items: center;
  227. }
  228. .tab-row {
  229. display: flex;
  230. height: 76rpx;
  231. background: #B4D6FF;
  232. border-top-left-radius: 32rpx;
  233. border-top-right-radius: 32rpx;
  234. }
  235. .tab-text {
  236. font-family: PingFangSC, PingFang SC;
  237. font-weight: 400;
  238. font-size: 24rpx;
  239. color: #5E6F90;
  240. text-align: left;
  241. font-style: normal;
  242. margin-left: 12rpx;
  243. margin-top: 4rpx;
  244. letter-spacing: -4rpx;
  245. }
  246. .tab-left-text-big {
  247. width: 144rpx;
  248. height: 40rpx;
  249. }
  250. .tab-left-text-small {
  251. width: 120rpx;
  252. height: 28rpx;
  253. }
  254. .tab-right-text-big {
  255. width: 144rpx;
  256. height: 40rpx;
  257. }
  258. .tab-right-text-small {
  259. width: 116rpx;
  260. height: 28rpx;
  261. }
  262. .tab-checked {
  263. display: flex;
  264. padding-top: 10rpx;
  265. box-sizing: border-box;
  266. align-items: center;
  267. width: 400rpx;
  268. height: 88rpx;
  269. position: relative;
  270. top: -12rpx;
  271. }
  272. .tab-left {
  273. background: url('https://qiniu.bms16.com/FlcSI0GoP4qk2suCZO1HDI7Asle0') no-repeat;
  274. background-size: 100%;
  275. justify-content: flex-start;
  276. padding-left: 92rpx;
  277. }
  278. .tab-right {
  279. background: url('https://qiniu.bms16.com/Fvz-alBJadRmFBtZtY7of_UVbv3j') no-repeat;
  280. background-size: 100%;
  281. justify-content: flex-end;
  282. padding-right: 92rpx;
  283. }
  284. .tab-base {
  285. flex: 1;
  286. display: flex;
  287. align-items: center;
  288. justify-content: center;
  289. position: relative;
  290. }
  291. .tab-base-left {
  292. left: 30rpx;
  293. }
  294. .tab-base-right {
  295. right: 40rpx;
  296. }
  297. .tab-checked-icon {
  298. width: 20rpx;
  299. height: 16rpx;
  300. position: relative;
  301. top: 26rpx;
  302. }