index.css 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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: 70%;
  29. padding: 30px;
  30. }
  31. .item{
  32. height: 100%;
  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. padding:10px;
  41. width: 100%;
  42. }
  43. .dvs-WebViewer{
  44. width: 98%!important;
  45. height: 100%!important;
  46. }
  47. .item .task .name,.school,.grade,.subject{
  48. padding:10px;
  49. }
  50. .item .task .grade span{
  51. display: inline-block;
  52. width: 32%;
  53. }
  54. /* scan */
  55. .scan_content{
  56. height: 84%;
  57. padding: 10px;
  58. }
  59. .left{
  60. height: 100%;
  61. background: #ccc;
  62. }
  63. .middle{
  64. height: 100%;
  65. background: #eee;
  66. padding-left:10px;
  67. }
  68. .right{
  69. height: 100%;
  70. background: #ccc;
  71. padding-left: 10px;
  72. }