home2.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. .list-doctor li .avatar img.default {
  2. width: 50%;
  3. height: 50%;
  4. margin-top: 25%;
  5. margin-left: 25%;
  6. }
  7. .view-more {
  8. display: inline-block;
  9. width: 100%;
  10. text-align: center;
  11. padding: 15px 0 10px 0;
  12. }
  13. .view-more a {
  14. color: #17b3ec;
  15. font-size: 15px;
  16. }
  17. .list-fuwu2 .iconfont {
  18. display: block;
  19. width: 40px;
  20. height: 40px;
  21. font-size: 1rem;
  22. }
  23. .list-fuwu2 li {
  24. box-sizing: border-box;
  25. height: 3.8rem;
  26. width: 25%;
  27. float: left;
  28. border-bottom: 1px solid #e1e1e1;
  29. border-right: 1px solid #e1e1e1;
  30. text-align: center;
  31. padding-top: calc((3.8rem - 65px)/2);
  32. }
  33. .icon-bg-qianyueguanli {
  34. background: url(../images/qianyueguanli-icon.png);
  35. background-size: cover;
  36. }
  37. .icon-bg-manbing {
  38. background: url(../images/icon_manbingguanli.png) no-repeat;
  39. background-size: contain;
  40. background-position: center;
  41. }
  42. .icon-bg-xufangguanli {
  43. background: url(../images/xufangguanli_quanke_icon.png);
  44. background-size: cover;
  45. }
  46. .icon-bg-xufangdingdan {
  47. background: url(../images/xufangdingdan_quanke_icon.png);
  48. background-size: cover;
  49. }
  50. .icon-bg-dailiqianyue {
  51. background: url(../images/dailiqianyue_icon.png) no-repeat;
  52. background-size: contain;
  53. background-position: center;
  54. }
  55. .icon-bg-dailijiandang {
  56. background: url(../images/dailijiandang_shouye_icon.png) no-repeat;
  57. background-size: contain;
  58. background-position: center;
  59. }
  60. .icon-bg-jiankangzixun {
  61. background: url(../images/jiankangzixun_icon.png);
  62. background-size: cover;
  63. }
  64. .icon-bg-suifangjihua {
  65. background: url(../images/suifangjihua_icon.png);
  66. background-size: cover;
  67. }
  68. .icon-wodemingpian {
  69. background: url(../images/wodemingpian_icon.png);
  70. background-size: cover;
  71. }
  72. .icon-gongzuobaogao {
  73. background: url(../images/tuanduigongzuobaogao_icon.png);
  74. background-size: cover;
  75. }
  76. .icon-shebeidengji {
  77. background: url(../images/jiankangcujin.png);
  78. background-size: cover;
  79. }
  80. .icon-jifenguanli {
  81. background: url(../images/jifenguanli_icon.png);
  82. background-size: cover;
  83. }
  84. .icon-mingyizixun {
  85. background: url(../images/mingyizixun_icon.png);
  86. background-size: cover;
  87. }
  88. .icon-bg-daiyuyue {
  89. background: url(../images/daiyuyue_icon.png);
  90. background-size: cover;
  91. }
  92. .icon-jiankangjiaoyu {
  93. background: url(../images/jiankangjiaoyu_icon.png);
  94. background-size: cover;
  95. }
  96. .icon-xietongfuwu{
  97. background: url(../images/xitongfuwu_uanke_icon.png);
  98. background-size: cover;
  99. }
  100. .icon-mianyiguanli{
  101. background: url(../images/mianyiguanli_quanke_icon.png);
  102. background-size: cover;
  103. }
  104. .circle-40 {
  105. width: 40px;
  106. height: 40px;
  107. border-radius: 15px;
  108. text-align: center;
  109. line-height: 40px;
  110. display: inline-block;
  111. }
  112. #zixun_link {
  113. position: relative;
  114. height: 65px;
  115. margin: 10px 0;
  116. background: url(../images/banner-bg.png) no-repeat;
  117. background-size: cover;
  118. }
  119. img.banner-doctor {
  120. position: absolute;
  121. left: 8%;
  122. bottom: 0;
  123. height: 60px;
  124. }
  125. img.banner-font {
  126. position: absolute;
  127. right: 8%;
  128. bottom: 10px;
  129. height: 40px;
  130. }
  131. .mui-scroll-wrapper {
  132. height: -moz-calc(100%);
  133. height: -webkit-calc(100%);
  134. height: calc(100%);
  135. }
  136. .doc-header {
  137. padding: 10px;
  138. background: -webkit-linear-gradient(#17b3ec, #17b3ec);
  139. background: linear-gradient(#17b3ec, #17b3ec);
  140. position: relative;
  141. }
  142. .doc-header .nav-head {
  143. display: -webkit-box;
  144. display: box;
  145. box-sizing: border-box;
  146. -webkit-box-align: center;
  147. box-align: center;
  148. margin-bottom: 20px;
  149. }
  150. .doc-header .nav-head .pic {
  151. width: 1.65rem;
  152. height: 1.65rem;
  153. border: 2px solid #86d3eb;
  154. border-radius: 50%;
  155. overflow: hidden;
  156. margin-right: 15px;
  157. display: inline-block;
  158. vertical-align: middle;
  159. }
  160. .doc-header .nav-head .name {}
  161. .doc-header .nav-head .name .tit1 {
  162. font-size: 0.75rem;
  163. color: #fff;
  164. display: inline-block;
  165. vertical-align: bottom;
  166. margin-right: 6px;
  167. }
  168. .doc-header .nav-head .name .tit2 {
  169. font-size: 0.55rem;
  170. color: #a0e6ff;
  171. display: inline-block;
  172. vertical-align: bottom;
  173. }
  174. .doc-header .nav-head .pic img {
  175. width: 100%;
  176. height: 100%;
  177. }
  178. .doc-header .nav-list {
  179. display: -webkit-box;
  180. display: box;
  181. }
  182. .doc-header .nav-list .one {
  183. -webkit-box-flex: 1;
  184. box-flex: 1;
  185. color: #fff;
  186. text-align: center;
  187. }
  188. .doc-header .nav-list .one .name {
  189. font-size: 0.55rem;
  190. }
  191. .doc-header .nav-list .one .num {
  192. height: 25px;
  193. line-height: 25px;
  194. font-size: 0.65rem;
  195. margin-bottom: 0.18rem;
  196. }
  197. .doc-header .nav-icon {
  198. position: absolute;
  199. top: 20px;
  200. right: 10px;
  201. }
  202. #div-saoma {
  203. position: absolute;
  204. top: 20px;
  205. display: none;
  206. }
  207. .abs-right10 {
  208. right: 10px;
  209. }
  210. .abs-right60 {
  211. right: 60px;
  212. }
  213. .list-fuwu2{
  214. }
  215. /*.list-fuwu2 li:nth-child(4n){border-right: none;}*/