.wrapper { .wanted_middle { color: #E1AD28; font-size: 17px; margin-top: 21px; .wanted_cover { width: 95px; } } .wanted_bottom { .wanted_bottom_title { color: #565656; font-size: 14px; } .wanted_input_number { margin: 11px auto; width: 266px; height: 36px; :global { .ant-input { color: #FB4B56; font-size: 16px; text-align: center; &:focus, &:hover { outline: none; box-shadow: none; border-color: #FB4B56; } } } } .wanted_bottom_tips { color: #9B9B9B; font-size: 12px; } } footer { margin-top: 40px; .wanted_confirm_button { font-size: 16px; color: white; background-color: #71C135; &:hover, &:focus { color: white; outline: none; box-shadow: none; background-color: lighten(#71C135, 10%); border-color: lighten(#71C135, 50%); } } .wanted_cancel_button { margin-top: 12px; color: #787F8C; font-size: 12px; cursor: pointer; &:hover, &:focus { color: #787F8C; text-shadow: #565656; } } } }