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.
 
 
 
 

88 lines
1.3 KiB

  1. .bg_color{
  2. background-color: #fbfbfc;
  3. }
  4. .zzhead{
  5. position: fixed;
  6. top: 0;
  7. background-color: #fff;
  8. width: 100%;
  9. font-family: PingFangSC-Regular;
  10. color: #1b1a20;
  11. z-index: 100;
  12. }
  13. .zzhead h1{
  14. display: inline-block;
  15. }
  16. .zzhead img{
  17. vertical-align: top;
  18. width: 32px;
  19. margin-top: 14px;
  20. margin-left: 70px;
  21. }
  22. @media (max-height: 600px) {
  23. .zzbody{
  24. margin: 106px 50px 50px;
  25. max-height: 450px;
  26. min-width: 400px;
  27. border: 1px solid #efeff4;
  28. background-color: #fff;
  29. min-width: 1000px;
  30. }
  31. }
  32. @media (min-height: 601px) and (max-height: 799px) {
  33. .zzbody{
  34. margin: 106px 50px 50px;
  35. max-height: 600px;
  36. min-width: 400px;
  37. border: 1px solid #efeff4;
  38. background-color: #fff;
  39. min-width: 1000px;
  40. }
  41. }
  42. @media (min-height: 800px) {
  43. .zzbody{
  44. margin: 106px 50px 50px;
  45. max-height: 800px;
  46. min-width: 400px;
  47. border: 1px solid #efeff4;
  48. background-color: #fff;
  49. min-width: 1000px;
  50. }
  51. }
  52. .zzmenu{
  53. width: 200px;
  54. background-color: #FFF;
  55. min-height: 650px;
  56. border-right: 1px solid #efeff4;
  57. vertical-align: top;
  58. }
  59. .zzcontent{
  60. overflow: scroll;
  61. max-height: 800px;
  62. padding: 50px;
  63. overflow-x: hidden;
  64. /*min-width: 700px;*/
  65. }
  66. .ub
  67. {
  68. display: -webkit-box;
  69. display: -moz-box;
  70. display: box;
  71. position:relative;
  72. }
  73. .ub-f1
  74. {
  75. position:relative;
  76. -webkit-box-flex: 1;
  77. -moz-box-flex: 1;
  78. box-flex: 1;
  79. }
  80. .timepicker_width{
  81. width: 150px;
  82. }