No Description

WantedPaymentView.less 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .wrapper {
  2. .wanted_middle {
  3. color: #E1AD28;
  4. font-size: 17px;
  5. margin-top: 21px;
  6. .wanted_cover {
  7. width: 95px;
  8. }
  9. }
  10. .wanted_bottom {
  11. .wanted_bottom_title {
  12. color: #565656;
  13. font-size: 14px;
  14. }
  15. .wanted_input_number {
  16. margin: 11px auto;
  17. width: 266px;
  18. height: 36px;
  19. :global {
  20. .ant-input {
  21. color: #FB4B56;
  22. font-size: 16px;
  23. text-align: center;
  24. &:focus, &:hover {
  25. outline: none;
  26. box-shadow: none;
  27. border-color: #FB4B56;
  28. }
  29. }
  30. }
  31. }
  32. .wanted_bottom_tips {
  33. color: #9B9B9B;
  34. font-size: 12px;
  35. }
  36. }
  37. footer {
  38. margin-top: 40px;
  39. .wanted_confirm_button {
  40. font-size: 16px;
  41. color: white;
  42. background-color: #71C135;
  43. &:hover, &:focus {
  44. color: white;
  45. outline: none;
  46. box-shadow: none;
  47. background-color: lighten(#71C135, 10%);
  48. border-color: lighten(#71C135, 50%);
  49. }
  50. }
  51. .wanted_cancel_button {
  52. margin-top: 12px;
  53. color: #787F8C;
  54. font-size: 12px;
  55. cursor: pointer;
  56. &:hover, &:focus {
  57. color: #787F8C;
  58. text-shadow: #565656;
  59. }
  60. }
  61. }
  62. }