index.css 540 B

12345678910111213141516171819202122232425262728293031
  1. @import url("../static/css/bootstrap.min.css");
  2. #rstCode {
  3. min-height: 80px;
  4. width:530px;
  5. resize: none;
  6. margin: 15px;
  7. }
  8. .row .checkbox {
  9. margin:0 15px;
  10. padding: 15px 0;
  11. border-bottom: 1px dashed #ccc;
  12. user-select: none;
  13. }
  14. .row .checkbox.no-border {
  15. border:none;
  16. }
  17. .row .checkbox span {
  18. color:#ccc;
  19. padding:0 5px;
  20. }
  21. .row .checkbox .form-control {
  22. width:80px;
  23. display: inline-block;
  24. }
  25. #btnCodeChange {
  26. outline: none;
  27. }
  28. #btnCopy {
  29. margin-left:20px;
  30. }