index.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. body,html{
  2. width: 100%;
  3. height: 100%;
  4. margin: 0;
  5. overflow: hidden;
  6. }
  7. .form_div{
  8. width: calc(100% - 40px);
  9. height: 100%;
  10. padding: 20px;
  11. padding-top: 10px;
  12. overflow: auto;
  13. overflow-x: hidden;
  14. background: #fff;
  15. }
  16. .title_input{
  17. width: 100%;
  18. height: 128px;
  19. background: #ffffff;
  20. border-radius: 10px;
  21. display: flex;
  22. align-items: center;
  23. }
  24. .layui-form-item{
  25. margin-bottom: 0;
  26. }
  27. .layui-form-item .layui-inline{
  28. margin: 0;
  29. }
  30. .layui-form-label{
  31. width: 88px;
  32. padding-left: 44px;
  33. font-size: 17px;
  34. line-height: 31px;
  35. color: #000;
  36. }
  37. .button_div{
  38. width: 104px;
  39. height: 33px;
  40. border-radius: 17px;
  41. color: #fff;
  42. margin-left: 20px;
  43. text-align: center;
  44. line-height: 33px;
  45. cursor: pointer;
  46. }
  47. .query_button{
  48. background: #2d8cf0;
  49. }
  50. .reset_button{
  51. background: #FF9500;
  52. }
  53. .button_div img{
  54. margin-right: 7px;
  55. }
  56. .list_div{
  57. width: calc(100% - 28px - 28px);
  58. height: 78%;
  59. background: #ffffff;
  60. border-radius: 10px;
  61. padding: 28px;
  62. padding-bottom: 0;
  63. }
  64. .date_div{
  65. width: 260px;
  66. height: 45px;
  67. border: 1px solid #ccc;
  68. border-radius: 5px;
  69. }
  70. .date_div img{
  71. float: left;
  72. margin: 10px 14px 10px 20px;
  73. }
  74. .date_div .layui-input{
  75. float: left;
  76. width: 95px;
  77. border: 0;
  78. height: 100%;
  79. }
  80. .line_div{
  81. color: #ccc;
  82. float: left;
  83. line-height: 45px;
  84. }
  85. .form_table{
  86. float: left;
  87. height: 510px;
  88. width: 100%;
  89. max-height: 510px;
  90. }
  91. .head_div{
  92. float: left;
  93. width: 100%;
  94. height: 46px;
  95. background-color: #2D8CF0;
  96. border-radius: 5px;
  97. }
  98. .head_name{
  99. float: left;
  100. font-size: 16px;
  101. font-weight: bold;
  102. color: #fff;
  103. text-align: center;
  104. line-height: 46px;
  105. white-space: nowrap;
  106. text-overflow: ellipsis;
  107. -o-text-overflow: ellipsis;
  108. overflow: hidden;
  109. }
  110. .content_div{
  111. float: left;
  112. width: 100%;
  113. height: auto;
  114. }
  115. .content_column{
  116. float: left;
  117. width: 100%;
  118. border-bottom: 2px solid #EBEBEB;
  119. }
  120. .content_column .head_name{
  121. color: #666666;
  122. font-weight: 500;
  123. font-size: 14px;
  124. }
  125. .head_name i{
  126. color: #ccc;
  127. }
  128. .hide_content{
  129. float: left;
  130. width: calc(100% - 214px - 214px);
  131. height: 141px;
  132. background: rgb(250, 250, 250);
  133. border-radius: 5px;
  134. padding-left: 214px;
  135. padding-right: 214px;
  136. display: none;
  137. }
  138. .show_content{
  139. display: block;
  140. }
  141. .message_div_input{
  142. float: left;
  143. margin-top: 30px;
  144. width: 28%;
  145. margin-right: 8%;
  146. white-space: nowrap;
  147. overflow: hidden;
  148. text-overflow: ellipsis;
  149. }
  150. .message_div_input span{
  151. font-size: 14px;
  152. color: #666666;
  153. }
  154. .content_div_input{
  155. float: left;
  156. width: 100%;
  157. }
  158. .content_div_input_click{
  159. background-color: #e5e5e5;
  160. }
  161. .page_div{
  162. float: left;
  163. width: 100%;
  164. height: 35px;
  165. display: flex;
  166. align-items: center;
  167. justify-content: center;
  168. }
  169. .previous_page{
  170. width: 104px;
  171. height: 33px;
  172. background: #2d8cf0;
  173. border-radius: 17px;
  174. text-align: center;
  175. line-height: 33px;
  176. }
  177. .button_div_head{
  178. width: 76px;
  179. height: 26px;
  180. background: #acacac;
  181. border-radius: 13px;
  182. text-align: center;
  183. border: 0;
  184. color: #fff;
  185. cursor: pointer;
  186. }
  187. .button_div_head img{
  188. margin-right: 6px;
  189. margin-bottom: 2px;
  190. }
  191. .offer_button{
  192. width: 104px;
  193. background: #00d59c;
  194. }
  195. .last_div_message{
  196. margin-right: 0;
  197. }
  198. .layui-laydate-range{
  199. width: 547px;
  200. }
  201. .delete_button{
  202. width: 104px;
  203. background: #1e9fff;
  204. }