getin.scss 1.6 KB

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