index.css 534 B

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