home2.css 4.3 KB

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