OnsitePayment.scss 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .parking-lock {
  2. min-height: calc(100vh - 88rpx);
  3. background-color: #f6f6ff;
  4. &-box {
  5. padding: 20rpx 0 0;
  6. }
  7. &-title {
  8. font-size: 46rpx;
  9. color: #292929;
  10. text-align: center;
  11. padding-top: 31rpx;
  12. line-height: 65rpx;
  13. font-family: PingFangSC-Regular, PingFang SC;
  14. font-weight: 400;
  15. }
  16. &-tips {
  17. width: calc(100% - 72rpx);
  18. font-size: 30rpx;
  19. color: #777777;
  20. text-align: center;
  21. margin: 10rpx auto;
  22. line-height: 47rpx;
  23. }
  24. &-info {
  25. width: calc(100% - 72rpx);
  26. margin: 31rpx auto 54rpx;
  27. background-color: #fff;
  28. border-radius: 15rpx;
  29. padding: 39rpx 41rpx;
  30. &-item {
  31. display: flex;
  32. align-items: center;
  33. margin-bottom: 16rpx;
  34. &:last-child {
  35. margin-bottom: 0;
  36. }
  37. view {
  38. font-size: 28rpx;
  39. &:first-child {
  40. width: 30%;
  41. color: #2a2a2a;
  42. }
  43. &:last-child {
  44. color: #6e6e6e;
  45. }
  46. }
  47. .really-money {
  48. color: #fa7319 !important;
  49. }
  50. .vehicle-no {
  51. color: #f00 !important;
  52. font-size: 34rpx;
  53. font-weight: 500;
  54. }
  55. }
  56. }
  57. &-pay-btn {
  58. width: calc(100% - 72rpx);
  59. margin: 0 auto;
  60. button {
  61. width: 100%;
  62. height: 100rpx;
  63. line-height: 100rpx;
  64. background-color: #008cff;
  65. border: none;
  66. color: #fff;
  67. box-shadow: 0px 7px 13px 0px rgba(16, 153, 250, 0.31);
  68. font-size: 28rpx;
  69. font-weight: 500;
  70. }
  71. }
  72. &-pay-attention {
  73. width: calc(100% - 100rpx);
  74. margin: 30rpx auto;
  75. color: #777777;
  76. }
  77. }