index.css 953 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. width: 100%;
  25. height: 100vh;
  26. }
  27. .content{
  28. height: 80%;
  29. padding: 30px;
  30. }
  31. .item{
  32. height: 30%;
  33. /* border:1px solid red; */
  34. }
  35. .item .task{
  36. border:1px solid #23e;
  37. border-radius: 5px;
  38. height: 100%;
  39. background: #ddd;
  40. }
  41. .item .task .name,.school,.grade,.subject{
  42. padding:10px;
  43. }
  44. .item .task .grade span{
  45. display: inline-block;
  46. width: 32%;
  47. }
  48. /* scan */
  49. .scan_content{
  50. height: 84%;
  51. padding: 10px;
  52. }
  53. .left{
  54. height: 100%;
  55. background: #ccc;
  56. }
  57. .middle{
  58. height: 100%;
  59. background: #eee;
  60. padding-left:10px;
  61. }
  62. .right{
  63. height: 100%;
  64. background: #ccc;
  65. padding-left: 10px;
  66. }