OnsitePayment.scss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .parking-lock {
  2. min-height: calc(100vh - 88rpx);
  3. background-color: #f6f6ff;
  4. &-box {
  5. padding: 40rpx 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. margin-bottom: 16rpx;
  33. view {
  34. font-size: 28rpx;
  35. &:first-child {
  36. width: 30%;
  37. color: #2a2a2a;
  38. }
  39. &:last-child {
  40. color: #6e6e6e;
  41. }
  42. }
  43. .really-money {
  44. color: #fa7319 !important;
  45. }
  46. }
  47. }
  48. &-pay-btn {
  49. width: calc(100% - 72rpx);
  50. margin: 0 auto;
  51. button {
  52. width: 100%;
  53. height: 100rpx;
  54. line-height: 100rpx;
  55. background-color: #008cff;
  56. border: none;
  57. color: #fff;
  58. box-shadow: 0px 7px 13px 0px rgba(16, 153, 250, 0.31);
  59. font-size: 28rpx;
  60. font-weight: 500;
  61. }
  62. }
  63. &-pay-attention {
  64. width: calc(100% - 100rpx);
  65. margin: 50rpx auto;
  66. color: #777777;
  67. }
  68. }