CAFE

sss

작성자사브투어|작성시간26.06.15|조회수4 목록 댓글 0

<style>
.aros-blink {
position: fixed;
top: 65%;
right: 10%;
z-index: 99;
cursor: pointer;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: -0.16px;
text-align: right;
text-decoration: none;
width: 300px;
height: 95px;
border-radius: 15px;
overflow: hidden;
background: linear-gradient(to bottom, #ffffff, #f2f2f2);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
display: none
}

.aros-blink-top {
position: relative;
width: 100%;
height: 50%;
background-color: red;
animation: blink 0.4s infinite alternate;
display: none
}

@keyframes blink {
0% {
background-color: red;
}
100% {
background-color: blue;
}
}

.aros-blink-top-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-size: 16px;
max-width: 280px;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.aros-blink-bottom {
position: relative;
width: 100%;
height: 50%;
background-color: #DCDCDC;
}

.aros-blink-bottom-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: red;
font-size: 16px;
max-width: 280px;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
animation: blinkColor 0.4s infinite alternate;
}

@keyframes blinkColor {
0% {
color: red;
}
100% {
color: blue;
}
}

.aros-blink:hover .aros-blink-top {
animation: blink 0.4s infinite alternate;
}

.aros-blink-img {
font-size: 16px;
letter-spacing: -0.14px;
line-height: 1.33;
font-weight: normal;
font-stretch: normal;
font-style: normal;
text-align: left;
color: #747474;
text-decoration: none;
}

@media only screen and (max-width: 800px) {
.aros-blink {
top: 73%;
left: 10%;
z-index: 99;
cursor: pointer;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: -0.16px;
text-align: right;
text-decoration: none;
height: 95px;
border-radius: 15px;
overflow: hidden;
}
}
</style>

다음검색
현재 게시글 추가 기능 열기

댓글

댓글 리스트
맨위로

카페 검색

카페 검색어 입력폼