newPartner.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  1. html,
  2. body {
  3. width: 100%;
  4. height: 100%;
  5. margin: 0;
  6. padding: 0;
  7. }
  8. *{
  9. box-sizing: border-box;
  10. }
  11. ul,li{
  12. margin: 0;
  13. }
  14. .x-body{
  15. padding: 0 !important;
  16. background-color: #ebeff5;
  17. }
  18. body {
  19. background-color: #edf1f6;
  20. border-radius: 10px;
  21. font-family: "MicrosoftYaHei";
  22. padding: 13px;
  23. padding-top: 0;
  24. box-sizing: border-box;
  25. }
  26. .chosenActive {
  27. color: #4c84ff !important;
  28. border-bottom: 3px solid #4c84ff;
  29. }
  30. .layui-form{
  31. padding: 0;
  32. border-bottom-left-radius: 10px;
  33. border-bottom-right-radius: 10px;
  34. margin-bottom: 10px;
  35. }
  36. .layui-form-label{
  37. width: 90px;
  38. margin: 0;
  39. }
  40. .layui-btn-customSearchBtnColor {
  41. background-color: #ff8e42;
  42. border-radius: 5px;
  43. }
  44. .layui-btn-export{
  45. color: #4C84FF;
  46. border: 1px solid #4C84FF;
  47. border-radius: 5px;
  48. background-color: #fff;
  49. }
  50. .layui-btn-chooseFile{
  51. padding: 5px 10px;
  52. font-size: 14px;
  53. color: #4C84FF;
  54. border: 1px solid #4C84FF;
  55. border-radius: 5px;
  56. background-color: #fff;
  57. }
  58. .layui-btn-recharge,
  59. .layui-btn-submit {
  60. width: 132px;
  61. height: 40px;
  62. color: #fff;
  63. border: 1px solid #4C84FF;
  64. border-radius: 5px;
  65. background-color: #4C84FF;
  66. }
  67. .layui-btn-reset,
  68. .layui-btn-cancel {
  69. width: 132px;
  70. height: 40px;
  71. color: #919AAF;
  72. border: 1px solid #DFE3E9;
  73. border-radius: 5px;
  74. background-color: #fff;
  75. }
  76. .layui-btn-reset:hover,
  77. .layui-btn-cancel:hover {
  78. color: #919AAF;
  79. }
  80. .layui-btn-export:hover {
  81. text-decoration: none;
  82. color: #4C84FF;
  83. border: 1px solid #4C84FF;
  84. border-radius: 5px;
  85. background-color: #fff;
  86. }
  87. .check-btn{
  88. width: 48px;
  89. height: 24px;
  90. border: 0;
  91. background-color: #4C84FF;
  92. color: #fff;
  93. border-radius: 20px;
  94. }
  95. .formBox{
  96. padding: 20px;
  97. background-color: #fff;
  98. border-bottom: 1px solid #F1F3F6;
  99. }
  100. .basicTone{
  101. color: #FF8E42;
  102. }
  103. .basicTone-2{
  104. color: #4c84ff;
  105. }
  106. /**********顶部nav**********/
  107. nav{
  108. height: 70px;
  109. width: 100%;
  110. background-color: #fff;
  111. border-top-left-radius: 10px;
  112. border-top-right-radius: 10px;
  113. padding-left: 35px;
  114. border-bottom: 1px solid #F1F3F6;
  115. }
  116. nav ul li{
  117. float: left;
  118. height: 70px;
  119. line-height: 70px;
  120. margin-right: 40px;
  121. }
  122. nav ul li a{
  123. display: block;
  124. height: 70px;
  125. line-height: 70px;
  126. color: #9AA2AC;
  127. font-size: 16px;
  128. padding: 0 20px;
  129. }
  130. /* 分页相关 */
  131. .pager-container{
  132. background-color: #fff;
  133. border-bottom-left-radius: 10px;
  134. border-bottom-right-radius: 10px;
  135. padding: 0 20px;
  136. height: 74px;
  137. box-sizing: border-box;
  138. display: flex;
  139. justify-content: space-between;
  140. align-items: center;
  141. }
  142. /* .pager-container .layui-form-selected dl {
  143. bottom: 10px;
  144. }
  145. .pager-container .layui-form-select .layui-input {
  146. height: 30px;
  147. } */
  148. .layui-form-selectup dl {
  149. top: auto;
  150. bottom: 20px;
  151. }
  152. .layui-btn-customSearchBtnColor {
  153. background-color: #ff8e42;
  154. border-radius: 5px;
  155. }
  156. /***********加**********/
  157. /* .pager-container{
  158. display: flex;
  159. justify-content: flex-start;
  160. align-items:center;
  161. } */
  162. .pager-container #pageJumpWrap span{
  163. color: #666;
  164. }
  165. #pageJumpContainer{
  166. display: flex;
  167. justify-content: space-between;
  168. align-content: center;
  169. }
  170. .pagination{
  171. display: inline-block;
  172. margin: 0;
  173. }
  174. #pageJumpWrap{
  175. display: inline-block;
  176. margin-left: 10px;
  177. }
  178. #pageJumpWrap *{
  179. margin:0 3px;
  180. }
  181. #pageJumpWrap input[name=page]{
  182. height: 31px;
  183. text-align: center;
  184. padding: 0
  185. }
  186. /***************tab*************/
  187. .box{
  188. background: #fff;
  189. border-bottom-left-radius: 10px;
  190. border-bottom-right-radius: 10px;
  191. }
  192. .control_box{
  193. height: 85px;
  194. margin: 0 auto;
  195. padding: 10px;
  196. box-sizing: border-box;
  197. position: relative;
  198. background-color: #F8FAFB;
  199. }
  200. .tab_wrap{
  201. text-align: center;
  202. border-radius: 20px;
  203. /* border: 1px solid #ddd; */
  204. width: 370px;
  205. margin: 13px auto;
  206. box-sizing: border-box;
  207. position: relative;
  208. }
  209. .tab_btn{
  210. /* display: inline-block; */
  211. position:absolute;
  212. width: 200px;
  213. height: 40px;
  214. font-size: 14px;
  215. text-align: center;
  216. line-height: 40px;
  217. /* margin: 0 auto; */
  218. /* background: #4e5666; */
  219. border-radius: 20px;
  220. outline: 0;
  221. border: 0;
  222. background-color: unset;
  223. box-sizing: border-box;
  224. border: 1px solid #ddd;
  225. }
  226. .lotSize-btn{
  227. color:#4C84FF;
  228. border:1px solid #4C84FF;
  229. border-radius:5px;
  230. }
  231. .lotSize-btn:hover{
  232. text-decoration: none;
  233. }
  234. .tabActive{
  235. background: #4C84FF;
  236. background: -webkit-linear-gradient(left, #4C84FF , #37A0F6); /* Safari 5.1 - 6.0 */
  237. background: -o-linear-gradient(right, #4C84FF, #37A0F6); /* Opera 11.1 - 12.0 */
  238. background: -moz-linear-gradient(right, #4C84FF, #37A0F6); /* Firefox 3.6 - 15 */
  239. background: linear-gradient(to right, #4C84FF , #37A0F6); /* 标准的语法 */
  240. color: #fff;
  241. border:1px solid #4C84FF;
  242. z-index: 100;
  243. }
  244. .tab_btn:hover{
  245. cursor: pointer;
  246. color: #4C84FF;
  247. }
  248. .tabActive:hover{
  249. cursor:unset;
  250. color: #fff;
  251. }
  252. .section_wrap section{
  253. width: 800px;
  254. margin: 0 auto;
  255. padding: 20px 0;
  256. border-bottom-left-radius: 10px;
  257. border-bottom-right-radius: 10px;
  258. background-color: #fff;
  259. }
  260. .FuzzySearch_Container{
  261. width: 150px;
  262. }
  263. .layui-form{
  264. margin: 0;
  265. }
  266. .layui-table{
  267. margin: 0;
  268. }
  269. /*********工具样式***********/
  270. .pull-right {
  271. float: right;
  272. }
  273. .pull-left{
  274. float: left;
  275. }
  276. .mgt_05{
  277. margin-top: 5px;
  278. }
  279. .mgr_20 {
  280. margin-right: 20px;
  281. }
  282. .mgt_20 {
  283. margin-top: 20px;
  284. }
  285. .mgl_10{
  286. margin-left: 10px;
  287. }
  288. .mgb_10{
  289. margin-bottom: 10px;
  290. }
  291. .pd_20{
  292. padding: 20px;
  293. }
  294. .clearfix:before,
  295. .clearfix:after {
  296. content: " ";
  297. display: table;
  298. }
  299. .clearfix:after {
  300. clear: both;
  301. }
  302. .hide{
  303. display: none;
  304. }
  305. .show{
  306. display: inline-block;
  307. }
  308. .readed{
  309. color: #999;
  310. }
  311. .unreaded{
  312. color: #000;
  313. }
  314. .mgtb_10{
  315. margin: 10px 0;
  316. }
  317. .mgt_20{
  318. margin-top: 20px;
  319. }