style.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. /*附件列表样式*/
  2. .attachment {
  3. }
  4. .attachment li a {
  5. margin-right: 5px;
  6. }
  7. .icon_operation{
  8. color: #ff5722;
  9. font-size: 20px;
  10. }
  11. .from_but{
  12. width: 100%;
  13. margin: 30px auto 10px auto;
  14. text-align: center;
  15. }
  16. #form_edit{
  17. margin-top:10px;
  18. }
  19. .graphbox{
  20. width: 30%;
  21. float: left;
  22. border: 1px solid #e6e6e6;
  23. margin-right: 5px;
  24. margin-bottom:5px;
  25. height: 280px;
  26. }
  27. .mr_8{
  28. margin-right: 8px;
  29. }
  30. .graphbox_big{
  31. width: 100%;
  32. /*float: left;*/
  33. border: 1px solid #e6e6e6;
  34. margin-right: 5px;
  35. margin-bottom:5px;
  36. height: 540px;
  37. }
  38. .span-inline{
  39. margin-right:10px;
  40. float: left;
  41. width:10px;
  42. display: inline-block;
  43. vertical-align: middle;
  44. }
  45. .layui-date{
  46. position: absolute;
  47. right: 5px;
  48. top: 50%;
  49. margin-top: -12px;
  50. cursor: pointer;
  51. font-size: 25px;
  52. color: #1E9FFF;
  53. }
  54. .searchbut{
  55. width:100%;
  56. /* overflow:hidden; */
  57. min-width: 900px;
  58. }
  59. .butsure{
  60. width:10%;
  61. max-width:100px;
  62. float: left;
  63. }
  64. /* #condition_class{
  65. width: 85%;
  66. float: left;
  67. } */
  68. #condition_class{
  69. width: 100%;
  70. }
  71. #condition_class .layui-input-inline{
  72. margin-bottom:5px;
  73. }
  74. #searchbutton{
  75. width:150px;
  76. }
  77. .navtable{
  78. width:48%;
  79. height:100%;
  80. float: left;
  81. }
  82. .chrildnavtable{
  83. width:48%;
  84. height:100%;
  85. float: right;
  86. }
  87. .ptitlename{
  88. height: 35px;
  89. line-height: 35px;
  90. background: #eee;
  91. padding-left: 20px;
  92. /* color: #1E9FFF;*/
  93. font-weight: bold;
  94. font-size: 14px;
  95. }
  96. .swithbtn{
  97. width: 52px;
  98. text-align: center;
  99. height: 28px;
  100. line-height: 28px;
  101. border-radius: 14px;
  102. box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
  103. }
  104. .swithbtnNO{
  105. background: #DFDFDF;
  106. color: #afadad;
  107. }
  108. .swithbtnSure{
  109. background: #5FB878;
  110. color: #fff;
  111. }
  112. .table-c table{
  113. border-right:1px solid #aed0ea;
  114. border-bottom:1px solid #aed0ea
  115. }
  116. .table-c table td{
  117. border-left:1px solid #aed0ea;
  118. border-top:1px solid #aed0ea;
  119. padding: 5px 5px;
  120. }
  121. .tbfontcolor{
  122. color: #1E9FFF;
  123. }
  124. .layui-input-item{
  125. margin-left: 20px;
  126. min-height: 36px;
  127. }
  128. .treedata{
  129. height: 270px;
  130. overflow-y: auto;
  131. }
  132. .inputreadonly{
  133. color: #A39F9F;
  134. }
  135. .lookurladdress{
  136. text-decoration: none;
  137. color: #19C1F2;
  138. width: 35px;
  139. height: 35px;
  140. display: inline-block;
  141. }
  142. .TitleSpan{
  143. display: inline-block;
  144. float: right;
  145. margin-right: 20px;
  146. color: #f3143b;
  147. }
  148. #form_edit ,#form_check{
  149. margin-top:20px
  150. }
  151. .checkgroup{
  152. margin-top:30px;
  153. text-align: center;
  154. }
  155. .BTNSHOW{ /* 控制功能按钮权限 */
  156. /*display:none;*/
  157. }
  158. .layui-layer-msg{
  159. display: none;
  160. }
  161. .layui-table {
  162. width: 100% !important;
  163. }
  164. /* 加载的表格样式---提高优先级 */
  165. .layui-form-label {
  166. width: 100px
  167. }
  168. .iconselectClass {
  169. overflow-y: auto;
  170. height: 270px;
  171. background: #f0f6e4;
  172. border: 1px solid #617775;
  173. }
  174. .layui-quote-nm{
  175. margin-bottom: 0!important;
  176. padding-bottom: 0!important;
  177. }