| | |
| | | <button class="customer-service-btn-wrapper" :open-type="'contact'"> |
| | | <!-- <img class="back-top-img" :src="IconBackTop" /> --> |
| | | <Service size="22" color="#333" /> |
| | | <!-- <div class="customer-service-btn-text">客服</div> --> |
| | | <div class="customer-service-btn-text">客服</div> |
| | | </button> |
| | | </template> |
| | | |
| | |
| | | |
| | | .customer-service-btn-wrapper { |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; |
| | | justify-content: center; |
| | | width: 92px; |
| | | height: 92px; |
| | | width: 110px; |
| | | height: 110px; |
| | | border-radius: 50%; |
| | | background-color: #fff; |
| | | box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.18); |
| | |
| | | |
| | | .customer-service-btn-text { |
| | | font-weight: 400; |
| | | font-size: 16px; |
| | | font-size: 22px; |
| | | color: boleGetCssVar('text-color', 'regular'); |
| | | line-height: 22px; |
| | | margin-top: 4px; |
| | | text-align: center; |
| | | } |
| | | } |