4tujh4q
This commit is contained in:
parent
683ee6d7a8
commit
56e4ea9d42
@ -66,14 +66,16 @@
|
|||||||
#event-detail-popup {
|
#event-detail-popup {
|
||||||
background: #1e1a14;
|
background: #1e1a14;
|
||||||
border: 1px solid rgba(255, 200, 80, 0.3);
|
border: 1px solid rgba(255, 200, 80, 0.3);
|
||||||
border-radius: 6px;
|
border-radius: 12px;
|
||||||
padding: 12px;
|
padding: 24px;
|
||||||
min-width: 140px;
|
min-width: 280px;
|
||||||
max-width: 210px;
|
max-width: 420px;
|
||||||
width: 45%;
|
width: 90%;
|
||||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
|
box-shadow: 0 8px 40px rgba(0, 0, 0, 0.7);
|
||||||
position: relative;
|
position: relative;
|
||||||
animation: eventDetailIn 0.18s ease;
|
animation: eventDetailIn 0.18s ease;
|
||||||
|
transform: scale(0.5);
|
||||||
|
transform-origin: center center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes eventDetailIn {
|
@keyframes eventDetailIn {
|
||||||
@ -83,12 +85,12 @@
|
|||||||
|
|
||||||
#event-detail-popup .edp-close {
|
#event-detail-popup .edp-close {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 5px;
|
top: 10px;
|
||||||
right: 6px;
|
right: 12px;
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
color: #888;
|
color: #888;
|
||||||
font-size: 9px;
|
font-size: 18px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
transition: color 0.1s;
|
transition: color 0.1s;
|
||||||
@ -100,23 +102,23 @@
|
|||||||
|
|
||||||
#event-detail-popup .edp-img {
|
#event-detail-popup .edp-img {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto 7px;
|
margin: 0 auto 14px;
|
||||||
width: 40px;
|
width: 80px;
|
||||||
height: 40px;
|
height: 80px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
|
|
||||||
#event-detail-popup .edp-title {
|
#event-detail-popup .edp-title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 8px;
|
font-size: 15px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #f5c842;
|
color: #f5c842;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#event-detail-popup .edp-body {
|
#event-detail-popup .edp-body {
|
||||||
font-size: 7px;
|
font-size: 13px;
|
||||||
color: #cccccc;
|
color: #cccccc;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user