디스플레이테마 , 인카게임 수정

This commit is contained in:
hyeonggil
2024-07-01 23:26:33 +09:00
parent 27b98db968
commit 0a676da6d0
18 changed files with 264 additions and 42 deletions

View File

@@ -553,6 +553,7 @@
}
p{
position: relative;
width:100%;
span,
strong{
@@ -560,7 +561,7 @@
width:100%;
font-size:1.4rem ;
width:75%;
line-height: 1.4;
line-height: 1.2;
white-space: normal;
display: -webkit-box;
-webkit-line-clamp: 2;
@@ -570,14 +571,58 @@
font-size:1.4rem ;
}
}
strong{font-weight: 600;}
span{font-weight: 400;}
strong{
font-size: 1.6rem;
font-weight: 600;
em {display: block;font-size: 1.2rem;}
}
span{
font-size: 1.2rem;
font-weight: 400;
}
strong + span{
margin-top:1rem;
@include maxtablet{
margin-top:.5rem;
}
}
.badge {
display: inline-flex;
justify-content: center;
align-items: center;
position: absolute;
top:0;
right:2.4rem;
width: 6rem;
height: 2.4rem;
padding-top: .25rem;
color:#fff;
font-weight: 600;
font-size: 1.2rem;
background-color: rgba(5, 20, 31, 0.6);
border-radius: 1.2rem;
line-height: 0;
}
@include maxtablet{
strong {
font-size: 1.4rem;
em {
font-size: 1rem;
}
}
span {
font-size: 1rem;
}
.badge {
right: 1.2rem;
width: 5rem;
height: 2rem;
padding-top: .15rem;
font-size: 1rem;
border-radius: 1rem;
}
}
}
}
}