public.less 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  1. /*// 主题色*/
  2. @theme-color1:#5775b5;
  3. @theme-color2:#389ee1;
  4. @theme-colorred:#e47470;
  5. /*字体主色调*/
  6. @font-color1:#435561;
  7. @font-color3:#999999;
  8. /*线条主色调*/
  9. @border-color1:#e5e4e9;
  10. @border-color2:#cfcfcf;
  11. @border-cut-color:#eceff4;
  12. /*按钮主色调*/
  13. @btn-color1:#e47470;
  14. @btn-color2:#0099cc;
  15. /*底纹色*/
  16. @bj-color:#f7f7f7;
  17. @bjtit-color:#f5f6fa;
  18. body{
  19. background-color: @bj-color;
  20. min-width: 900px;
  21. }
  22. .f_themecolor{
  23. color:@theme-color2;
  24. }
  25. .f_garycolor{
  26. color: @font-color3;
  27. }
  28. .f_bluecolor{
  29. color:#389ee1;
  30. }
  31. .f_redcolor{
  32. color: #e47470;
  33. }
  34. .f_greencolor{
  35. color: #30be19;
  36. }
  37. .f_orangecolor{
  38. color: #ff4e00;
  39. }
  40. .layout-header{
  41. min-width: 900px;
  42. }
  43. .content{
  44. width: 100%;
  45. min-width: 1200px;
  46. }
  47. .tree-title{
  48. width: 100%;
  49. height: 40px;
  50. line-height: 40px;
  51. color: @theme-color2;
  52. background: #fff;
  53. }
  54. .tree-title em{
  55. color: @font-color1;
  56. font-weight: bold;
  57. }
  58. .tree-title span{
  59. padding: 0 20px;
  60. }
  61. .tree-content{
  62. padding:20px;
  63. }
  64. .tree-contenttitle{
  65. width: 100%;
  66. padding: 20px;
  67. position: relative;
  68. border-bottom: 1px solid @border-color1;
  69. }
  70. .tree-contenttitle>span{
  71. padding-left: 5px;
  72. line-height: 16px;
  73. border-left: 2px solid @theme-color2;
  74. color: #000;
  75. }
  76. .m-withe{
  77. background: #fff;
  78. border: 1px solid @border-color1;
  79. width: 100%;
  80. }
  81. .list{
  82. position: relative;
  83. }
  84. .list.error .tip{
  85. display: block;
  86. }
  87. .list .tip{
  88. position: absolute;
  89. top: 0;
  90. right: -260px;
  91. width: 250px;
  92. text-align: left;
  93. line-height:37px;
  94. font-weight: normal;
  95. color: @theme-colorred;
  96. display: none;
  97. }
  98. .list .tip i{
  99. color: #fc4c24;
  100. margin-right: 5px;
  101. }
  102. /*按钮*/
  103. .pagination>li>a, .pagination>li>span{
  104. padding:8px 13px;
  105. }
  106. .pagination>li:first-child>a, .pagination>li:first-child>span {
  107. margin-left: 0;
  108. border-top-left-radius: 2px;
  109. border-bottom-left-radius: 2px;
  110. }
  111. .pagination>li:last-child>a, .pagination>li:last-child>span {
  112. border-top-right-radius: 2px;
  113. border-bottom-right-radius: 2px;
  114. }
  115. .btn{
  116. border-radius:2px;
  117. }
  118. .btn.defaul{
  119. padding: 0 12px;
  120. height: 37px;
  121. line-height: 37px;
  122. }
  123. .btn.fit{
  124. width: 100%;
  125. font-size: 18px;
  126. letter-spacing:2px;
  127. margin-top: 5px;
  128. }
  129. .btn.line{
  130. padding: 3px 12px;
  131. }
  132. .a-link{
  133. color: @theme-color2;
  134. vertical-align: top;
  135. }
  136. .a-link:hover{
  137. color: @theme-color2;
  138. text-decoration: underline;
  139. }
  140. .a-linkred{
  141. color:@theme-colorred;
  142. vertical-align: top;
  143. }
  144. .a-linkred:hover{
  145. color:@theme-colorred;
  146. text-decoration: underline;
  147. }
  148. .btn.focus.btn-red, .btn:focus.btn-red, .btn:hover.btn-red {
  149. color: #fff;
  150. background: #E06965;
  151. border-color: #E06965;
  152. text-decoration: none;
  153. }
  154. .btn-red{
  155. color: #fff;
  156. background-color: @btn-color1;
  157. border-color:@btn-color1;
  158. }
  159. .btn.focus.btn-blue, .btn:focus.btn-blue, .btn:hover.btn-blue {
  160. color: #fff;
  161. background: #0293C3;
  162. border-color:#0293C3;
  163. text-decoration: none;
  164. }
  165. .btn-blue{
  166. color: #fff;
  167. background-color: @btn-color2;
  168. border-color:@btn-color2;
  169. }
  170. .btn-default{
  171. background-color: #f7f7f7;
  172. border-color: @border-color1;
  173. }
  174. .btn.focus.btn-default, .btn:focus.btn-default, .btn:hover.btn-default {
  175. border-color: @border-color1;
  176. background-color: #F3F3F3;
  177. }
  178. /*表格*/
  179. .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
  180. padding: 10px;
  181. vertical-align: middle;
  182. }
  183. .table>thead>tr>th{
  184. background-color: #f5f6fa;
  185. }
  186. .table tbody{
  187. background: #fff;
  188. }
  189. .table{
  190. margin-bottom:0;
  191. }
  192. .small{
  193. font-size: 12px;
  194. color: @font-color3;
  195. text-align: right;
  196. }
  197. .table-bordered{
  198. border: none;
  199. }
  200. .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  201. border-bottom-width: 1px;
  202. }
  203. .table>thead:first-child>tr:first-child>th{
  204. border-top: 1px solid @border-color1;
  205. }
  206. .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  207. border: 1px solid @border-color1;
  208. }
  209. .textright{
  210. text-align: right;
  211. }
  212. .textcenter{
  213. text-align: center;
  214. }
  215. .tab li a:hover,
  216. .tab li a:active,
  217. .tab li a:visited,
  218. .tab li a:link{
  219. text-decoration: none;
  220. }
  221. .tabcontent{
  222. display: none;
  223. }
  224. .tabcontent.active{
  225. display: block;
  226. }
  227. select.defaul{
  228. height: 40px;
  229. line-height: 40px;
  230. border: 1px solid #ddd;
  231. -webkit-border-radius: 2px;
  232. -moz-border-radius: 2px;
  233. border-radius: 2px;
  234. background-color: #FFF;
  235. position: relative;
  236. width: 145px;
  237. padding: 8px 5px;
  238. }
  239. .wrap{
  240. width: 1200px;
  241. margin: 0 auto;
  242. position: relative;
  243. }
  244. .blank15 {
  245. content: "";
  246. display: block;
  247. width: 100%;
  248. height: 15px;
  249. }
  250. .blank85 {
  251. content: "";
  252. display: block;
  253. width: 100%;
  254. height: 85px;
  255. }
  256. .header{
  257. width: 100%;
  258. height: 85px;
  259. line-height: 85px;
  260. background: #fff;
  261. position: fixed;
  262. top: 0;
  263. left: 0;
  264. z-index: 99999;
  265. }
  266. .logo{
  267. float: left;
  268. }
  269. .header .left{
  270. float: left;
  271. font-size: 23px;
  272. padding-left: 10px;
  273. }
  274. .header .right{
  275. float: right;
  276. }
  277. .header a.right:hover{
  278. text-decoration: underline;
  279. }
  280. .footer{
  281. padding-top: 30px;
  282. text-align: center;
  283. line-height: 40px;
  284. color: @font-color3;
  285. }
  286. .system_tit{
  287. width: 100%;
  288. padding: 0 20px;
  289. border-bottom: 1px solid @border-color1;
  290. height: 60px;
  291. }
  292. .system_tit ul li{
  293. display: inline-block;
  294. padding: 0 15px;
  295. line-height:58px;
  296. }
  297. .system_tit ul li.active{
  298. border-bottom: 2px solid @theme-color2;
  299. }
  300. .system_tit ul li.active a{
  301. color: @theme-color2;
  302. font-weight: bold;
  303. }
  304. .system_tit .input-wrap{
  305. width: 275px;
  306. display: inline-block;
  307. margin-right:15px;
  308. }