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

demo.css 867B

5 months ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .indexTitle {
  2. text-align: center;
  3. }
  4. .indexBody {
  5. display: flex;
  6. flex-direction: column;
  7. height: 100vh;
  8. }
  9. .indexFrame {
  10. flex: auto;
  11. height: 100vh;
  12. }
  13. .itembody {
  14. margin-left: 8px;
  15. }
  16. .appDiv {
  17. display: flex;
  18. flex-direction: column;
  19. }
  20. .appSelect {
  21. width: 180px;
  22. height: 30px;
  23. overflow: hidden;
  24. }
  25. .appSelect select {
  26. padding-left: 10px;
  27. width: 180px;
  28. -webkit-appearance: none;
  29. -moz-appearance: none;
  30. background: transparent;
  31. }
  32. button {
  33. width: 180px;
  34. color: #ffffff;
  35. }
  36. .demoBody {
  37. display: flex;
  38. flex-direction: row;
  39. flex-wrap: wrap;
  40. }
  41. .btnContainer {
  42. display: flex;
  43. flex-direction: column;
  44. }
  45. .divdemofunction {
  46. flex: auto;
  47. display: flex;
  48. flex-direction: row;
  49. }
  50. .divFunction {
  51. flex: 1;
  52. }
  53. .divDemo{
  54. text-align: center;
  55. }
  56. #demoBtn {
  57. height: 50px;
  58. }