Medicalwisdom.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. /*<!-- 首页智慧医疗第一模块 -->*/
  2. .fond span {
  3. font-size: 22px;
  4. }
  5. .backgroundRou p {
  6. font-size: 16px;
  7. color: #727171;
  8. margin-top: 10px;
  9. }
  10. .backgroundRou h1 {
  11. color: #595757;
  12. }
  13. .fluid span {
  14. font-size: 35px;
  15. color: #ffffff;
  16. line-height: 110px;
  17. }
  18. .fluid p {
  19. font-size: 16px;
  20. color: #727171;
  21. margin-top: 10px;
  22. }
  23. .fluid h1 {
  24. color: #595757;
  25. }
  26. .containerCon p {
  27. font-size: 16px;
  28. color: #727171;
  29. margin-top: 10px;
  30. }
  31. .containerCon h1 {
  32. color: #595757;
  33. }
  34. .background {
  35. background-color: #fafbff;
  36. }
  37. .background .fond {
  38. text-align: center;
  39. font-size: 20px;
  40. color: #000000;
  41. }
  42. .caption{
  43. /*margin-bottom: 60px;*/
  44. }
  45. .background .caption p {
  46. font-size: 16px;
  47. line-height: 20px;
  48. color: #666;
  49. }
  50. /*<!-- 首页智慧医疗第二模块 -->*/
  51. .backgroundRou .fond{
  52. text-align: center;
  53. margin: 0 auto;
  54. }
  55. .col_w {
  56. width: 285px;
  57. height: 350px;
  58. box-shadow: 3px 3px 4px rgba(157,157,157,.2);
  59. }
  60. /*<!-- 首页智慧医疗第三模块 -->*/
  61. .fluid {
  62. background: url(../img/Medicalwisdom.jpg) no-repeat;
  63. background-size: cover;
  64. }
  65. .fond_bank_product{
  66. width: 40%;
  67. margin: 50px 0 0 50px;
  68. }
  69. .fond_bank_product .button span{
  70. font-size: 25px;
  71. color: #ffffff;
  72. line-height: 50px;
  73. }
  74. .fond_bank_product h2{
  75. font-size: 35px;
  76. color: #ffffff;
  77. line-height: 150px;
  78. }
  79. .fond_bank_product p{
  80. font-size:17px;
  81. color: #ffffff;
  82. line-height: 30px;
  83. }
  84. .button {
  85. border: 1px solid #cfcfcf;
  86. border-radius: 5px;
  87. width: 35%;
  88. height: 50px;
  89. margin-top: 40px;
  90. text-align: center;
  91. }
  92. .button_nue span {
  93. line-height: 40px;
  94. font-size: 15px;
  95. color: #fff;
  96. }
  97. .button_nue{
  98. width: 150px;
  99. height: 40px;
  100. border: 1px solid #fff;
  101. border-radius: 10px;
  102. margin-top: 40px;
  103. text-align: center;
  104. }
  105. .button span:last-child{
  106. margin: 0 auto;
  107. line-height: 50px;
  108. font-size: 20px;
  109. color: #ffffff;
  110. }
  111. /*<!-- 首页智慧医疗第四模块 -->*/
  112. .col-md-2 .pos_wz {
  113. position: relative;
  114. top: 0;
  115. left: 0;
  116. }
  117. .pos_wz_p {
  118. position: absolute;
  119. top: 0px;
  120. left: 10px;
  121. right: 10px;
  122. height: 78px;
  123. width: 170px;
  124. text-align: center;
  125. }
  126. .pos_wz_p span{
  127. font-size: 16px;
  128. color:#fff;
  129. line-height:78px;
  130. }