网站
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.
 
 
 

243 line
4.0 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 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. }