15 lines
234 B
Plaintext
Raw Normal View History

2025-04-14 10:57:27 +08:00
.divBtn {
position: absolute;
z-index: 100;
top: 50%;
left: 10px;
background-color: white;
border-radius: 5px;
width: 40px;
text-align: center;
font-size: 12px;
padding: 10px 5px;
border: 1px solid #80808061;
}