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

308 строки
5.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: var(--color);
  19. }
  20. .leftList ul li:hover{
  21. background: #e0ecec;
  22. color: var(--color);
  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: var(--color)!important;
  37. color: #FFFFFF!important;
  38. }
  39. .userTable input[type='button']:hover{
  40. background: var(--color);
  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 .activitiStatus{
  52. color: #ffffff;
  53. background-color: var(--color)!important;
  54. display: inline-block;
  55. padding: 0px 10px;
  56. border-radius: 5px;
  57. margin-left: 10px;
  58. cursor: pointer;
  59. }
  60. .userTable table tr td{
  61. padding: 18px 0px;
  62. }
  63. .userTable table tr td:nth-child(odd){
  64. width: 12%;
  65. text-align: right;
  66. }
  67. .userTable input[type='text'],input[type='password']{
  68. border: 1px solid #e3e3e3;
  69. width: 90%;
  70. height: 36px;
  71. margin-left: 10px;
  72. padding-left: 10px;
  73. }
  74. .userTable table tr:first-child td{
  75. border-bottom: 1px solid #e3e3e3;
  76. }
  77. .userTable table tr:last-child td p{
  78. border-radius: 0;
  79. width: 30%;
  80. margin-left: 10px;
  81. background: var(--color);
  82. color: #ffffff;
  83. line-height: 35px;
  84. text-align: center;
  85. cursor: pointer;
  86. }
  87. .supplyTable{
  88. width: 1000px;
  89. padding-left: 15px;
  90. }
  91. .supplyTable tr td{
  92. text-align: center;
  93. padding: 15px 20px;
  94. border-right: 1px solid #e3e3e3 ;
  95. border-bottom: 1px solid #e3e3e3 ;
  96. }
  97. .supplyTable tr td:first-child{
  98. border-left: 1px solid #e3e3e3 ;
  99. }
  100. .supplyTable tr td:last-child div p{
  101. line-height: 14px;
  102. font-size: 12px;
  103. margin-left: 2px;
  104. color: var(--color);
  105. cursor: pointer;
  106. }
  107. .supplyTable input[type='button']{
  108. background: var(--color);
  109. padding: 5px 15px;
  110. color: #ffffff;
  111. border: none;
  112. border-radius: 20px;
  113. margin-bottom: 10px;
  114. }
  115. .supplyTable table tr:first-child td{
  116. background: var(--color);
  117. color: #FFFFFF;
  118. padding: 15px 0px;
  119. border: none;
  120. }
  121. .iWanna{
  122. margin: 0 auto!important;
  123. border: 1px solid #626262!important;
  124. background: #ffffff!important;
  125. color: #626262!important;
  126. }
  127. .iWanna:hover{
  128. border: 1px solid var(--color)!important;
  129. background: var(--color)!important;
  130. color: #FFFFFF!important;
  131. }
  132. .pageNum{
  133. margin-top: 45px;
  134. text-align: center;
  135. }
  136. .pageNum li{
  137. width: 25px;
  138. height: 25px;
  139. text-align: center;
  140. line-height: 25px;
  141. margin-right: 5px;
  142. display: inline-block;
  143. }
  144. .pageNum p{
  145. height: 25px;
  146. text-align: center;
  147. line-height: 25px;
  148. margin-right: 5px;
  149. display: inline-block;
  150. }
  151. .pageNum li.active{
  152. background-color: var(--color);
  153. color: #ffffff;
  154. border-radius: 2px;
  155. }
  156. .pageNum li:hover{
  157. background-color: var(--color);
  158. color: #ffffff;
  159. border-radius: 2px;
  160. cursor:pointer;
  161. }
  162. .releaseSupply {
  163. width: 1000px;
  164. padding-left: 15px;
  165. }
  166. .releaseSupplyBtn{
  167. background: var(--color);
  168. padding: 5px 15px;
  169. color: #ffffff;
  170. border: none;
  171. border-radius: 20px;
  172. float: right;
  173. margin-bottom: 10px;
  174. }
  175. .releaseSupplyTit{
  176. font-size: 18px;
  177. color: var(--color);
  178. line-height: 28px;
  179. padding-left: 32px;
  180. }
  181. .releaseSupply table{
  182. border: 1px solid #e3e3e3;
  183. padding: 15px 30px;
  184. }
  185. .releaseSupply table tr td{
  186. padding: 12px 0px;
  187. }
  188. .releaseSupply table tr td:first-child{
  189. width: 8%;
  190. text-align: right;
  191. }
  192. .releaseSupply table tr td input{
  193. height: 36px;
  194. border: 1px solid #e3e3e3;
  195. width: 100%;
  196. margin-left: 10px;
  197. padding-left: 10px;
  198. }
  199. .releaseSupply table tr td select{
  200. height: 36px;
  201. border: 1px solid #e3e3e3;
  202. margin-left: 10px;
  203. }
  204. #bankType,#accountType,#sheng,#shi,#bankAddress{
  205. height: 36px;
  206. border: 1px solid #e3e3e3;
  207. margin-left: 10px;
  208. }
  209. .releaseSupply table tr td span{
  210. color: red;
  211. }
  212. .submitBtn{
  213. text-align: center!important;
  214. margin-top: 15px;
  215. }
  216. .submitBtn input{
  217. background: var(--color);
  218. color: #FFFFFF;
  219. border: none;
  220. padding: 5px 30px;
  221. border-radius: 15px;
  222. clear: both;
  223. }
  224. textarea {
  225. display: block;
  226. }
  227. .dialog{
  228. width: 100%;
  229. height: 100vh;
  230. position: fixed;
  231. top: 0;
  232. left: 0;
  233. z-index: 999999999;
  234. display: none;
  235. }
  236. .bg-mengban{
  237. width: 100%;
  238. height: 100vh;
  239. }
  240. .dialog_content{
  241. position: absolute;
  242. top: 50%;
  243. left: 50%;
  244. transform: translate(-50%,-50%);
  245. background: #ffffff;
  246. width: 20%;
  247. border-radius: 10px;
  248. overflow: hidden;
  249. }
  250. .close_dialog{
  251. text-align: center;
  252. margin: 2vh 0;
  253. cursor: pointer;
  254. }
  255. .close_dialog p{
  256. display: inline-block;
  257. padding: 5px 35px;
  258. background: var(--color);
  259. color: #ffffff;
  260. margin: 0 auto;
  261. border-radius: 50px;
  262. }