<>
.tips {
box-sizing: border-box;
padding: 10px 20px;
position: fixed;
left: 0;
right: 0;
bottom: 0;
height: 64px;
background-color: rgba(0,0,0,0.50);
z-index: 100000;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.t-left {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.t-logo {
width: 48px;
height: 48px;
margin-right: 10px;
}
.c-t {
color: #fff;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.c-title {
font-family: PingFangSC-Semibold;
font-size: 16px;
color: #FFFFFF;
line-height: 22px;
font-weight: 600;
}
.c-desc {
font-family: PingFangSC-Regular;
font-size: 12px;
color: #FFFFFF;
font-weight: 400;
}
.t-btn {
box-sizing: border-box;
width: 78px;
height: 30px;
line-height: 30px;
text-align: center;
background: #D8D8D8;
background-image: linear-gradient(135deg#2F88FF 0%#43CCF8 100%);
border-radius: 20px;
font-size: 14px;
color: #FFFFFF;
font-weight: 600;
}
.close-icons {
width: 10px;
height: 10px;
position: absolute;
top: 10px;
right: 10px;
}
>