农燊高科官方网站
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. .leftList{
  2. height: 600px;
  3. width: 200px;
  4. background: #f9f9f9;
  5. padding: 20px;
  6. }
  7. .leftList ul li{
  8. padding: 8px 35px;
  9. line-height: 20px;
  10. cursor: pointer;
  11. margin-bottom: 15px;
  12. }
  13. .leftList ul li img{
  14. margin-right: 10px;
  15. }
  16. .leftList ul .active{
  17. background: #e0ecec;
  18. color: #007b76;
  19. }
  20. .leftList ul li:hover{
  21. background: #e0ecec;
  22. color: #007b76;
  23. }
  24. .userTable{
  25. width: 1000px;
  26. padding: 0px 30px;
  27. }
  28. .userTable input[type='button']{
  29. background: #e1e1e1;
  30. padding: 8px 15px;
  31. color: #848484;
  32. border: none;
  33. border-radius: 20px;
  34. }
  35. .userTable .active{
  36. background: #007b76!important;
  37. color: #FFFFFF!important;
  38. }
  39. .userTable input[type='button']:hover{
  40. background: #007b76;
  41. padding: 8px 15px;
  42. color: #FFFFFF;
  43. border: none;
  44. border-radius: 20px;
  45. cursor: pointer;
  46. }
  47. .userTable table tr td span{
  48. color: red;
  49. cursor: pointer;
  50. }
  51. .userTable table tr td{
  52. padding: 18px 0px;
  53. }
  54. .userTable table tr td:nth-child(odd){
  55. width: 10%;
  56. text-align: right;
  57. }
  58. .userTable input[type='text']{
  59. border: 1px solid #e3e3e3;
  60. width: 90%;
  61. height: 36px;
  62. margin-left: 10px;
  63. padding-left: 10px;
  64. }
  65. .userTable table tr:first-child td{
  66. border-bottom: 1px solid #e3e3e3;
  67. }
  68. .userTable table tr:last-child td input[type='button']{
  69. border-radius: 0;
  70. width: 90%;
  71. margin-left: 10px;
  72. }
  73. .supplyTable{
  74. width: 1000px;
  75. padding-left: 15px;
  76. }
  77. .supplyTable tr td{
  78. text-align: center;
  79. padding: 15px 20px;
  80. border-right: 1px solid #e3e3e3 ;
  81. border-bottom: 1px solid #e3e3e3 ;
  82. }
  83. .supplyTable tr td:first-child{
  84. border-left: 1px solid #e3e3e3 ;
  85. }
  86. .supplyTable tr td:last-child div p{
  87. line-height: 14px;
  88. font-size: 12px;
  89. margin-left: 2px;
  90. color: #007b76;
  91. }
  92. .supplyTable input[type='button']{
  93. background: #007b76;
  94. padding: 5px 15px;
  95. color: #ffffff;
  96. border: none;
  97. border-radius: 20px;
  98. float: right;
  99. margin-bottom: 10px;
  100. }
  101. .supplyTable table tr:first-child td{
  102. background: #007b76;
  103. color: #FFFFFF;
  104. padding: 15px 0px;
  105. border: none;
  106. }
  107. .iWanna{
  108. margin: 0!important;
  109. border: 1px solid #626262!important;
  110. background: #ffffff!important;
  111. color: #626262!important;
  112. }
  113. .iWanna:hover{
  114. border: 1px solid #007b76!important;
  115. background: #007b76!important;
  116. color: #FFFFFF!important;
  117. }
  118. .pageNum{
  119. margin-top: 45px;
  120. text-align: center;
  121. }
  122. .pageNum li{
  123. width: 25px;
  124. height: 25px;
  125. text-align: center;
  126. line-height: 25px;
  127. margin-right: 5px;
  128. display: inline-block;
  129. }
  130. .pageNum p{
  131. height: 25px;
  132. text-align: center;
  133. line-height: 25px;
  134. margin-right: 5px;
  135. display: inline-block;
  136. }
  137. .pageNum li.active{
  138. background-color: #007b76;
  139. color: #ffffff;
  140. border-radius: 2px;
  141. }
  142. .pageNum li:hover{
  143. background-color: #007b76;
  144. color: #ffffff;
  145. border-radius: 2px;
  146. cursor:pointer;
  147. }
  148. .releaseSupply {
  149. width: 1000px;
  150. padding-left: 15px;
  151. }
  152. .releaseSupplyBtn{
  153. background: #007b76;
  154. padding: 5px 15px;
  155. color: #ffffff;
  156. border: none;
  157. border-radius: 20px;
  158. float: right;
  159. margin-bottom: 10px;
  160. }
  161. .releaseSupplyTit{
  162. font-size: 18px;
  163. color: #007b76;
  164. line-height: 28px;
  165. padding-left: 32px;
  166. }
  167. .releaseSupply table{
  168. border: 1px solid #e3e3e3;
  169. padding: 15px 30px;
  170. }
  171. .releaseSupply table tr td{
  172. padding: 12px 0px;
  173. }
  174. .releaseSupply table tr td:first-child{
  175. width: 8%;
  176. text-align: right;
  177. }
  178. .releaseSupply table tr td input{
  179. height: 36px;
  180. border: 1px solid #e3e3e3;
  181. width: 100%;
  182. margin-left: 10px;
  183. padding-left: 10px;
  184. }
  185. .releaseSupply table tr td select{
  186. height: 36px;
  187. border: 1px solid #e3e3e3;
  188. margin-left: 10px;
  189. }
  190. .releaseSupply table tr td span{
  191. color: red;
  192. }
  193. .submitBtn{
  194. text-align: center!important;
  195. margin-top: 15px;
  196. }
  197. .submitBtn input{
  198. background: #007b76;
  199. color: #FFFFFF;
  200. border: none;
  201. padding: 5px 30px;
  202. border-radius: 15px;
  203. clear: both;
  204. }