|
|
@@ -898,10 +898,10 @@ onBeforeUnmount(() => {
|
|
|
|
|
|
.mobile-ai-chat-icon {
|
|
|
position: absolute;
|
|
|
- top: 15px;
|
|
|
- left: 15px;
|
|
|
- width: 70px;
|
|
|
- height: 70px;
|
|
|
+ top: 20px;
|
|
|
+ left: 30px;
|
|
|
+ width: 110px;
|
|
|
+ height: 110px;
|
|
|
z-index: 3;
|
|
|
|
|
|
.mobile-chat-icon-img {
|
|
|
@@ -913,16 +913,16 @@ onBeforeUnmount(() => {
|
|
|
|
|
|
.mobile-ai-chat-images {
|
|
|
position: absolute;
|
|
|
- top: 20px;
|
|
|
+ top: 40px;
|
|
|
right: 10px;
|
|
|
- width: 140px;
|
|
|
- height: 100px;
|
|
|
+ width: 182px;
|
|
|
+ height: 130px;
|
|
|
z-index: 3;
|
|
|
|
|
|
.mobile-chat-img {
|
|
|
position: absolute;
|
|
|
- width: 90px;
|
|
|
- height: 50px;
|
|
|
+ width: 117px;
|
|
|
+ height: 65px;
|
|
|
object-fit: cover;
|
|
|
border-radius: 6px;
|
|
|
border: 2px solid #FFFFFF;
|
|
|
@@ -936,8 +936,8 @@ onBeforeUnmount(() => {
|
|
|
}
|
|
|
|
|
|
.mobile-chat-img-front {
|
|
|
- top: 20px;
|
|
|
- left: 35px;
|
|
|
+ top: 26px;
|
|
|
+ left: 45.5px;
|
|
|
transform: rotate(6deg);
|
|
|
z-index: 2;
|
|
|
}
|