index.css 542 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .main{
  2. width: 500px;
  3. margin: auto;
  4. margin-top:15%;
  5. border:1px solid #ccc;
  6. }
  7. .main form{
  8. margin: 45px 20px;
  9. }
  10. .top{
  11. height: 10%;
  12. background: #ccc;
  13. }
  14. .bottom{
  15. position:absolute;
  16. height: 5%;
  17. background: #ccc;
  18. bottom: 0px;
  19. }
  20. .layui-fluid{
  21. padding:0px;
  22. }
  23. .container{
  24. height: 100vh;
  25. }
  26. .content{
  27. height: 80%;
  28. padding: 30px;
  29. }
  30. .item{
  31. height: 30%;
  32. /* border:1px solid red; */
  33. }
  34. .item .task{
  35. border:1px solid #23e;
  36. border-radius: 5px;
  37. height: 100%;
  38. background: #ddd;
  39. }