农燊高科官方网站
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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