农燊高科官方网站
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

250 lines
4.1 KiB

  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 p{
  69. border-radius: 0;
  70. width: 30%;
  71. margin-left: 10px;
  72. background: #007b76;
  73. color: #ffffff;
  74. line-height: 35px;
  75. text-align: center;
  76. cursor: pointer;
  77. }
  78. .supplyTable{
  79. width: 1000px;
  80. padding-left: 15px;
  81. }
  82. .supplyTable tr td{
  83. text-align: center;
  84. padding: 15px 20px;
  85. border-right: 1px solid #e3e3e3 ;
  86. border-bottom: 1px solid #e3e3e3 ;
  87. }
  88. .supplyTable tr td:first-child{
  89. border-left: 1px solid #e3e3e3 ;
  90. }
  91. .supplyTable tr td:last-child div p{
  92. line-height: 14px;
  93. font-size: 12px;
  94. margin-left: 2px;
  95. color: #007b76;
  96. cursor: pointer;
  97. }
  98. .supplyTable input[type='button']{
  99. background: #007b76;
  100. padding: 5px 15px;
  101. color: #ffffff;
  102. border: none;
  103. border-radius: 20px;
  104. margin-bottom: 10px;
  105. }
  106. .supplyTable table tr:first-child td{
  107. background: #007b76;
  108. color: #FFFFFF;
  109. padding: 15px 0px;
  110. border: none;
  111. }
  112. .iWanna{
  113. margin: 0 auto!important;
  114. border: 1px solid #626262!important;
  115. background: #ffffff!important;
  116. color: #626262!important;
  117. }
  118. .iWanna:hover{
  119. border: 1px solid #007b76!important;
  120. background: #007b76!important;
  121. color: #FFFFFF!important;
  122. }
  123. .pageNum{
  124. margin-top: 45px;
  125. text-align: center;
  126. }
  127. .pageNum li{
  128. width: 25px;
  129. height: 25px;
  130. text-align: center;
  131. line-height: 25px;
  132. margin-right: 5px;
  133. display: inline-block;
  134. }
  135. .pageNum p{
  136. height: 25px;
  137. text-align: center;
  138. line-height: 25px;
  139. margin-right: 5px;
  140. display: inline-block;
  141. }
  142. .pageNum li.active{
  143. background-color: #007b76;
  144. color: #ffffff;
  145. border-radius: 2px;
  146. }
  147. .pageNum li:hover{
  148. background-color: #007b76;
  149. color: #ffffff;
  150. border-radius: 2px;
  151. cursor:pointer;
  152. }
  153. .releaseSupply {
  154. width: 1000px;
  155. padding-left: 15px;
  156. }
  157. .releaseSupplyBtn{
  158. background: #007b76;
  159. padding: 5px 15px;
  160. color: #ffffff;
  161. border: none;
  162. border-radius: 20px;
  163. float: right;
  164. margin-bottom: 10px;
  165. }
  166. .releaseSupplyTit{
  167. font-size: 18px;
  168. color: #007b76;
  169. line-height: 28px;
  170. padding-left: 32px;
  171. }
  172. .releaseSupply table{
  173. border: 1px solid #e3e3e3;
  174. padding: 15px 30px;
  175. }
  176. .releaseSupply table tr td{
  177. padding: 12px 0px;
  178. }
  179. .releaseSupply table tr td:first-child{
  180. width: 8%;
  181. text-align: right;
  182. }
  183. .releaseSupply table tr td input{
  184. height: 36px;
  185. border: 1px solid #e3e3e3;
  186. width: 100%;
  187. margin-left: 10px;
  188. padding-left: 10px;
  189. }
  190. .releaseSupply table tr td select{
  191. height: 36px;
  192. border: 1px solid #e3e3e3;
  193. margin-left: 10px;
  194. }
  195. .releaseSupply table tr td span{
  196. color: red;
  197. }
  198. .submitBtn{
  199. text-align: center!important;
  200. margin-top: 15px;
  201. }
  202. .submitBtn input{
  203. background: #007b76;
  204. color: #FFFFFF;
  205. border: none;
  206. padding: 5px 30px;
  207. border-radius: 15px;
  208. clear: both;
  209. }
  210. textarea {
  211. display: block;
  212. }