Commit d27eacd2 by lmf

优化在线客服工具样式

parent 7b03ab7e
......@@ -7,14 +7,14 @@
$helper->getWAMessage(); ?>" target="_blank" class="btn-web <?= /* @noEscape */
$helper->getWAPosition() ?>">
<img src="<?= /* @noEscape */
$helper->getWAIconUrl(); ?>" alt="WhatsApp Chat">
$helper->getWAIconUrl(); ?>" width="60px" alt="WhatsApp Chat">
</a>
<a href="https://wa.me/<?= /* @noEscape */
$helper->getWAPhone(); ?>?text=<?= /* @noEscape */
$helper->getWAMessage(); ?>" target="_blank" class="btn-mobile <?= /* @noEscape */
$helper->getWAPosition() ?>">
<img src="<?= /* @noEscape */
$helper->getWAIconUrl(); ?>" alt="WhatsApp Chat">
$helper->getWAIconUrl(); ?>" width="55px" alt="WhatsApp Chat">
</a>
</div>
<?php
......@@ -30,6 +30,9 @@
}
?>
<style type="text/css">
#whatsappchat:hover{
animation: btnZoom infinite linear 1s;
}
#whatsappchat a.top-left {
top: <?= $whatsAppRelPx1; ?>;
left: <?= $whatsAppRelPx2; ?>;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment