网站
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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