owelist.scss 828 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. page{
  2. background-color: #F4F4F4;
  3. }
  4. .owelist{
  5. margin: 31rpx 40rpx;
  6. padding-bottom: 40rpx;
  7. .owelist-item{
  8. background-color: #fff;
  9. padding: 25rpx 31rpx;
  10. border-radius: 10rpx;
  11. margin-bottom: 19rpx;
  12. .item-header{
  13. margin-bottom: 11rpx;
  14. .vehicle-no{
  15. font-size: 40rpx;
  16. font-weight: 500;
  17. color: #3D3D3D;
  18. line-height: 56rpx;
  19. }
  20. .space-name{
  21. font-size: 34rpx;
  22. font-weight: 500;
  23. color: #8F8F8F;
  24. line-height: 48rpx;
  25. }
  26. }
  27. .road-name{
  28. font-size: 26rpx;
  29. font-weight: 400;
  30. color: #A2A2A2;
  31. line-height: 37rpx;
  32. padding-bottom: 20rpx;
  33. border-bottom: 1px solid #D5D5D5;
  34. margin-bottom: 21rpx;
  35. }
  36. .info-item{
  37. font-size: 30rpx;
  38. color: #63717F;
  39. line-height: 42rpx;
  40. margin-bottom: 13rpx;
  41. .amount{
  42. font-weight: 500;
  43. color: #FA6400;
  44. }
  45. }
  46. }
  47. }