issue #10 컨텐트 페이지 타이틀 중간 배치. 콘텐트 썸네일 배경 투명도 변경.

This commit is contained in:
Paul Kim
2023-10-04 15:54:37 +09:00
parent cbb01aaecc
commit 320aaa2de1

View File

@@ -114,21 +114,25 @@
width: 620px; width: 620px;
height: 830px; height: 830px;
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
background-color: rgba(0, 0, 0, 0.5); background-color: rgba(0, 0, 0, 0.7);
padding: 0px 12px 0px 12px; padding: 0px 12px 0px 12px;
overflow: hidden; overflow: hidden;
} }
.main .ctzgen .bg .owl-carousel .owl-item .ctz_desc_frame #ctz_title { .main .ctzgen .bg .owl-carousel .owl-item .ctz_desc_frame #ctz_title {
position: absolute; position: absolute;
display: flex;
font-size: 44px; font-size: 44px;
line-height: 44px; /* line-height: 44px; */
line-height: 1;
height: 100px; height: 100px;
width: 100%; width: 100%;
padding: 10px; padding: 10px;
white-space: pre-wrap; white-space: pre-wrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
/* justify-content: center; */
align-items: center;
} }
.main .ctzgen .bg .owl-carousel .owl-item .ctz_desc_frame #ctz_thumbnail { .main .ctzgen .bg .owl-carousel .owl-item .ctz_desc_frame #ctz_thumbnail {