File: /www/wwwroot/www.kntsleep.com/hk/newstatic/css/btn.css
/* whatsApp */
.whatsApp {
position: fixed;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 1140px;
background: #fff;
border-top: 1px solid #ccc;
padding: 15px 20px;
display: flex;
}
.whatsApp img {
max-height: 60px;
}
.whatsApp .mid {
padding: 0 20px;
}
.whatsApp .mid>div {
font-size: 18px;
position: relative;
margin-bottom: 5px;
}
.whatsApp span {
background: red;
color: #fff;
font-size: 20px;
}
.whatsApp>button {
max-height: 60px;
background: #2a9323;
padding: 0 10px;
color: #fff;
border-radius: 12px;
box-shadow: 0 1px 3px 0 #000;
font-size: 18px;
border: 0;
cursor: pointer;
}
@media screen and (max-width: 600px) {
.whatsApp {
width: 100%;
padding: 5px;
}
.whatsApp .mid {
flex: 1;
padding: 0 10px;
}
.whatsApp .mid>div {
font-size: 13px;
}
.whatsApp span {
font-size: 18px;
}
.whatsApp>button {
max-height: 50px;
background: #2a9323;
padding: 0 5px;
font-size: 12px;
}
}
@media screen and (max-width: 390px) {
.whatsApp .mid>div {
font-size: 12px;
}
}
.bgtip {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 9999;
display: none;
justify-content: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.5);
}
.bgtip .tip {
position: relative;
text-align: center;
width: 375px;
height: 349px;
background: url(https://pub-f2cb9e2518734ade96759ff0f4ff6316.r2.dev/popup-bg.png) no-repeat;
background-size: cover;
background-position: center;
}
.bgtip .tip .icon {
position: absolute;
top: -16px;
right: 12px;
}
.bgtip .tip .content {
margin-top: 230px;
}
.bgtip .tip .content .text {
margin: auto;
width: 80%;
font-size: 26px;
font-family: Inter-Bold, Inter;
font-weight: bold;
line-height: 30px;
text-shadow: 0px 4px 4px rgba(89, 1, 1, 0.25);
-webkit-text-stroke: 1px #FFFFFF;
text-stroke: 1px #FFFFFF;
background: linear-gradient(138deg, #FFF0DC 0%, #FFF0DC 78%, #FFE0B6 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.bgtip .tip .content .txt {
font-size: 18px;
line-height: 30px;
font-family: Inter-Medium, Inter;
font-weight: 500;
color: #FFFFFF;
margin-top: 10px;
}
.bgtip .tip .btns {
margin: 10px auto 0;
padding: 6px 0;
width: 168px;
background: linear-gradient(95.79deg, #FEAE6D 19.46%, #FE794D 85.83%);
border: 1px solid #F9B972;
box-shadow: 0px 4px 4px rgba(102, 7, 7, 0.25), 0px 5px 0px #D4371C;
border-radius: 120px;
}
.bgtip .tip .btns .text {
font-size: 20px;
line-height: 30px;
font-family: Source Han Sans CN-Bold, Source Han Sans CN;
font-weight: bold;
color: #FFFFFF;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.62);
-webkit-background-clip: text;
}
.you {
z-index: 999;
animation: twinkle1 .6s infinite alternate;
-moz-animation: twinkle1 .6s infinite alternate;
-ms-animation: twinkle1 .6s infinite alternate;
-webkit-animation: twinkle1 .6s infinite alternate
}
@media screen and (max-width: 600px) {
.you {
width: 50px !important;
height: 50px !important;
}
}