carLocation.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. .container {
  2. }
  3. .custom-bubble {
  4. font-size: 28rpx;
  5. position: absolute;
  6. }
  7. .custom-bubble-name {
  8. font-weight: 600;
  9. font-size: 36rpx;
  10. color: #060809;
  11. margin-bottom: 16rpx;
  12. }
  13. .custom-bubble-btn {
  14. color: #ffffff;
  15. background-color: #2A3A5A;
  16. padding: 20rpx 32rpx;
  17. border-radius: 0 34rpx 34rpx 0;
  18. }
  19. .block-view{
  20. border-radius: 40rpx 40rpx 0rpx 0rpx;
  21. overflow: hidden;
  22. z-index: 100;
  23. position: fixed;
  24. bottom: 0;
  25. width: 100%;
  26. background-color: #FFFFFF;
  27. height: 506rpx;
  28. padding: 32rpx
  29. }
  30. .block-car-time{
  31. border-radius: 16rpx;
  32. border: 3rpx solid #E7EAEE;
  33. padding: 6rpx 24rpx 6rpx 6rpx;
  34. font-weight: 400;
  35. font-size: 28rpx;
  36. color: #353738;
  37. }
  38. .align-center{
  39. align-items: center;
  40. }
  41. .car-time-text{
  42. font-weight: 400;
  43. font-size: 28rpx;
  44. color: #353738;
  45. }
  46. .car-time-text-b{
  47. font-family: DIN, DIN;
  48. font-weight: 600;
  49. font-size: 34rpx;
  50. color: #0A59F7;
  51. margin: 0 4rpx;
  52. }
  53. .car-nav-btn{
  54. width: 112rpx;
  55. height: 64rpx;
  56. background: #060809;
  57. border-radius: 32rpx;
  58. }
  59. .updata-time{
  60. width: 100%;
  61. text-align: center;
  62. font-weight: 400;
  63. font-size: 28rpx;
  64. color: #060809;
  65. margin: 80rpx 0 24rpx;
  66. }
  67. .car-config-btn{
  68. height: 80rpx;
  69. line-height: 80rpx;
  70. width: 100%;
  71. background: #060809;
  72. border-radius: 40rpx;
  73. text-align: center;
  74. font-weight: 600;
  75. font-size: 32rpx;
  76. color: #FFFFFF;
  77. }