health-article-list.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. @charset "utf-8";
  2. body{
  3. background-color: #f2f4f6;
  4. }
  5. .c-list-key .c-avatar-m{width: 85px;height: 60px;}
  6. ul.c-list{margin-top:10px;}
  7. ul.c-list li{
  8. /*height: 84px;*/
  9. padding: 8px 10px;
  10. margin-left: 0;
  11. }
  12. ul.c-list li .c-list-info .jkwz-title{
  13. font-size: 14px;
  14. color: #323232;
  15. margin-bottom: 6px;
  16. /*height: 40px;*/
  17. }
  18. .tuwen-common{font-size: 8px;border-radius: 3px;padding: 1px 3px;margin-right: 7px;}
  19. .shipin{color:#765eef;border:.5px solid #765eef;}
  20. .tupian{color: #FFA54B;border:.5px solid #FFA54B;}
  21. .c-list .c-list-info{padding-right: 10px;display:block;}
  22. .c-list .c-avatar-m{margin:0 0;}
  23. .c-list .c-list-key{margin-right: 0;}
  24. span.tips{color: #909090;font-size: 10px;}
  25. span.tips img{vertical-align: middle;margin-right: 5px;margin-bottom: 2px;}
  26. span.tips{/*float: left;*/margin-right: 10px;}
  27. span.tips:last-child{/*float: right;*/margin-right: 0;}
  28. .div-no-info {
  29. margin-top: 50%;
  30. text-align: center;
  31. }
  32. /*搜索样式*/
  33. .lin-search-ipt{
  34. height: 45px;
  35. padding: 8px 10px;
  36. background-color: #fff;
  37. display: -webkit-box;
  38. border-bottom: 1px solid #dcdcdc;
  39. }
  40. .lin-search-ipt .div-input{
  41. padding-top: 2px;
  42. border-radius: 5px;
  43. height: 28px;
  44. line-height: 24px;
  45. background-color: #f5f5fa;
  46. color: #999;
  47. text-align: left;
  48. -webkit-box-flex: 1;
  49. border: 1px solid #e1e1e1;
  50. font-size: 12px;
  51. color: #8e8e93;
  52. padding-left: 10px;
  53. }
  54. .lin-search-ipt input{
  55. background-color: #f2f4f6;
  56. border-radius: 5px;
  57. text-align: left;
  58. padding-left: 20px;
  59. background: url(../images/icon_sousuo.png) no-repeat;
  60. background-size: 16px 16px;
  61. width: 98%;
  62. }
  63. .search-his .title{
  64. padding: 0 12px;
  65. height: 44px;
  66. border-bottom: solid 1px #dcdcdc;
  67. }