disease.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. .healthy-icon{
  2. margin:0px 0 0 3px;
  3. background: url(../images/jiankangqingkuang_icon.png) no-repeat;
  4. width:20px;
  5. height:20px;
  6. background-size:20px;
  7. position: absolute;
  8. }
  9. .other-icon{
  10. margin:0px 0 0 3px;
  11. background: url(../images/zidingyibiaoqian_icon.png) no-repeat;
  12. width:20px;
  13. height:20px;
  14. background-size:20px;
  15. position: absolute;
  16. }
  17. .disease-icon {
  18. margin:0px 0 0 3px;
  19. background: url(../images/jibingleixing_icon.png) no-repeat;
  20. width:20px;height:20px;
  21. background-size:20px;
  22. position: absolute;
  23. }
  24. .add-icon{
  25. background: url(../images/tianjia_icon.png) no-repeat;
  26. width:16px;
  27. height:16px;
  28. background-size:16px;
  29. position: absolute;
  30. top:7px;
  31. left:7px;
  32. }
  33. .c-list .c-list-add{
  34. width:29%;
  35. height:30px;
  36. line-height:28px;
  37. float:left;
  38. display:inline;
  39. margin:10px 7px 0 1%;
  40. padding:0 0 0 0;
  41. background-color: #FFFFFF;
  42. border-radius:18px;
  43. border: 0.5px solid deepskyblue;
  44. border-style:dashed
  45. }
  46. .c-list .c-list-add div{
  47. width:100%;text-align: center;color:#000000;font-size:14px;
  48. }
  49. .c-list .c-list-add span{
  50. font-size:14px;
  51. }
  52. .c-list .c-head span{
  53. margin-left:30px;
  54. font-size:14px;
  55. font-weight: bolder;
  56. }
  57. .c-list .c-list-li{
  58. width:29%;
  59. height:30px;
  60. line-height:28px;
  61. float:left;
  62. display:inline;
  63. margin:10px 7px 0 1%;
  64. padding:0 0 0 0;
  65. border-radius:15px;
  66. background-color: #FFFFFF;
  67. }
  68. .add-input{
  69. display:none;
  70. border-radius:18px;
  71. padding:0 5px 0 5px;
  72. margin:0px 5px 0px 5px;
  73. width:80%;
  74. }
  75. .c-list .c-list-li div{
  76. width:100%;
  77. text-align: center;
  78. font-size:14px;
  79. }
  80. .c-list .c-list-li span{
  81. font-size:14px;
  82. }
  83. .c-list .c-head{
  84. width:100%;
  85. float:left;
  86. display:inline;
  87. margin:15px 0 5px; 0;
  88. padding:0 0 0 0;
  89. border-radius:5px;
  90. }
  91. .c-list .active-icon{
  92. border:1px solid deepskyblue;
  93. }
  94. .c-list .active-icon div{
  95. color:deepskyblue;
  96. }
  97. .c-list .no-active{
  98. border:1px solid #C8C7CC;
  99. }
  100. .c-list .no-active div{
  101. color: black;
  102. }
  103. .c-list .cant-active{
  104. border:1px solid #eee;
  105. color: #eee;
  106. }
  107. .c-list .cant-active span{
  108. color: #eee;
  109. }
  110. .c-list .c-title{
  111. width:100%;
  112. height:35px;
  113. background-color: #FA8888;
  114. padding:0 0 0 0;
  115. margin:auto;
  116. font-size:12px;
  117. z-index: 4;
  118. }
  119. .c-list .c-title div{
  120. margin-top:10px;
  121. text-align: left;
  122. width: 100%;
  123. }
  124. .c-list .c-title span{
  125. color:#FFFFFF;
  126. text-align: left;
  127. margin-left: 10px;
  128. }
  129. .btntrue{position: absolute;right: 13px;top: 0; color:#FFFFFF;}
  130. .btntrue.on{ color: #FFFFFF;}
  131. .f-dn{display:none;}
  132. .c-ccc{color:#CCCCCC}
  133. .c-list .c-list-li.disabled{
  134. border: 1px solid #e1e1e1;
  135. }
  136. .c-list .c-list-li.disabled span{
  137. color: #ccc;
  138. }