getoutpage.scss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .car-info{
  2. margin-top: 20rpx;
  3. padding: 40rpx;
  4. .car-info-img{
  5. width: 220rpx;
  6. height: 287rpx;;
  7. padding: 14rpx;
  8. margin-right: 35rpx;
  9. box-sizing: border-box;
  10. background: #FFFFFF;
  11. box-shadow: 0px 0px 8rpx 3rpx rgba(166, 166, 166, 0.29);
  12. border-radius: 10rpx;
  13. }
  14. .car-info-text{
  15. .text-item{
  16. padding-bottom: 10rpx;
  17. margin-bottom: 10rpx;
  18. border-bottom: 1px solid #EAEAEA;
  19. font-size: 30rpx;
  20. font-weight: 400;
  21. color: #8A8A8A;
  22. line-height: 42rpx;
  23. letter-spacing: 1px;
  24. .car{
  25. font-size: 40rpx;
  26. font-weight: 500;
  27. color: #3D3D3D;
  28. line-height: 56rpx;
  29. }
  30. .balance{
  31. font-size: 32rpx;
  32. font-weight: 500;
  33. color: #FA6400;
  34. line-height: 45rpx;
  35. }
  36. .recharge{
  37. padding: 0 22rpx;
  38. height: 36rpx;
  39. line-height: 36rpx;
  40. background: #3397FA;
  41. color: #fff;
  42. border-radius: 5rpx;
  43. font-size: 18rpx;
  44. }
  45. }
  46. }
  47. }
  48. .parking-info{
  49. border-top: 20rpx solid #F4F4F4;
  50. // background: #EDF6FF;
  51. border-radius: 10rpx;
  52. padding: 40rpx;
  53. .parking-info-item{
  54. padding: 22rpx 0 18rpx;
  55. border-bottom: 1px solid #EAEAEA;
  56. margin-bottom: 9rpx;
  57. font-size: 36rpx;
  58. font-weight: 400;
  59. color: #818181;
  60. line-height: 50rpx;
  61. letter-spacing: 1px;
  62. }
  63. }
  64. .bottom-btn-box{
  65. bottom: 60rpx;
  66. }
  67. .orderDetails{
  68. /deep/ dl{
  69. display: flex;
  70. font-size: 36rpx;
  71. line-height: 60rpx;
  72. padding-left: 30rpx;
  73. padding-right: 30rpx;
  74. dt{
  75. color: #5F5F5F;
  76. }
  77. }
  78. /deep/ .tip{
  79. margin: 20rpx 30rpx 47rpx;
  80. font-size: 36rpx;
  81. font-weight: 400;
  82. color: #5F5F5F;
  83. line-height: 51rpx;
  84. }
  85. }