wupengfei
6 天以前 a16edd992e14a6a00db81745f2b489185b190cfb
packages/components/src/Button/CustomerServiceButton.vue
@@ -2,7 +2,7 @@
  <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>
@@ -19,10 +19,11 @@
.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);
@@ -33,9 +34,10 @@
  .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;
  }
}