adminuser.less 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. .layui-form-radio{
  47. margin: 0 10px;
  48. }
  49. }
  50. .searchbox{
  51. white-space: normal;
  52. .layui-inline{
  53. width: 80px;
  54. &.layui-form{
  55. min-width: 140px;
  56. }
  57. }
  58. }
  59. }
  60. &.billjf{
  61. .searchbox{
  62. white-space: normal;
  63. .layui-inline{
  64. width: 80px;
  65. &.layui-form{
  66. min-width: 140px;
  67. }
  68. }
  69. }
  70. }
  71. }
  72. .layui-input-block{
  73. position: relative;
  74. .img-box{
  75. display: block;
  76. width:30%;
  77. height: 100px;
  78. position: relative;
  79. overflow: hidden;
  80. &>img{
  81. max-width: 100%;
  82. max-height: 100%;
  83. }
  84. }
  85. #chooseImage{
  86. position: absolute;
  87. width: 100%;
  88. height: 100%;
  89. display:none;
  90. }
  91. }
  92. }