formedit.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516
  1. body,html {
  2. font-size:18px;
  3. }
  4. /**定义pad端字体大小***/
  5. @media screen and (max-width: 1200px){
  6. body,html{
  7. font-size:16px;
  8. }
  9. }
  10. .wrapper-content,.ibox-content{
  11. padding:0;
  12. }
  13. /*左侧视图导航*/
  14. #leftPart {
  15. width: 100px;
  16. background: #fff;
  17. border: 1px solid #000;
  18. position: fixed;
  19. top: 120px;
  20. left: 55px;
  21. z-index: 100;
  22. }
  23. #leftPart .sp-box{
  24. text-align:center;
  25. background:#1c84c6;
  26. border-bottom:2px solid #ccc;
  27. color:#fff;
  28. cursor:move
  29. }
  30. #leftPart .SwenBtn{
  31. float: left;
  32. width:100%;
  33. height: 30px;
  34. overflow:hidden;
  35. white-space:nowrap;
  36. text-overflow:ellipsis;
  37. line-height: 18px;
  38. padding: 7px 0;
  39. text-align:center;
  40. border-bottom:2px solid #ccc
  41. }
  42. #leftPart .SwenBtn:last-child{
  43. border:0
  44. }
  45. #leftPart .SwenBtn:hover{
  46. text-decoration:none;
  47. color:blue
  48. }
  49. #leftPart .activeSwen{
  50. background:blue;
  51. color:#fff !important;
  52. border:0;
  53. }
  54. /*顶部视图导航*/
  55. .topPart .SwenBtn{
  56. float: left;
  57. min-width:80px;
  58. height: 30px;
  59. overflow:hidden;
  60. white-space:nowrap;
  61. text-overflow:ellipsis;
  62. line-height: 18px;
  63. padding: 7px 0;
  64. margin:0 10px;
  65. text-align:center
  66. }
  67. .topPart .SwenBtn:hover{
  68. text-decoration:none;
  69. }
  70. .topPart .activeSwen{
  71. color:blue;
  72. border-bottom:2px solid blue
  73. }
  74. .topPart .active{
  75. color: blue;
  76. border-bottom: 2px solid blue;
  77. }
  78. .ZW{
  79. width:80px;
  80. height:30px;
  81. line-height:30px;
  82. color:#fff;
  83. vertical-align:middle;
  84. padding-left:10px;
  85. font-size:16px;
  86. position:relative
  87. }
  88. .ZW>div.sp-box{
  89. width:100px;
  90. position:absolute;
  91. top:30px;
  92. left:1px;
  93. background-color:#fff;
  94. color:#000;
  95. z-index:10;
  96. text-align:center;
  97. border:1px solid #ccc;
  98. display:none
  99. }
  100. .ZW:hover>div.sp-box{
  101. display:block !important
  102. }
  103. /*表单*/
  104. .tiaoahao:hover>div{
  105. display:block !important
  106. }
  107. .FixTop{
  108. padding:10px 20px;
  109. background:#fff;
  110. border-bottom:1px solid #ddd;
  111. position:fixed;
  112. left:0;
  113. right:0;
  114. top:0;
  115. z-index:2
  116. }
  117. .detail-col {
  118. display: none;
  119. position: absolute;
  120. max-height: 310px;
  121. overflow: auto;
  122. border: 1px solid #333;
  123. background: #f9f9f9;
  124. margin: 0;
  125. color: #fff;
  126. top: 30px;
  127. z-index: 1;
  128. }
  129. .detail-col div {
  130. width: 100%;
  131. color: #333;
  132. line-height:30px;
  133. border-bottom: 1px solid #333;
  134. }
  135. .detail-col div:last-child{
  136. border: 0;
  137. }
  138. .download-Item {
  139. width: 25%;
  140. float: left;
  141. height: 30px;
  142. overflow: hidden;
  143. text-align: left;
  144. line-height: 30px;
  145. white-space: nowrap;
  146. text-overflow: ellipsis;
  147. }
  148. .upload {
  149. float: left;
  150. overflow: hidden;
  151. position: relative;
  152. top:2px;
  153. }
  154. .upload-btn-single {
  155. outline: none;
  156. border: 0;
  157. height: 28px;
  158. line-height: 28px;
  159. padding: 0 5px;
  160. color: #fff !important;
  161. background: #1c84c6;
  162. cursor: pointer !important;
  163. border-radius: 5px;
  164. }
  165. .upload-tip {
  166. float: left;
  167. width: 100%;
  168. margin-top: 35px;
  169. padding: 0 10px;
  170. color: #666;
  171. font-size: 13px !important;
  172. border-radius: 5px;
  173. display: none;
  174. text-align: left;
  175. }
  176. .upload-file-single {
  177. position: absolute;
  178. width: 100%;
  179. height: 100%;
  180. left: 0;
  181. top: 0;
  182. opacity: 0;
  183. font-size: 0;
  184. filter: alpha(opacity=0);
  185. }
  186. .upload-loading{
  187. display: inline-block;
  188. width: 100%;
  189. height: 100%;
  190. padding: 3px;
  191. text-align: center;
  192. background: #E8E8E8;
  193. opacity: 0.4;
  194. position: absolute;
  195. left: 0;
  196. top: 0;
  197. z-index: 10
  198. }
  199. .opbtn{
  200. outline: none;
  201. border: 0;
  202. white-space: nowrap;
  203. padding: 5px;
  204. color: #fff;
  205. cursor: pointer;
  206. margin-top:-30px;
  207. position:relative;
  208. line-height:20px;
  209. }
  210. .op-textarea {
  211. width: 100%;
  212. float: left;
  213. padding: 0 5px;
  214. border: 0px;
  215. height: 200px;
  216. resize: none;
  217. }
  218. .op-textarea:hover {
  219. border: solid 1px #3bb4f2;
  220. }
  221. /*收藏*/
  222. .activeSC{
  223. color:#fff;
  224. background:#2db1e4
  225. }
  226. /*打印*/
  227. .activePirnt{
  228. background: #4678ec;
  229. }
  230. .printItem {
  231. background-color: #fff;
  232. height: 50px;
  233. padding: 15px 0;
  234. margin: 10px 0;
  235. border-radius: 5px;
  236. border: 1px solid #E1E6EB;
  237. box-shadow: 0px 2px 5px #E1E6EB;
  238. cursor: pointer;
  239. }
  240. /*转发*/
  241. .selectPeople{
  242. width:74px;
  243. height:30px;
  244. display:inline-block;
  245. cursor:default;
  246. text-align:center;
  247. padding:0px 15px 5px 10px;
  248. margin:2px 5px;
  249. border:1px solid #409EFF;
  250. border-radius:5px;
  251. position:relative;
  252. }
  253. .selectPeople>.fa{
  254. color:red;
  255. cursor:pointer;
  256. position:absolute;
  257. top:0;
  258. right:2px;
  259. }
  260. .pointer{
  261. cursor:pointer;
  262. }
  263. .grouping{
  264. width:100px;
  265. float:left;
  266. text-align:center;
  267. border-top:1px solid #c3c3c3;
  268. border-right:1px solid #c3c3c3;
  269. border-bottom:1px solid #c3c3c3;
  270. position:relative;
  271. top:1px
  272. }
  273. .activeGroup{
  274. border-bottom:1px solid #fff;
  275. }
  276. .treeItem {
  277. padding-left:15px;
  278. }
  279. .treeTitle1 {
  280. background-image: url("../img/line1.png");
  281. background-size: 10px 1px;
  282. background-repeat: no-repeat;
  283. background-position: 5px 18px;
  284. position: relative;
  285. width:98%;
  286. margin-left:2%
  287. }
  288. .treeTitle1:after {
  289. padding:0;
  290. margin:0;
  291. display:block;
  292. content:"";
  293. width:50%;
  294. height:1.1px;
  295. background-color:white;
  296. position: absolute;
  297. left:0;
  298. top:1px;
  299. }
  300. .treeTitle1>.border{
  301. background-image:url("../img/border1.png");
  302. background-repeat: no-repeat;;
  303. height:calc(100% - 26px)
  304. }
  305. .treeTitle2 {
  306. background-image: url("../img/line1.png");
  307. background-size: 25px 1px;
  308. background-repeat: no-repeat;
  309. background-position: 5px 18px;
  310. position: relative;
  311. }
  312. .activeDep{
  313. background: lightskyblue;
  314. }
  315. .activeUser{
  316. background: lightskyblue;
  317. }
  318. .line{
  319. width:98%;
  320. float:left;
  321. padding-top: 10px;
  322. border-bottom:1px solid #fff
  323. }
  324. .line:hover {
  325. border-bottom:1px solid #3bb4f2
  326. }
  327. /**美化滚动条 只对webkit内核管用**/
  328. .sp-page-center::-webkit-scrollbar,
  329. .optionList::-webkit-scrollbar { width: 0;background-color: #F5F5F5;}
  330. /*签字标签切换*/
  331. .sp-qz-blue{outline: none;border: 0;padding: 5px 10px;background-color: #1c84c6 !important;color:#fff !important;cursor:pointer; text-align:center;line-height:20px;display:none}
  332. .sp-qz-gray{outline: none;border: 0;padding: 5px 10px;background-color: #f3f4f7 !important;color:#888 !important;cursor:pointer; text-align:center;line-height:20px;display:none}
  333. /*意见表格*/
  334. .formedit .sp-grid tbody td {
  335. text-align: left;
  336. line-height: 20px;
  337. padding: 7px 8px;
  338. border:0;
  339. border-bottom: 1px solid #E1E6EB;
  340. color:#000
  341. }
  342. .formedit .sp-grid::-webkit-scrollbar { width: 5px;background-color: #F5F5F5;}
  343. .sp-md{
  344. line-height:20px;
  345. }
  346. /*利用checkbox的多选组件(改)*/
  347. .sp-selectmore {
  348. float: left;
  349. width: 100%;
  350. min-height: 35px;
  351. border: 1px solid #ddd;
  352. border-radius: 5px;
  353. position:relative
  354. }
  355. .sp-selectmore-up {
  356. float: left;
  357. width: 100%;
  358. min-height: 30px;
  359. line-height: 30px;
  360. color: #666;
  361. cursor: pointer;
  362. background: url("../../../AFrontEnd/css/icons/selectmore/down.png") no-repeat center right;
  363. padding-right: 15px;
  364. }
  365. .sp-selectmore-up-hasclick {
  366. background: url("../../../AFrontEnd/css/icons/selectmore/up.png") no-repeat center right;
  367. }
  368. .sp-selectmore-up span {
  369. float: left;
  370. line-height: 20px;
  371. margin: 5px 2px;
  372. padding: 0 5px;
  373. border: 1px solid #ddd;
  374. }
  375. .sp-selectmore-up span > label {
  376. padding-right: 4px;
  377. cursor: pointer;
  378. font-size: 16px;
  379. }
  380. .sp-selectmore-up span:hover label {
  381. color: #000 !important;
  382. font-size: 16px;
  383. font-weight: bold;
  384. }
  385. .sp-selectmore-bottom {
  386. background:#fff;
  387. border:1px solid #eee;
  388. float: left;
  389. width: 100%;
  390. display: none;
  391. padding: 0 5px;
  392. position:absolute;
  393. top:32px;
  394. z-index:10;
  395. }
  396. .sp-selectmore-bottom span {
  397. float: left;
  398. width: 100%;
  399. background: url("../../../AFrontEnd/css/icons/checkbox/chb-blue.png") left center no-repeat;
  400. background-size: 15px;
  401. cursor: pointer;
  402. padding-left: 20px;
  403. line-height: 25px;
  404. white-space: nowrap;
  405. overflow: hidden;
  406. text-overflow: ellipsis;
  407. }
  408. .sp-selectmore-bottom span.sp-selectmore-active {
  409. background: url("../../../AFrontEnd/css/icons/checkbox/chb-blue-checked.png") left center no-repeat;
  410. background-size: 15px;
  411. }
  412. /*顶部工具栏*/
  413. .sp-wrapper-head-col {
  414. float: right;
  415. height: 30px;
  416. line-height: 30px;
  417. cursor: pointer;
  418. color: #e9f3fd;
  419. padding: 0px 3px;
  420. border:0
  421. }
  422. .sp-wrapper-head-col-span {
  423. padding: 0 10px;
  424. height: 40px;
  425. line-height: 40px;
  426. color: #e9f3fd;
  427. }
  428. @media screen and (max-width: 1200px){
  429. .sp-wrapper-head-col-span {
  430. padding: 0 2.5px;
  431. }
  432. }
  433. .sp-wrapper-head-col span i {
  434. padding-right: 5px;
  435. }
  436. @media screen and (max-width: 1200px){
  437. .sp-wrapper-head-col span i {
  438. padding-right: 2.5px;
  439. }
  440. }
  441. .sp-wrapper-head-search {
  442. width: 150px;
  443. height: 30px;
  444. line-height: 30px;
  445. background-color: transparent;
  446. padding: 0 5px;
  447. border: 1px solid #eee;
  448. box-sizing: border-box;
  449. color: #fff;
  450. border-radius: 5px;
  451. }
  452. /**定义pad端字体大小***/
  453. @media screen and (max-width: 1200px){
  454. .sp-wrapper-head-search {
  455. width: 100px;
  456. height: 30px;
  457. line-height: 30px;
  458. background-color: transparent;
  459. padding: 0 5px;
  460. border: 1px solid #eee;
  461. box-sizing: border-box;
  462. color: #fff;
  463. border-radius: 5px;
  464. }
  465. }
  466. .sp-wrapper-head-search::placeholder {
  467. color: #ededed !important;
  468. }
  469. .sp-wrapper-head-sub-2 {
  470. position: absolute;
  471. background: #fff;
  472. width: 100%;
  473. height: auto;
  474. padding: 5px;
  475. color: rgba(0, 0, 0, 1);
  476. z-index: 9999;
  477. border: 1px solid #ccc;
  478. box-sizing: border-box;
  479. }
  480. .sp-wrapper-head-sub-2 a {
  481. color: rgba(0,0,0,1);
  482. }
  483. .sp-wrapper-head-sub-2 a:hover {
  484. color: #3a7fcf;
  485. }
  486. .sp-lh-26-wrap {
  487. float: left;
  488. width: 100%;
  489. line-height: 26px;
  490. margin: 3px 0;
  491. white-space: nowrap;
  492. overflow: hidden;
  493. text-overflow: ellipsis;
  494. }