퍼블리싱 이유식당 - 챗봇 연결 버튼

dev_bert
Isol 3 years ago
parent b2280822eb
commit 1396a9cfd3

@ -15181,3 +15181,22 @@ main.sona_cont_measurement {
border: 1px solid gainsboro;
padding: 4px;
}
.float_chatbot {
position: fixed;
bottom: 80px;
right: 30px;
z-index: 99999;
width: 50px;
height: 50px;
border-radius: 50%;
border: 1px solid #FF9C00;
display: flex;
justify-content: center;
align-items: center;
}
.float_chatbot img {
width: 25px;
height: 25px;
}

@ -343,6 +343,13 @@
</div>
<!-- //main -->
<!-- float chatbot -->
<a href="http://devops.lookylooks.ai:42110/browser_common_index.html?site_id=7973031d-157e-4140-914e-8f39059098d2&cb_id=31ef0fe4-3c2d-4d5a-b73b-76f7213b1737&ch_id=null&in=test_in_id&phone_num=사용자전화번호&name=아기이름&age=아기만나이">
<div class="float_chatbot">
<img src="https://ccbot.hanaw.com/img/hana_icon.JPG">
</div>
</a>
</div>
<!-- //wrap -->

Loading…
Cancel
Save