adminuser.less 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. .layui-body{
  2. .main{
  3. table{
  4. th{
  5. white-space: nowrap;
  6. text-align: center;
  7. }
  8. .layui-table-cell{
  9. white-space: nowrap;
  10. text-align: center;
  11. padding: 0;
  12. }
  13. .headpic{
  14. height: 100%;
  15. }
  16. }
  17. .layui-body .main .layui-table, .layui-body .main .layui-table-view{
  18. margin: 10px 0 0px;
  19. }
  20. .searchbox{
  21. width: 100%;
  22. white-space: nowrap;
  23. .searchname{
  24. margin-left: 5px;
  25. }
  26. }
  27. &.problems{
  28. .layui-table-cell{
  29. position: relative;
  30. }
  31. .headpic {
  32. cursor: pointer;
  33. }
  34. .layer_notice{min-height:150px; width:330px; overflow:hidden;background: #ffffff;padding:15px;box-sizing: border-box;text-align: center}
  35. .layer_notice>img{
  36. max-width: 100%;
  37. transition: all 0.6s;
  38. }
  39. .layer_notice .actimg{
  40. width: 330px;
  41. }
  42. }
  43. &.billcb{
  44. padding-top: 0;
  45. .layui-elem-quote{
  46. position: relative;
  47. .layui-form-radio{
  48. margin: 0 10px;
  49. }
  50. #sbtn{
  51. position: absolute;
  52. right: 20px;
  53. top: 10px;
  54. }
  55. }
  56. .searchbox{
  57. white-space: normal;
  58. .layui-inline{
  59. width: 80px;
  60. &.layui-form{
  61. min-width: 140px;
  62. }
  63. }
  64. }
  65. }
  66. &.billjf{
  67. .searchbox{
  68. white-space: normal;
  69. .layui-inline{
  70. width: 80px;
  71. &.layui-form{
  72. min-width: 140px;
  73. }
  74. }
  75. }
  76. }
  77. .monthbox,.datebox{
  78. position: relative;
  79. text-align: center;
  80. .aricon{
  81. margin: 10px auto;
  82. .iconfont{
  83. font-size: 30px;
  84. color: #dddddd;
  85. }
  86. }
  87. }
  88. }
  89. .layui-input-block{
  90. position: relative;
  91. .img-box{
  92. display: block;
  93. width:30%;
  94. height: 100px;
  95. position: relative;
  96. overflow: hidden;
  97. &>img{
  98. max-width: 100%;
  99. max-height: 100%;
  100. }
  101. }
  102. #chooseImage{
  103. position: absolute;
  104. width: 100%;
  105. height: 100%;
  106. display:none;
  107. }
  108. }
  109. }