@jdcfe/yep-react
Version:
一套移动端的React组件库
30 lines • 503 B
CSS
.Yep-toast {
position: fixed;
width: 100%;
top: 40%;
left: 0;
z-index: 777;
font-size: 32px;
text-align: center;
}
.Yep-toast-mask {
display: flex;
justify-content: center;
}
.Yep-toast-bottom {
top: 86%;
}
.Yep-toast-notice {
padding: 30px 40px;
border-radius: 12px;
color: #fff;
min-width: 208px;
max-width: 412px;
background: rgba(0, 0, 0, 0.7);
}
.Yep-toast-notice-icon {
font-size: 72px;
}
.Yep-toast-notice-icon + .Yep-toast-notice-message {
margin-top: 25px;
}