home2.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  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-mingyizixun {
  77. background: url(../images/mingyizixun_icon.png);
  78. background-size: cover;
  79. }
  80. .icon-bg-daiyuyue {
  81. background: url(../images/daiyuyue_icon.png);
  82. background-size: cover;
  83. }
  84. .icon-jiankangjiaoyu {
  85. background: url(../images/jiankangjiaoyu_icon.png);
  86. background-size: cover;
  87. }
  88. .icon-xietongfuwu{
  89. background: url(../images/xitongfuwu_uanke_icon.png);
  90. background-size: cover;
  91. }
  92. .circle-40 {
  93. width: 40px;
  94. height: 40px;
  95. border-radius: 15px;
  96. text-align: center;
  97. line-height: 40px;
  98. display: inline-block;
  99. }
  100. #zixun_link {
  101. position: relative;
  102. height: 65px;
  103. margin: 10px 0;
  104. background: url(../images/banner-bg.png) no-repeat;
  105. background-size: cover;
  106. }
  107. img.banner-doctor {
  108. position: absolute;
  109. left: 8%;
  110. bottom: 0;
  111. height: 60px;
  112. }
  113. img.banner-font {
  114. position: absolute;
  115. right: 8%;
  116. bottom: 10px;
  117. height: 40px;
  118. }
  119. .mui-scroll-wrapper {
  120. height: -moz-calc(100%);
  121. height: -webkit-calc(100%);
  122. height: calc(100%);
  123. }
  124. .doc-header {
  125. padding: 10px;
  126. background: -webkit-linear-gradient(#17b3ec, #17b3ec);
  127. background: linear-gradient(#17b3ec, #17b3ec);
  128. position: relative;
  129. }
  130. .doc-header .nav-head {
  131. display: -webkit-box;
  132. display: box;
  133. box-sizing: border-box;
  134. -webkit-box-align: center;
  135. box-align: center;
  136. margin-bottom: 20px;
  137. }
  138. .doc-header .nav-head .pic {
  139. width: 1.65rem;
  140. height: 1.65rem;
  141. border: 2px solid #86d3eb;
  142. border-radius: 50%;
  143. overflow: hidden;
  144. margin-right: 15px;
  145. display: inline-block;
  146. vertical-align: middle;
  147. }
  148. .doc-header .nav-head .name {}
  149. .doc-header .nav-head .name .tit1 {
  150. font-size: 0.75rem;
  151. color: #fff;
  152. display: inline-block;
  153. vertical-align: bottom;
  154. margin-right: 6px;
  155. }
  156. .doc-header .nav-head .name .tit2 {
  157. font-size: 0.55rem;
  158. color: #a0e6ff;
  159. display: inline-block;
  160. vertical-align: bottom;
  161. }
  162. .doc-header .nav-head .pic img {
  163. width: 100%;
  164. height: 100%;
  165. }
  166. .doc-header .nav-list {
  167. display: -webkit-box;
  168. display: box;
  169. }
  170. .doc-header .nav-list .one {
  171. -webkit-box-flex: 1;
  172. box-flex: 1;
  173. color: #fff;
  174. text-align: center;
  175. }
  176. .doc-header .nav-list .one .name {
  177. font-size: 0.55rem;
  178. }
  179. .doc-header .nav-list .one .num {
  180. height: 25px;
  181. line-height: 25px;
  182. font-size: 0.65rem;
  183. margin-bottom: 0.18rem;
  184. }
  185. .doc-header .nav-icon {
  186. position: absolute;
  187. top: 20px;
  188. right: 10px;
  189. }
  190. #div-saoma {
  191. position: absolute;
  192. top: 20px;
  193. display: none;
  194. }
  195. .abs-right10 {
  196. right: 10px;
  197. }
  198. .abs-right60 {
  199. right: 60px;
  200. }
  201. .list-fuwu2{
  202. }
  203. .list-fuwu2 li:nth-child(4n){border-right: none;}