yangjie #34
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue