| 1 |
.upk-maple-carousel .upk-item { |
| 2 |
position: relative; |
| 3 |
overflow: hidden; |
| 4 |
} |
| 5 |
.upk-maple-carousel .upk-item:hover .upk-img { |
| 6 |
transform: scale(1.1); |
| 7 |
} |
| 8 |
.upk-maple-carousel .upk-item-box { |
| 9 |
position: relative; |
| 10 |
} |
| 11 |
.upk-maple-carousel .upk-img-wrap { |
| 12 |
position: relative; |
| 13 |
} |
| 14 |
.upk-maple-carousel .upk-main-image { |
| 15 |
position: relative; |
| 16 |
overflow: hidden; |
| 17 |
border-radius: 5px; |
| 18 |
width: 100%; |
| 19 |
display: flex; |
| 20 |
} |
| 21 |
.upk-maple-carousel .upk-main-image .upk-img { |
| 22 |
width: 100%; |
| 23 |
height: 100%; |
| 24 |
object-fit: cover; |
| 25 |
transition: all 0.3s ease-in-out; |
| 26 |
} |
| 27 |
.upk-maple-carousel .upk-category { |
| 28 |
position: absolute; |
| 29 |
top: 0; |
| 30 |
left: 0; |
| 31 |
margin: 15px; |
| 32 |
display: inline-flex; |
| 33 |
flex-wrap: wrap; |
| 34 |
gap: 7px; |
| 35 |
} |
| 36 |
.upk-maple-carousel .upk-category a { |
| 37 |
background-color: #ef233c; |
| 38 |
text-decoration: none; |
| 39 |
padding: 3px 10px; |
| 40 |
border-radius: 15px; |
| 41 |
font-size: 12px; |
| 42 |
color: #ffffff; |
| 43 |
} |
| 44 |
.upk-maple-carousel .upk-post-format { |
| 45 |
position: absolute; |
| 46 |
bottom: 0; |
| 47 |
right: 50px; |
| 48 |
} |
| 49 |
.upk-maple-carousel .upk-post-format a { |
| 50 |
color: #fff; |
| 51 |
background-color: #ef233c; |
| 52 |
display: flex; |
| 53 |
position: absolute; |
| 54 |
padding: 10px; |
| 55 |
border-radius: 30px; |
| 56 |
cursor: pointer; |
| 57 |
transform: translate(-50%, -50%); |
| 58 |
} |
| 59 |
.upk-maple-carousel .upk-post-format a i { |
| 60 |
display: flex; |
| 61 |
} |
| 62 |
.upk-maple-carousel .upk-content { |
| 63 |
padding-top: 22px; |
| 64 |
} |
| 65 |
.upk-maple-carousel .upk-meta { |
| 66 |
display: flex; |
| 67 |
flex-wrap: wrap; |
| 68 |
align-items: center; |
| 69 |
margin-bottom: 15px; |
| 70 |
font-size: clamp(13px, 2vw, 14px); |
| 71 |
} |
| 72 |
.upk-maple-carousel .upk-meta .upk-author { |
| 73 |
display: flex; |
| 74 |
align-items: center; |
| 75 |
} |
| 76 |
.upk-maple-carousel .upk-meta .upk-author img { |
| 77 |
border-radius: 80px; |
| 78 |
margin-right: 10px; |
| 79 |
} |
| 80 |
.upk-maple-carousel .upk-meta .author-name { |
| 81 |
color: #8d99ae; |
| 82 |
font-weight: 600; |
| 83 |
} |
| 84 |
.upk-maple-carousel .upk-meta .upk-blog-date { |
| 85 |
position: relative; |
| 86 |
display: flex; |
| 87 |
} |
| 88 |
.upk-maple-carousel .upk-meta .upk-blog-date .date { |
| 89 |
color: #8d99ae; |
| 90 |
} |
| 91 |
.upk-maple-carousel .upk-meta .upk-blog-date i { |
| 92 |
margin: 0 5px; |
| 93 |
} |
| 94 |
.upk-maple-carousel .upk-meta .upk-post-time { |
| 95 |
margin-left: 5px; |
| 96 |
color: #8d99ae; |
| 97 |
} |
| 98 |
.upk-maple-carousel .upk-meta .upk-post-time i { |
| 99 |
margin-right: 2px; |
| 100 |
} |
| 101 |
.upk-maple-carousel .upk-meta .upk-reading-time { |
| 102 |
color: #8d99ae; |
| 103 |
} |
| 104 |
.upk-maple-carousel .upk-meta > div { |
| 105 |
position: relative; |
| 106 |
display: inline-flex; |
| 107 |
} |
| 108 |
.upk-maple-carousel .upk-meta > div:before { |
| 109 |
content: attr(data-separator); |
| 110 |
margin: 0 8px; |
| 111 |
} |
| 112 |
.upk-maple-carousel .upk-meta > div:nth-child(1)::before { |
| 113 |
display: none; |
| 114 |
} |
| 115 |
.upk-maple-carousel .upk-title { |
| 116 |
width: 100%; |
| 117 |
font-size: clamp(18px, 2vw, 20px); |
| 118 |
font-weight: 600; |
| 119 |
line-height: 1.4; |
| 120 |
margin-top: 0; |
| 121 |
margin-bottom: 15px; |
| 122 |
} |
| 123 |
.upk-maple-carousel .upk-title a { |
| 124 |
color: #2b2d42; |
| 125 |
} |
| 126 |
.upk-maple-carousel .upk-title a:hover { |
| 127 |
color: #ef233c; |
| 128 |
} |
| 129 |
.upk-maple-carousel .upk-text { |
| 130 |
color: #8d99ae; |
| 131 |
font-size: clamp(14px, 2vw, 16px); |
| 132 |
} |
| 133 |
.upk-maple-carousel .upk-text P { |
| 134 |
margin: 0; |
| 135 |
} |
| 136 |
|
| 137 |
.upk-item-match-height--yes .upk-maple-carousel .swiper-slide { |
| 138 |
height: initial; |
| 139 |
} |
| 140 |
|
| 141 |
.upk-global-link-yes .upk-maple-carousel .upk-item:hover { |
| 142 |
cursor: pointer; |
| 143 |
} |