样式优化

This commit is contained in:
yj 2024-11-07 11:01:40 +08:00
parent 0350b596a9
commit 63ce58bb96
1 changed files with 4 additions and 3 deletions

View File

@ -420,12 +420,13 @@
.meetingContentSwiperCardShare { .meetingContentSwiperCardShare {
position: absolute; position: absolute;
left: 50%; left: 50%;
top: 50%; top: 6%;
z-index: 2; z-index: 2;
transform: translate(-50%, -50%); transform: translate(-50%, 0%);
background-color: rgba(0, 0, 0, 0.5); background-color: rgba(0, 0, 0, 0.5);
color: white; color: white;
padding: 10px 20px; font-size: 12px;
padding: 4px 10px;
white-space: nowrap; white-space: nowrap;
} }
} }