2020-11-29 07:11:54 +09:00
|
|
|
|
2021-07-21 03:30:49 +09:00
|
|
|
.cover {
|
2020-11-29 07:11:54 +09:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
2021-07-21 03:30:49 +09:00
|
|
|
top: 0;
|
2020-11-29 07:11:54 +09:00
|
|
|
left: 0;
|
|
|
|
z-index: -1;
|
|
|
|
}
|
|
|
|
|
2021-07-21 03:30:49 +09:00
|
|
|
.cover-img {
|
2020-11-29 07:11:54 +09:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
object-fit: cover;
|
|
|
|
}
|
|
|
|
|
2021-07-21 03:30:49 +09:00
|
|
|
.no-cover {
|
2020-11-29 07:11:54 +09:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background-color: var(--bg2);
|
|
|
|
}
|
|
|
|
|
2021-07-21 03:30:49 +09:00
|
|
|
.profile {
|
|
|
|
position: relative;
|
2020-11-29 07:11:54 +09:00
|
|
|
background-color: transparent !important;
|
|
|
|
}
|