parking-info.wxss 946 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .parking-info {
  2. margin-top: 10rpx;
  3. padding-left: 15rpx;
  4. background-color: rgba(233, 157, 66,0.1);
  5. }
  6. .title-block {
  7. display: flex;
  8. align-items: center;
  9. margin-left:-10px;
  10. }
  11. .iconZW{
  12. width: 35rpx;
  13. height: 35rpx;
  14. color: #35b2ab;
  15. margin: 10rpx 20rpx;
  16. display: inline-block;
  17. line-height: 35rpx;
  18. text-align: center;
  19. border-radius: 10rpx;
  20. font-size: 26rpx;
  21. }
  22. .title {
  23. font-size: 25rpx;
  24. font-weight:600;
  25. color: rgb(17, 17, 17);
  26. }
  27. .fee-info {
  28. margin-bottom: 12rpx;
  29. }
  30. .fee-rate {
  31. font-size: 22rpx;
  32. font-weight: 600;
  33. color: rgba(0, 0, 0, 0.9);
  34. }
  35. .time-info {
  36. display: flex;
  37. }
  38. .time-label {
  39. color: #101010;
  40. font-size: 22rpx;
  41. font-weight: 600;
  42. white-space: nowrap;
  43. }
  44. .time-value {
  45. font-size: 22rpx;
  46. font-weight: 600;
  47. color: #333;
  48. }
  49. .notice-text {
  50. font-size: 22rpx;
  51. color: #E99D42;
  52. }
  53. .description {
  54. padding-bottom: 10rpx;
  55. }
  56. .desc-text {
  57. font-size: 22rpx;
  58. color: #AAAAAA;
  59. }