health-bank.css 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. #img_ind {
  2. bottom: 20px;
  3. left: 0;
  4. height: 8px;
  5. width: 100%;
  6. z-index: 100;
  7. }
  8. #img_ind span {
  9. display: inline-block;
  10. width: 8px;
  11. height: 8px;
  12. border-radius: 50%;
  13. background-color: #e1e1e1;
  14. }
  15. #img_ind span.active {
  16. background-color: #4dcd70;
  17. }
  18. .pt60 {padding-top: 60px;}
  19. .c-999 {color: #999999;}
  20. .lh45 {line-height: 45px;}
  21. .mt0 {margin-top: 0px;}
  22. .p0 {padding: 0;}
  23. .c-list .m0 {margin: 0;}
  24. .c-list .mt15 {margin-top: 15px;}
  25. .border-radius-50 {border-radius: 50%;}
  26. .bgc-17b3ec {background-color: #17b3ec;}
  27. .bgc-4dcd70 {background-color: #4dcd70;}
  28. .border-radius-5 {border-radius: 5px;}
  29. .h140 {height: 140px;}
  30. .pati-goal {
  31. background: url(../images/jumingjifen_icon.png) no-repeat center 10px;
  32. background-size: 45px 45px;
  33. }
  34. .activity-all {
  35. background: url(../images/huodongguangchuang_icon.png) no-repeat center 10px;
  36. background-size: 45px 45px;
  37. }
  38. .my-community {
  39. color: #c8c8c8;
  40. background: url(../images/wodehudong_hui_icon.png) no-repeat center 10px;
  41. background-size: 45px 45px;
  42. }
  43. .task-award {
  44. background: url(../images/renwujiangli_icon.png) no-repeat center 10px;
  45. background-size: 45px 45px;
  46. }
  47. .c-list li.sort_0 {
  48. width: 33%;
  49. height: 130px;
  50. margin-top: 10px;
  51. background: url(../images/2_img.png) no-repeat 5px 5px;
  52. background-size: 25px 35px;
  53. background-color: #c6d3e2;
  54. }
  55. .sort_1 {
  56. width: 34%;
  57. height: 140px;
  58. background: url(../images/1_img.png) no-repeat 5px 5px;
  59. background-size: 25px 35px;
  60. background-color: #ffe259;
  61. }
  62. .sort_2 {
  63. width: 33%;
  64. height: 120px;
  65. margin-top: 20px;
  66. background: url(../images/3_img.png) no-repeat 5px 5px;
  67. background-size: 25px 35px;
  68. background-color: #f8a86e;
  69. }
  70. .c-list-indent-m p {
  71. font-size: 18px;
  72. }
  73. .bgc-e0e0e0 {
  74. background-color: #e0e0e0;
  75. }
  76. .set-bottom {
  77. position: fixed;
  78. bottom: 0;
  79. width: 100%;
  80. z-index: 999;
  81. }
  82. .pb45 {padding-bottom: 45px;}