button.css 181 B

123456789
  1. input {
  2. width: 60px;
  3. height: 40px;
  4. background-color: bisque;
  5. border: 1px solid yellowgreen;
  6. font-size: 22px;
  7. font-family: '隶书';
  8. border-radius: 5px;
  9. }