index.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. .base-footer {
  2. background-color: #f2f2f2;
  3. }
  4. .base-footer .el-row {
  5. width: 1200px;
  6. margin: 0 auto;
  7. }
  8. .base-footer .el-row:first-child {
  9. padding-top: 32px;
  10. padding-bottom: 32px;
  11. font-size: 16px;
  12. text-align: center;
  13. color: #666;
  14. }
  15. .base-footer .el-col-6 > div {
  16. display: -webkit-inline-box;
  17. display: -webkit-inline-flex;
  18. display: -moz-inline-box;
  19. display: -ms-inline-flexbox;
  20. display: inline-flex;
  21. }
  22. .base-footer .el-image {
  23. width: 38px;
  24. height: 38px;
  25. margin: 0 10px 0 0;
  26. vertical-align: middle;
  27. }
  28. .base-footer .el-row:last-child {
  29. padding-top: 30px;
  30. padding-bottom: 48px;
  31. border-top: 1px solid #e2e2e2;
  32. font-size: 14px;
  33. line-height: 22px;
  34. text-align: center;
  35. color: #999;
  36. }
  37. .base-footer .footer span {
  38. display: inline-block;
  39. }
  40. .base-footer .address {
  41. margin-left: 40px;
  42. }
  43. .base-footer .footer .el-image + span {
  44. -webkit-box-flex: 1;
  45. -webkit-flex: 1;
  46. -moz-box-flex: 1;
  47. -ms-flex: 1;
  48. flex: 1;
  49. min-width: 0;
  50. padding: 12px 0 0;
  51. margin: 0;
  52. text-align: left;
  53. }
  54. .base-footer .el-link {
  55. font-weight: normal;
  56. color: #999;
  57. }
  58. .base-footer .sidebar {
  59. position: fixed;
  60. right: 40px;
  61. bottom: 50%;
  62. z-index: 99;
  63. transform: translateY(50%);
  64. }
  65. .base-footer .sidebar .button-group {
  66. -webkit-box-shadow: 0 3px 20px rgba(91, 126, 165, 0.15);
  67. box-shadow: 0 3px 20px rgba(91, 126, 165, 0.15);
  68. }
  69. .base-footer .el-button {
  70. position: relative;
  71. display: block;
  72. width: 64px;
  73. height: 90px;
  74. padding: 0;
  75. border: 0;
  76. border-radius: 0;
  77. line-height: 18px;
  78. color: #666666;
  79. }
  80. .base-footer .el-button:hover {
  81. color: #2c8eff;
  82. }
  83. .base-footer > .el-button::after {
  84. content: "";
  85. position: absolute;
  86. right: 12px;
  87. bottom: 0;
  88. left: 12px;
  89. z-index: 2;
  90. height: 1px;
  91. background-color: #f0f0f0;
  92. }
  93. .base-footer > .el-button:last-child::after {
  94. display: none;
  95. }
  96. .base-footer .service-button span {
  97. display: block;
  98. padding-top: 34px;
  99. background: url("../../images/service1.png") top center/28px 28px no-repeat;
  100. }
  101. .base-footer .service-button:hover span {
  102. background-image: url("../../images/service2.png");
  103. }
  104. .phone-popover {
  105. padding: 0;
  106. border-color: #2C8EFF;
  107. }
  108. .phone-popover .content {
  109. display: -webkit-box;
  110. display: -webkit-flex;
  111. display: -moz-box;
  112. display: -ms-flexbox;
  113. display: flex;
  114. -webkit-box-orient: vertical;
  115. -webkit-box-direction: normal;
  116. -webkit-flex-direction: column;
  117. -moz-box-orient: vertical;
  118. -moz-box-direction: normal;
  119. -ms-flex-direction: column;
  120. flex-direction: column;
  121. -webkit-box-pack: center;
  122. -webkit-justify-content: center;
  123. -moz-box-pack: center;
  124. -ms-flex-pack: center;
  125. justify-content: center;
  126. height: 74px;
  127. padding: 0 21px 0 53px;
  128. background: url("../../images/phone2.png") 29px center/24px 24px no-repeat;
  129. font-size: 14px;
  130. line-height: 19px;
  131. text-align: center;
  132. color: #2C8EFF;
  133. }
  134. .phone-popover .content div:last-child {
  135. margin-top: 3px;
  136. }
  137. .phone-popover-reference span {
  138. display: block;
  139. padding-top: 34px;
  140. background: url("../../images/phone1.png") top center/28px 28px no-repeat;
  141. }
  142. .phone-popover-reference:hover span {
  143. background-image: url("../../images/phone2.png");
  144. }
  145. .el-popover.phone-popover .popper__arrow {
  146. border-left-color: #2C8EFF;
  147. }
  148. .base-footer .el-backtop {
  149. width: 64px;
  150. height: 30px;
  151. border-radius: 0;
  152. font-size: 18px;
  153. color: #999;
  154. }
  155. .subscribe-popover {
  156. min-width: 0;
  157. padding: 0;
  158. border: 0;
  159. }
  160. .subscribe-popover img {
  161. display: block;
  162. width: 110px;
  163. height: 110px;
  164. margin: 15px auto;
  165. }
  166. .subscribe-popover img + div {
  167. border-radius: 0 0 4px 4px;
  168. background-color: #2C8EFF;
  169. font-size: 12px;
  170. line-height: 26px;
  171. text-align: center;
  172. color: #FFFFFF;
  173. }