thaw/thaw_mobile/toast/toast.css

16 lines
324 B
CSS
Raw Normal View History

2023-11-05 16:03:58 +08:00
.thaw-toast {
2023-06-14 18:19:59 +08:00
white-space: pre-wrap;
word-break: break-all;
max-width: 80%;
font-size: 14px;
line-height: 20px;
color: #fff;
background-color: #000000b3;
padding: 8px 12px;
position: fixed;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
border-radius: 8px;
}