ownersinfo.scss 868 B

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