You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.css 804 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .aside {
  2. text-align: center;
  3. background: #1f8dd6;
  4. height: 100px;
  5. color: #fff;
  6. vertical-align: middle;
  7. line-height: 100px;
  8. font-size: 30px
  9. }
  10. #main {
  11. margin-top: 20px;
  12. }
  13. #ratio-group {
  14. float: right;
  15. }
  16. .pure-item {
  17. margin: 0 auto 10px;
  18. width: 300px;
  19. position: relative;
  20. }
  21. .pure-radio {
  22. margin-left: 10px;
  23. }
  24. .pure-item:after {
  25. content: "";
  26. display: table;
  27. clear: both;
  28. }
  29. .pure-item label {
  30. float: left;
  31. line-height: 34px;
  32. }
  33. .pure-item input {
  34. float: right;
  35. }
  36. .terminal {
  37. float: none;
  38. border: #000 solid 5px;
  39. font-family: "Monaco", "DejaVu Sans Mono", "Liberation Mono", monospace;
  40. font-size: 11px;
  41. color: #f0f0f0;
  42. width: 600px;
  43. background: #000;
  44. box-shadow: rgba(0, 0, 0, 0.8) 2px 2px 20px;
  45. }

人工智能研发终端

Contributors (1)