masonry.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  1. .w160 {
  2. width: 160px;
  3. }
  4. .level {
  5. width: 20px;
  6. height: 18px;
  7. float: left;
  8. position: relative;
  9. }
  10. .level:before {
  11. content: '';
  12. position: absolute;
  13. top: -15px;
  14. left: 50%;
  15. width: 1px;
  16. height: 24px;
  17. background: #ccc;
  18. }
  19. .level:after {
  20. content: '';
  21. position: absolute;
  22. top: 50%;
  23. left: 50%;
  24. width: 50%;
  25. height: 1px;
  26. background: #ccc;
  27. }
  28. .level1 {
  29. margin-right: 5px;
  30. }
  31. .level2 {
  32. margin-right: 25px;
  33. }
  34. .level2:after {
  35. width: 150%;
  36. }
  37. .level3 {
  38. margin-right: 45px;
  39. }
  40. .level3:after {
  41. width: 250%;
  42. }
  43. .level4 {
  44. margin-right: 65px;
  45. }
  46. .level4:after {
  47. width: 350%;
  48. }
  49. .content_cover_page .btn {
  50. display: inline-block;
  51. padding: 6px 12px;
  52. margin-bottom: 0;
  53. font-size: 14px;
  54. font-weight: 400;
  55. line-height: 1;
  56. text-align: center;
  57. white-space: nowrap;
  58. vertical-align: middle;
  59. -ms-touch-action: manipulation;
  60. touch-action: manipulation;
  61. cursor: pointer;
  62. -webkit-user-select: none;
  63. -moz-user-select: none;
  64. -ms-user-select: none;
  65. user-select: none;
  66. background-image: none;
  67. border: 1px solid transparent;
  68. border-radius: 4px;
  69. }
  70. .content_cover_page i.fa {
  71. font-size: 14px;
  72. vertical-align: baseline;
  73. margin-right: 4px;
  74. }
  75. .content_cover_page .bDiv a.btn i {
  76. display:inline-block;
  77. }
  78. .tb_child {
  79. background:#FFFFDF;
  80. }
  81. .content_cover_page .bDiv td {
  82. border-top:1px solid #f7f7f7;
  83. }
  84. .content_cover_page .bDiv td div {
  85. padding:12px 8px;
  86. }
  87. .content_cover_page .container-fluid {
  88. padding:20px;
  89. }
  90. .content_cover_page .pubuliu {
  91. margin-bottom:20px;
  92. float:left;
  93. width:47%;
  94. }
  95. .content_cover_page {
  96. position:relative;
  97. z-index:1;
  98. overflow:hidden;
  99. }
  100. .content_cover_page .bDiv {
  101. background:#fff;
  102. position:relative;
  103. z-index:2;
  104. overflow:auto;
  105. border-left:1px solid #f7f7f7;
  106. border-right:1px solid #f7f7f7;
  107. }
  108. .content_cover_page .bDiv table {
  109. width:100%;
  110. }
  111. .content_cover_page .bDiv td {
  112. color:#555;
  113. vertical-align:top;
  114. white-space:nowrap;
  115. padding:0;
  116. margin:0;
  117. border-bottom:1px solid #E6E6E6;
  118. }
  119. .content_cover_page .bDiv td.name div {
  120. white-space:nowrap;
  121. text-overflow:ellipsis;
  122. }
  123. .content_cover_page .bDiv td.sign input {
  124. margin:5px 8px;
  125. }
  126. .content_cover_page .bDiv a {
  127. color:#000;/*#3b639f*/
  128. }
  129. .content_cover_page .bDiv a:hover {
  130. text-decoration:underline;
  131. color:#CD0200;
  132. }
  133. .content_cover_page .bDiv td .on,.content_cover_page .bDiv td .yes {
  134. color:#41BEDD;
  135. cursor:default;
  136. }
  137. .content_cover_page .bDiv td .off,.content_cover_page .bDiv td .no {
  138. color:#9ea3a7;
  139. cursor:default;
  140. }
  141. .content_cover_page .bDiv td.normal {
  142. color:#C30;
  143. }
  144. .content_cover_page .bDiv td.abnormal {
  145. color:#090;
  146. }
  147. .content_cover_page .bDiv td.column-a {
  148. background-color:#F6EEFB;
  149. }
  150. .content_cover_page .bDiv td.column-b {
  151. background-color:#F9F3D7;
  152. }
  153. .content_cover_page .bDiv td.column-c {
  154. background-color:#FBEEE0;
  155. }
  156. .content_cover_page .bDiv .typename {
  157. width: 100%;
  158. padding-left:15px;
  159. }
  160. .content_cover_page .bDiv .typename img {
  161. float: none;
  162. }
  163. .content_cover_page .bDiv .handle div {
  164. font-size:0;
  165. *word-spacing:-1px;
  166. }
  167. .content_cover_page .bDiv a.btn,a.ui-btn {
  168. font-weight:normal;
  169. line-height:20px;
  170. color:#777;
  171. background:#FFF none;
  172. vertical-align:top;
  173. letter-spacing:normal;
  174. display:inline-block;
  175. *display:inline;
  176. *zoom:1;
  177. height:24px;
  178. padding:1px 6px;
  179. cursor:pointer !important;
  180. }
  181. .content_cover_page .bDiv a.btn:hover,a.ui-btn:hover {
  182. color:#555;
  183. text-decoration:none;
  184. }
  185. .content_cover_page .bDiv a.red:hover,a.ui-btn.red:hover {
  186. color:#FFF;
  187. background-color:rgba(196,24,45,0.8);
  188. border-color:rgba(196,24,45,0.8);
  189. }
  190. .content_cover_page .bDiv a.blue:hover,a.ui-btn.blue:hover {
  191. color:#FFF;
  192. background-color:#0099cc;
  193. border-color:#0099cc;
  194. }
  195. .content_cover_page .bDiv a.green:hover {
  196. color:#FFF;
  197. background-color:#41BEDD;
  198. border-color:#41BEDD;
  199. }
  200. .content_cover_page .bDiv a.orange:hover {
  201. color:#FFF;
  202. background-color:#FFBF40;
  203. border-color:#FFBF40;
  204. }
  205. .content_cover_page .bDiv a.purple:hover {
  206. color:#FFF;
  207. background-color:#9C59B8;
  208. border-color:#8F44AD;
  209. }
  210. .content_cover_page .bDiv a.pomegranate:hover {
  211. }.content_cover_page .bDiv a.belize-hole:hover {
  212. color:#FFF;
  213. background-color:#E84C3D;
  214. border-color:#C1392B;
  215. }
  216. .content_cover_page .bDiv .handle span {
  217. font-size:12px;
  218. }
  219. .content_cover_page .bDiv span.btn {
  220. font-size:12px;
  221. vertical-align:top;
  222. letter-spacing:normal;
  223. display:inline-block;
  224. *display:inline;
  225. *zoom:1;
  226. position:relative;
  227. z-index:1;
  228. cursor:default;
  229. }
  230. .content_cover_page .bDiv span.btn:hover {
  231. z-index:3;
  232. box-shadow:2px 2px 0 rgba(0,0,0,0.1);
  233. }
  234. .content_cover_page .bDiv span.btn em {
  235. color:#777;
  236. line-height:20px;
  237. background-color:#FFF;
  238. display:block;
  239. height:20px;
  240. padding:1px 6px;
  241. border:solid 1px #F5F5F5;
  242. border-radius:4px 0 0 4px;
  243. position:relative;
  244. z-index:2;
  245. }
  246. .content_cover_page .bDiv span.btn:hover em {
  247. color:#FFF;
  248. background-color:#4fc0e8;
  249. border-color:#3aa8cf;
  250. }
  251. .content_cover_page .bDiv span.btn em i {
  252. font-size:14px;
  253. vertical-align:middle;
  254. margin-right:4px;
  255. }
  256. .content_cover_page .bDiv span.btn em .arrow {
  257. font-size:0px;
  258. line-height:0;
  259. vertical-align:middle;
  260. display:inline-block;
  261. width:0px;
  262. height:0px;
  263. float:none;
  264. margin:0 0 0 4px;
  265. border-width:4px;
  266. border-color:#999 transparent transparent transparent;
  267. border-style:solid dashed dashed dashed;
  268. -webkit-transition:.2s ease-in;
  269. -moz-transition:-webkit-transform .2s ease-in;
  270. -o-transition:-webkit-transform .2s ease-in;
  271. transition:.2s ease-in;
  272. }
  273. .content_cover_page .bDiv span.btn:hover .arrow {
  274. border-color:#FFF transparent transparent transparent;
  275. FILTER:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  276. -moz-transform:rotate(270deg);
  277. -moz-transform-origin:50% 30%;
  278. -webkit-transform:rotate(270deg);
  279. -webkit-transform-origin:50% 30%;
  280. -o-transform:rotate(270deg);
  281. -o-transform-origin:50% 30%;
  282. transform:rotate(270deg);
  283. transform-origin:50% 30%;
  284. }
  285. .content_cover_page .bDiv span.btn ul {
  286. background-color:#4fc0e8;
  287. display:none;
  288. border:solid 1px #3aa8cf;
  289. border-radius:0 4px 4px 0;
  290. margin-left:-2px;
  291. position:absolute;
  292. z-index:1;
  293. top:0;
  294. left:100%;
  295. overflow:hidden;
  296. box-shadow:3px 3px 0 rgba(0,0,0,0.1);
  297. }
  298. .content_cover_page .bDiv tr:last-child span.btn ul {
  299. bottom:0;
  300. top:auto;
  301. }
  302. .content_cover_page .bDiv tr:first-child span.btn ul {
  303. bottom:auto;
  304. top:0;
  305. }
  306. .content_cover_page .bDiv tr:nth-last-child(2) span.btn ul {
  307. bottom:auto;
  308. top:0;
  309. }
  310. .content_cover_page .bDiv span.btn:hover ul {
  311. display:block;
  312. padding:0 5px;
  313. }
  314. .content_cover_page .bDiv span.btn ul li {
  315. border-bottom:dotted 1px #3aa8cf;
  316. clear:both;
  317. margin-bottom:-1px;
  318. }
  319. .content_cover_page .bDiv span.btn ul li a {
  320. color:#FFF;
  321. display:block;
  322. line-height:24px;
  323. text-align:right;
  324. height:24px;
  325. padding:0 5px;
  326. }
  327. .content_cover_page .bDiv span.btn ul li a:hover {
  328. text-decoration:underline;
  329. }
  330. .content_cover_page .bDiv span.btn ul li a.expire {
  331. color:#FF0 !important;
  332. }
  333. .content_cover_page .bDiv a.expired {
  334. color:#F30;
  335. }
  336. .content_cover_page .bDiv a.expire {
  337. color:#F93;
  338. }
  339. i.fa-external-link {
  340. color:#999 !important;
  341. font-size:9px !important;
  342. margin-left:4px;
  343. margin-right:0;
  344. }
  345. .content_cover_page .bDiv .user-avatar {
  346. background-color:#FFF;
  347. vertical-align:middle;
  348. display:inline-block;
  349. width:22px;
  350. height:22px;
  351. margin-right:6px;
  352. border:solid 1px #D7D7D7;
  353. border-radius:50%;
  354. }
  355. .content_cover_page .bDiv .pic-thumb-tip {
  356. color:#777;
  357. }
  358. .content_cover_page .bDiv .pic-thumb-tip i {
  359. font-size:14px;
  360. }
  361. .content_cover_page .bDiv .pic-thumb-tip:hover {
  362. color:#333;
  363. }
  364. .no-data,.content_cover_page .bDiv .no-data {
  365. font-size:14px;
  366. color:#999;
  367. width:100% !important;
  368. height:24px;
  369. border:0 none !important;
  370. text-align:center;
  371. padding:100px 0;
  372. }
  373. .content_cover_page .bDiv .trSelected .no-data,.content_cover_page .bDiv .no-data:hover {
  374. color:#999 !important;
  375. background-color:transparent !important;
  376. }
  377. .no-data i,.content_cover_page .bDiv .no-data i {
  378. font-size:18px;
  379. margin-right:6px;
  380. color:#FC0;
  381. }
  382. .content_cover_page .bDiv .handle-btn {
  383. }
  384. .content_cover_page .bDiv td {
  385. vertical-align:top !important;
  386. text-align:left;
  387. font-size:14px !important;
  388. overflow:visible;
  389. border-bottom:1px solid #f7f7f7;
  390. font-family:"Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",Arial,sans-serif;
  391. }
  392. .content_cover_page .bDiv td div img {
  393. float:left;
  394. }
  395. .content_cover_page .bDiv td div,.colCopy div {
  396. display:block;
  397. line-height:22px;
  398. text-overflow:ellipsis;
  399. white-space:nowrap;
  400. padding:8px 0px;
  401. overflow:hidden;
  402. }
  403. .content_cover_page .bDiv td div {
  404. padding:14px 0px;
  405. white-space:normal;
  406. }
  407. .content_cover_page .bDiv .handle div {
  408. overflow:visible;
  409. min-width:150px !important;
  410. max-width:174px !important;
  411. }
  412. .content_cover_page .bDiv .handle-s div {
  413. overflow:visible;
  414. min-width:60px !important;
  415. max-width:60px !important;
  416. }
  417. .content_cover_page .bDiv table.autoht {
  418. width:100%;
  419. margin-bottom:0px;
  420. border-bottom:0px;
  421. }
  422. .content_cover_page div.bDiv tr:hover td {
  423. background: #F4FCFA;
  424. }
  425. .content_cover_page .bDiv td div i.arctotal {
  426. font-size: 12px;
  427. color: #999;
  428. }
  429. .content_cover_page i, em {
  430. font-style: normal;
  431. }