农燊高科官方网站
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.

user.css 4.1 KiB

4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  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. float: right;
  105. margin-bottom: 10px;
  106. }
  107. .supplyTable table tr:first-child td{
  108. background: #007b76;
  109. color: #FFFFFF;
  110. padding: 15px 0px;
  111. border: none;
  112. }
  113. .iWanna{
  114. margin: 0!important;
  115. border: 1px solid #626262!important;
  116. background: #ffffff!important;
  117. color: #626262!important;
  118. }
  119. .iWanna:hover{
  120. border: 1px solid #007b76!important;
  121. background: #007b76!important;
  122. color: #FFFFFF!important;
  123. }
  124. .pageNum{
  125. margin-top: 45px;
  126. text-align: center;
  127. }
  128. .pageNum li{
  129. width: 25px;
  130. height: 25px;
  131. text-align: center;
  132. line-height: 25px;
  133. margin-right: 5px;
  134. display: inline-block;
  135. }
  136. .pageNum p{
  137. height: 25px;
  138. text-align: center;
  139. line-height: 25px;
  140. margin-right: 5px;
  141. display: inline-block;
  142. }
  143. .pageNum li.active{
  144. background-color: #007b76;
  145. color: #ffffff;
  146. border-radius: 2px;
  147. }
  148. .pageNum li:hover{
  149. background-color: #007b76;
  150. color: #ffffff;
  151. border-radius: 2px;
  152. cursor:pointer;
  153. }
  154. .releaseSupply {
  155. width: 1000px;
  156. padding-left: 15px;
  157. }
  158. .releaseSupplyBtn{
  159. background: #007b76;
  160. padding: 5px 15px;
  161. color: #ffffff;
  162. border: none;
  163. border-radius: 20px;
  164. float: right;
  165. margin-bottom: 10px;
  166. }
  167. .releaseSupplyTit{
  168. font-size: 18px;
  169. color: #007b76;
  170. line-height: 28px;
  171. padding-left: 32px;
  172. }
  173. .releaseSupply table{
  174. border: 1px solid #e3e3e3;
  175. padding: 15px 30px;
  176. }
  177. .releaseSupply table tr td{
  178. padding: 12px 0px;
  179. }
  180. .releaseSupply table tr td:first-child{
  181. width: 8%;
  182. text-align: right;
  183. }
  184. .releaseSupply table tr td input{
  185. height: 36px;
  186. border: 1px solid #e3e3e3;
  187. width: 100%;
  188. margin-left: 10px;
  189. padding-left: 10px;
  190. }
  191. .releaseSupply table tr td select{
  192. height: 36px;
  193. border: 1px solid #e3e3e3;
  194. margin-left: 10px;
  195. }
  196. .releaseSupply table tr td span{
  197. color: red;
  198. }
  199. .submitBtn{
  200. text-align: center!important;
  201. margin-top: 15px;
  202. }
  203. .submitBtn input{
  204. background: #007b76;
  205. color: #FFFFFF;
  206. border: none;
  207. padding: 5px 30px;
  208. border-radius: 15px;
  209. clear: both;
  210. }
  211. textarea {
  212. display: block;
  213. }