jiankangjiaoyu.css 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. body{
  2. background-color: #f2f4f6;
  3. }
  4. .lin-search{padding: 8px 10px;}
  5. .lin-search div{
  6. text-align: center;
  7. border-radius: 5px;
  8. line-height: 29px;
  9. background-color: #fff;
  10. color: #999;
  11. }
  12. .lin-search img {
  13. width: 29px;
  14. }
  15. .div-img{width: 320px; height: 184px;background: url(../../../images/shujuweikong_img.png) no-repeat center top; background-size: 320px 184px;margin: 60px auto 0px;}
  16. .div-tishi-info{vertical-align: middle; margin: 15px auto 30px;text-align: center;font-size: 15px;}
  17. .c-323232{color: #323232}
  18. .c-909090{color: #909090}
  19. .flag span{
  20. font-size: 12px;
  21. color: #666;
  22. padding: 3px 5px;
  23. margin-right: 5px;
  24. background-color: #f1f1f1;
  25. border-radius: 5px;
  26. }
  27. .ptb3{padding: 3px 0;}
  28. .count-div div{
  29. text-align: center;
  30. color: #909090;
  31. height: 29px;
  32. line-height: 29px;
  33. }
  34. .count-div div img{vertical-align: middle;}
  35. .p10{padding: 10px;}
  36. .plr10{padding: 0 10px;}
  37. .new-flag{
  38. position: absolute;
  39. top: 0;
  40. right: 0;
  41. }
  42. .sent-flag{
  43. position: absolute;
  44. top: 10px;
  45. right: 0;
  46. background: url(../images/yifasong_icon.png) no-repeat;
  47. background-size: 100% 100%;
  48. width: 55px;
  49. height: 30px;
  50. line-height: 30px;
  51. }
  52. .article-li{position: relative; margin-bottom: 10px;}
  53. .image-item{margin-top: 5px;}
  54. /*搜索页面样式*/
  55. .lin-search-ipt {
  56. height: 45px;
  57. padding: 8px 10px;
  58. background-color: #17b3ec;
  59. display: -webkit-box;
  60. box-sizing: border-box;
  61. }
  62. .lin-search-ipt div {
  63. border-radius: 5px;
  64. line-height: 29px;
  65. background-color: #f2f4f6;
  66. color: #999;
  67. text-align: left;
  68. -webkit-box-flex: 1;
  69. }
  70. .lin-search-ipt input {
  71. background-color: #f2f4f6;
  72. border-radius: 5px;
  73. height: 30px;
  74. color: #999;
  75. text-align: left;
  76. padding-left: 30px;
  77. background: url(../../../images/sousuo_icon.png) no-repeat;
  78. background-size: 30px 30px;
  79. width: 100%;
  80. }
  81. .lin-search-ipt a {
  82. font-size: 16px;
  83. display: block;
  84. padding: 4px 6px 4px 12px;
  85. color: #fff;
  86. }
  87. .lin-search-ipt .searchbar-clear{
  88. position: absolute;
  89. padding: 0;
  90. top: 5px;
  91. right: 5px;
  92. width: 18px;
  93. height: 18px;
  94. background: url(../images/guanbi_btn.png) no-repeat;
  95. background-size: 100% 100%;
  96. display: none;
  97. }
  98. .section-title{padding: 15px 0;}
  99. .search-pre-item span{
  100. display: inline-block;
  101. padding: 2px 11px;
  102. margin: 0 10px 10px 0;
  103. border: 1px solid #17b3ec;
  104. border-radius: 5px;
  105. color: #17b3ec;
  106. }
  107. .search-pre-item span.active,
  108. .search-pre-item span:hover{
  109. background-color: #17B3EC;
  110. color: #fff;
  111. }
  112. .ml17{margin-left: 17px;}
  113. /*文章详情样式*/
  114. .article-content p{
  115. /*文章中有表格的样式会因为这个导致内容显示缩进*/
  116. /*text-indent: 2rem;*/
  117. }
  118. .article-content img{
  119. display: block;
  120. width: 100%;
  121. margin-bottom: 10px;
  122. }
  123. .handle-bar{
  124. position: fixed;
  125. bottom: 0;
  126. left: 0;
  127. width: 100%;
  128. background-color: #fff;
  129. z-index: 10;
  130. display: -webkit-box;
  131. padding: 3px 0;
  132. }
  133. .handle-bar div {
  134. -webkit-box-flex: 1;
  135. width: 0;
  136. padding-top: 8px;
  137. box-sizing: border-box;
  138. -webkit-box-sizing: border-box;
  139. -moz-box-sizing: border-box;
  140. position: relative;
  141. text-align: center;
  142. height: 40px;
  143. }
  144. .handle-bar div:first-child {
  145. border-right: 1px solid #e1e1e1;
  146. }
  147. .handle-bar div img{
  148. vertical-align: middle;
  149. margin-right: 12px;
  150. }
  151. .j-text-ellipsis em { font-weight: bold; color: #23AFFF; }
  152. .fat-title .ui-dialog-title {
  153. padding-top: 10px;
  154. padding-left: 10px;
  155. }
  156. .ui-dialog-body {
  157. border-top: 1px solid #CCC;
  158. }
  159. .ui-dialog-content,
  160. .ui-dialog-content input {
  161. width: 100%;
  162. }
  163. .ui-dialog-content input {
  164. background: #F1F1F1;
  165. height: 40px;
  166. line-height: 40px;
  167. border-radius: 5px;
  168. }
  169. .header-link {
  170. top: 12px;
  171. }
  172. .mui-slider .mui-table-view .image-item>img{
  173. width: 83px;
  174. height: 80px;
  175. }
  176. .mui-slider .mui-table-view img.link-icon {
  177. width: 17px;
  178. }
  179. .mui-bar~.mui-content .mui-fullscreen {
  180. top: 44px;
  181. height: auto;
  182. }
  183. .mui-pull-top-tips {
  184. position: absolute;
  185. top: -20px;
  186. left: 50%;
  187. margin-left: -25px;
  188. width: 40px;
  189. height: 40px;
  190. border-radius: 100%;
  191. z-index: 1;
  192. }
  193. .mui-bar~.mui-pull-top-tips {
  194. top: 24px;
  195. }
  196. .mui-pull-top-wrapper {
  197. width: 42px;
  198. height: 42px;
  199. display: block;
  200. text-align: center;
  201. background-color: #efeff4;
  202. border: 1px solid #ddd;
  203. border-radius: 25px;
  204. background-clip: padding-box;
  205. box-shadow: 0 4px 10px #bbb;
  206. overflow: hidden;
  207. }
  208. .mui-pull-top-tips.mui-transitioning {
  209. -webkit-transition-duration: 200ms;
  210. transition-duration: 200ms;
  211. }
  212. .mui-pull-top-tips .mui-pull-loading {
  213. /*-webkit-backface-visibility: hidden;
  214. -webkit-transition-duration: 400ms;
  215. transition-duration: 400ms;*/
  216. margin: 0;
  217. }
  218. .mui-pull-top-wrapper .mui-icon,
  219. .mui-pull-top-wrapper .mui-spinner {
  220. margin-top: 7px;
  221. }
  222. .mui-pull-top-wrapper .mui-icon.mui-reverse {
  223. /*-webkit-transform: rotate(180deg) translateZ(0);*/
  224. }
  225. .mui-pull-bottom-tips {
  226. text-align: center;
  227. background-color: #efeff4;
  228. font-size: 15px;
  229. line-height: 40px;
  230. color: #777;
  231. }
  232. .mui-pull-top-canvas {
  233. overflow: hidden;
  234. background-color: #fafafa;
  235. border-radius: 40px;
  236. box-shadow: 0 4px 10px #bbb;
  237. width: 40px;
  238. height: 40px;
  239. margin: 0 auto;
  240. }
  241. .mui-pull-top-canvas canvas {
  242. width: 40px;
  243. }
  244. .mui-slider-indicator.mui-segmented-control {
  245. background-color: #fff;
  246. border-bottom: 1px solid #e1e1e1;
  247. }
  248. #recordsLink {
  249. position:fixed; right: 20px; bottom: 30px;width: 50px;height: 50px;background: url(../images/lishi_icon.png) no-repeat; background-size: 50px; z-index: 999;
  250. }
  251. .mui-pull-bottom-tips {
  252. display: none;
  253. }
  254. .mui-bar-nav~.mui-content .mui-pull-top-pocket {
  255. top: 0
  256. }
  257. .jk-nobord{
  258. border-top: none!important;
  259. border-bottom: none!important;
  260. }
  261. .no-result-img{
  262. width: 320px!important;
  263. }
  264. footer{
  265. position: fixed;
  266. bottom: 0;
  267. left: 0;
  268. width: 100%;
  269. height: 40px;
  270. line-height: 40px;
  271. font-size: 14px;
  272. color: #333;
  273. background-color: #fff;
  274. z-index: 10;
  275. }
  276. .cat-level-1{
  277. position: relative;
  278. }
  279. .cat-level-1.active{
  280. color: #17b3ec;
  281. }
  282. .cat-level-1:after{
  283. content: "";
  284. position: absolute;
  285. top: 10px;
  286. right:1px;
  287. height: 20px;
  288. width: 1px;
  289. background-color: #e1e1e1;
  290. }
  291. .cat-level-1:last-child:after{
  292. background-color: #fff;
  293. }
  294. .xuanfu{
  295. position: fixed;
  296. width: 50px;
  297. bottom: 30px;
  298. right: 10px;
  299. z-index: 100;
  300. }
  301. /*.div-dialog-content {
  302. display: none;
  303. width: 250px;
  304. height: 250px;
  305. background: url(../images/tuoyuan.png) no-repeat center top;
  306. background-size: 250px;
  307. position: absolute;
  308. z-index: 4;
  309. left: 50%;
  310. top: 50%;
  311. margin-left: -125px;
  312. margin-top: -125px;
  313. }*/
  314. .div-dialog-content {
  315. opacity: 0;
  316. width: 0;
  317. height: 0;
  318. background: url(../images/tuoyuan.png) no-repeat center;
  319. background-size: 100%;
  320. position: relative;
  321. z-index: 4;
  322. left: 100%;
  323. bottom: 30px;
  324. border-radius: 0;
  325. transition: all .5s ease-in-out;
  326. transform: rotate(30deg);
  327. }
  328. .div-dialog-content.div-dialog-content-active{
  329. opacity: 1;
  330. width: 250px;
  331. height: 250px;
  332. left: 50%;
  333. bottom: 50%;
  334. border-radius: 100%;
  335. margin-left: -125px;
  336. margin-top: 260px;
  337. }
  338. .my-article-icon,
  339. .new-article-icon,
  340. .cancel-icon{
  341. position: absolute;
  342. width: 55px;
  343. height: 55px;
  344. }
  345. .my-article-icon{
  346. background: url(../images/wodewenzhang_icon.png) no-repeat center top;
  347. background-size: 55px;
  348. z-index: 4;
  349. top: 50%;
  350. margin-top: -27px;
  351. left: 8px;
  352. }
  353. .cancel-icon{
  354. background: url(../images/quxiao_btn.png) no-repeat center top;
  355. background-size: 55px;
  356. z-index: 4;
  357. left: 50%;
  358. bottom: 8px;
  359. margin-left: -27px;
  360. }
  361. .new-article-icon{
  362. background: url(../images/xinzhengwenzhang_icon.png) no-repeat center top;
  363. background-size: 55px;
  364. position: absolute;
  365. z-index: 4;
  366. top: 50%;
  367. margin-top: -27px;
  368. right: 8px;
  369. }
  370. .modal-overlay {
  371. position: absolute;
  372. left: 0;
  373. top: 0;
  374. width: 100%;
  375. height: 100%;
  376. background: transparent;
  377. z-index: 3;
  378. visibility: hidden;
  379. opacity: 0;
  380. -webkit-transition-duration: 400ms;
  381. transition-duration: 400ms;
  382. }
  383. .modal-overlay.modal-overlay-visible {
  384. visibility: visible;
  385. opacity: 1;
  386. }
  387. .f-dn{
  388. display: none;
  389. }