myArticle.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body,
  4. html {
  5. background: #f2f4f6;
  6. }
  7. .dis-block {
  8. display: inline-block;
  9. }
  10. .c-vam {
  11. vertical-align: middle;
  12. }
  13. .f-fwb {
  14. font-weight: bold;
  15. }
  16. .sign-comonhd {
  17. display: -webkit-box;
  18. display: box;
  19. /*box-sizing: border-box;*/
  20. /*position: relative;
  21. z-index: 2;*/
  22. }
  23. .fa-sort-desc {
  24. position: absolute;
  25. top:50%;
  26. margin-top: -10px;
  27. margin-left: 5px;
  28. }
  29. .sanp-flex p {
  30. position: relative;
  31. }
  32. .sanp-flex:not(:last-child) p:after {
  33. position: absolute;
  34. top: 0;
  35. right: 0;
  36. content: '';
  37. width: 1px;
  38. height: 100%;
  39. background-color: #dcdcdc;
  40. }
  41. .sign-comonhd {
  42. border-bottom: 1px solid #dcdcdc;
  43. }
  44. .sign-comonhd .sanp-flex {
  45. -webkit-box-flex: 1;
  46. box-flex: 1;
  47. text-align: center;
  48. padding-bottom: 10px;
  49. width: 33.333333333%;
  50. }
  51. .sign-comonhd .sanp-flex p {
  52. color: #333;
  53. font-size:0.85rem;
  54. }
  55. .sanp-flex .pic {
  56. width: 26px;
  57. height: 26px;
  58. background: url(../images/hd-grey-bg.png) no-repeat left top;
  59. overflow: hidden;
  60. margin: 0 auto;
  61. background-size: cover;
  62. margin-bottom: 2px;
  63. }
  64. .sanp-flex.curr .pic {
  65. width: 26px;
  66. height: 26px;
  67. background: url(../images/hd-blue-bg.png) no-repeat left top;
  68. overflow: hidden;
  69. margin: 0 auto;
  70. background-size: cover;
  71. margin-bottom: 2px;
  72. }
  73. .sanp-flex .pic.p-01 {
  74. background-position: 0 0;
  75. }
  76. .sanp-flex .pic.p-02 {
  77. background-position: 0 -27px;
  78. }
  79. .sanp-flex .pic.p-03 {
  80. background-position: 0 -53px;
  81. }
  82. .sanp-flex .pic.p-04 {
  83. background-position: 0 -79px;
  84. }
  85. .sign-comonhd .sanp-flex.curr {
  86. border-bottom: 2px solid #1ca3e7;
  87. }
  88. .c-btn-1ca3e7 {
  89. background: #1ca3e7;
  90. }
  91. .posater-oper.c-list .c-list-info > h4 span.c-909090 {
  92. color: #909090 !important;
  93. font-size: 12px;
  94. margin-left: 10px;
  95. }
  96. .posater-oper.c-list .c-list-info > p {
  97. font-size: 13px;
  98. }
  99. .posater-oper.c-list .c-list-action {
  100. right: 10px;
  101. }
  102. .posater-oper.long.c-list .c-list-info {
  103. padding-right: 88px !important;
  104. }
  105. .c-list{
  106. background-color: transparent;
  107. border: 0;
  108. }
  109. .c-list-indent-m {
  110. padding-right: 50px !important;
  111. }
  112. .bc-ff4c4c {
  113. background-color: #ff4c4c;
  114. }
  115. .bc-19d5c5 {
  116. background-color: #19D5C5;
  117. }
  118. .c-to-remind-action { background-color: #FF4D4C; }
  119. .c-reminded-action { background-color: #CCC; }
  120. .c-list .c-list-info > p {
  121. line-height: 26px;
  122. }
  123. .c-list-key, .c-list-info {
  124. display: -webkit-box;
  125. display: box;
  126. -webkit-box-orient: vertical;
  127. box-orient: vertical;
  128. -webkit-box-pack: center;
  129. box-pack: center;
  130. }
  131. .c-list > .c-list-cover {
  132. /*padding-left: 0 !important;*/
  133. margin-left: 10px !important;
  134. }
  135. .c-list .c-list-key {
  136. margin: 0 10px;
  137. }
  138. .c-list-key img{
  139. width: 50px;
  140. border-radius: 50%;
  141. }
  142. .f-fs14{
  143. font-size: 14px!important;
  144. }
  145. .lh26{
  146. line-height: 26px!important;
  147. }
  148. .lin-mask{
  149. position: absolute;
  150. top: 45px;
  151. height: 100%;
  152. width: 100%;
  153. /*background: #000;*/
  154. height: 100%;
  155. z-index: 10;
  156. display: none;
  157. background-color: rgba(0,0,0,0.5);
  158. }
  159. .c-panels {
  160. position: absolute;
  161. width: 100%;
  162. top: 42px;
  163. left: 0;
  164. }
  165. .c-panel {
  166. background-color: #fff;
  167. }
  168. .c-panel {
  169. display: none;
  170. }
  171. .c-panel li {
  172. margin-left: 0;
  173. padding-left: 5px;
  174. }
  175. .c-panel li a {
  176. color: #323232;
  177. font-size: 14px;
  178. }
  179. .c-panel .list-selected a {
  180. color: #19b4ec;
  181. }
  182. .list-selected:after {
  183. position: absolute;
  184. top: 50%;
  185. right: 0.75rem;
  186. margin-top: -8px;
  187. content: "";
  188. display: block;
  189. width: 17px;
  190. height: 17px;
  191. /*background-image: url(../images/gouxuan_lanse_icon.png);*/
  192. background-size: 17px;
  193. background-repeat: no-repeat;
  194. background-position: 50%;
  195. }
  196. .c-list .c-list-info > p.c-323232 {
  197. color: #323232;
  198. }
  199. .c-list .c-list-action {
  200. padding: 0 20px;
  201. }
  202. #search_btn {
  203. position:absolute;
  204. top:50%;
  205. right: 10px;
  206. margin-top:-10px;
  207. width:20px;
  208. height:20px;
  209. background-image:url(../images/icon_sousuo.png);
  210. background-size: 20px;
  211. background-repeat: no-repeat;
  212. }
  213. .f-fs12{
  214. font-size: 12px!important;
  215. }
  216. .f-fs14{
  217. font-size: 14px!important;
  218. }
  219. .f-fs16{
  220. font-size: 16px!important;
  221. }
  222. .xu-flex{
  223. width: 100%;
  224. display: -webkit-flex;
  225. font-size: 14px;
  226. }
  227. .xu-flex div:nth-child(1){
  228. width: calc(100% - 70px);
  229. white-space: nowrap;
  230. text-overflow: ellipsis;
  231. overflow: hidden;
  232. }
  233. .xu-flex div:nth-child(2){
  234. min-width: 70px;
  235. text-align: right;
  236. padding-left: 5px;
  237. padding-right: 15px;
  238. }
  239. .icon-daifenpei{
  240. display: inline-block;
  241. width: 20px;
  242. height: 20px;
  243. background-image: url(../images/fenpeirenyuan_icon.png);
  244. background-repeat: no-repeat;
  245. background-size: 20px;
  246. vertical-align: middle;
  247. }
  248. .c-list > .list-arrow-r:after, .c-list > .list-arrow-u:after, .c-list > .list-arrow-d:after {
  249. position: absolute;
  250. top: 50%;
  251. right: 0.75rem;
  252. margin-top: -0.25rem;
  253. content: "";
  254. display: block;
  255. width: 0.7rem;
  256. height: 0.7rem;
  257. border: solid #cdcdcd;
  258. border-width: 0.1rem 0.1rem 0 0;
  259. -webkit-transform: rotate(45deg);
  260. transform: rotate(45deg);
  261. }
  262. .img-daifenpei {
  263. position:absolute;
  264. right:55px;
  265. top:-5px;
  266. width:77px;
  267. height:48px;
  268. }
  269. #iScroll {
  270. top: 90px;
  271. margin-top: 6px;
  272. }
  273. .mui-title{margin:0 0;}
  274. .article-li {
  275. position: relative;
  276. background-color: #fff;
  277. margin-bottom: 10px;
  278. }
  279. .collec-title {
  280. height: 40px;
  281. line-height: 40px;
  282. color: #333333;
  283. padding-left: 10px;
  284. width: 83%;
  285. display: inline-block;
  286. }
  287. .collec-title-right {
  288. float: right;
  289. height: 40px;
  290. line-height: 40px;
  291. width: 17%;
  292. }
  293. .no-certified{color: red;}
  294. .certified{color: #17B3EC;}
  295. .collec-content {
  296. height: 80px;
  297. padding-left: 10px;
  298. padding-top: 10px;
  299. }
  300. .image-item {
  301. width: 60px;
  302. height: 60px;
  303. }
  304. .image-item img{
  305. width: 60px;
  306. height: 60px;
  307. }
  308. .p-mrt {
  309. margin-top: -2px;
  310. }
  311. .c-333333 {
  312. color: #333333;
  313. }
  314. .content-collec-time {
  315. color: #909090;
  316. }
  317. .mb-10{margin-bottom: 6px;}
  318. .f-vam,
  319. .f-vama * {
  320. vertical-align: middle;
  321. }
  322. #footer {
  323. position: absolute;
  324. z-index: 4;
  325. bottom: 45px;
  326. right: 15px;
  327. width: 71px;
  328. height: 48px;
  329. padding: 0;
  330. }
  331. .add-icon {
  332. width: 50px;
  333. height: 50px;
  334. background: url(../images/xuanfu_btn.png) no-repeat center top;
  335. background-size: 50px;
  336. }
  337. .f-ib {
  338. display: inline-block;
  339. }
  340. .tuisong-common,.edit-common{
  341. width: 80px;
  342. height: 20px;
  343. float: right;
  344. margin-right: 10px;
  345. text-align: center;
  346. line-height: 20px;
  347. border-radius: 5px;
  348. margin-top:2px;
  349. }
  350. .tuisong-true,.edit-true{
  351. background-color: #17B3EC;
  352. color: #fff;
  353. }
  354. .tuisong-false,.edit-false{
  355. background-color: #dcdcdc;
  356. }