/*6ke论坛 https://6.ke*/
.tag-wrapper {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
overflow: hidden;
white-space: nowrap;
transition: width 0.3s ease;
}
.tag-container {
display: inline-flex;
transition: transform 0.3s ease;
border-radius: 6px;
overflow: hidden;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
a.liuke-biaoqian.tag-link {
font-size: 10px;
padding: 1px 5px;
text-decoration: none;
display: inline-block;
transition: all 0.3s ease;
font-weight: 500;
line-height: 20px;
border: none;
outline: none !important;
opacity: 1;
visibility: visible;
margin: 0;
border-radius: 0;
}
a.liuke-biaoqian.tag-link:first-child {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
/*6ke论坛 https://6.ke*/
a.liuke-biaoqian.tag-link:last-child {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
@media (hover: hover) {
.tag-container:hover {
box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
a.liuke-biaoqian.tag-link:hover {
opacity: 0.8;
}
}
a.liuke-biaoqian.tag-link i {
margin-right: 3px;
}
@media (max-width: 768px) {
a.liuke-biaoqian.tag-link {
font-size: 9px;
padding: 0 4px;
}
}
.forum-title {
position: relative;
padding-right: 80px;
}
.forum-title {
position: relative;
padding-right: 80px;
}
.forum-posts {
position: relative;
}
.plate-badge {
position: absolute;
top: 0;
left: 0;
background-color: #007bff;
color: white !important;
padding: 2px 5px;
font-size: 12px;
line-height: 1.2;
border-radius: 8px 0 8px 0;
display: flex;
align-items: center;
transition: all 0.3s ease;
overflow: hidden;
}
.plate-badge::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.3);
transition: all 0.3s ease;
}
.plate-badge:hover {
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
transform: translateY(-2px);
}
.plate-badge:hover::before {
left: 100%;
}
.plate-icon {
display: inline-flex;
align-items: center;
margin-right: 3px;
transition: transform 0.3s ease;
}
.plate-badge:hover .plate-icon {
transform: scale(1.1);
}
.plate-icon i {
font-size: 12px;
transition: color 0.3s ease;
}
.plate-name {
display: inline-block;
vertical-align: middle;
transition: color 0.3s ease;
}
.plate-badge:hover .plate-name,
.plate-badge:hover .plate-icon i {
color: #f0f0f0;
}
.forum-posts.mini {
padding-top: 20px;
}
@media (max-width: 767px) {
.forum-posts.mini {
padding-top: 20px;
}
}
/*6ke论坛 https://6.ke*/