first commit

This commit is contained in:
编码猿
2024-09-27 01:32:49 +08:00
commit 28ebe05a64
7399 changed files with 1174529 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
.wux-toast {
position: fixed;
z-index: 5000;
top: 50%;
left: 50%;
background: rgba(40,40,40,.75);
font-size: 28rpx;
line-height: 1.5;
text-align: center;
border-radius: 8rpx;
color: #fff;
transform: translate3d(-50%,-50%,0)
}
.wux-toast__content {
min-width: 236rpx;
padding: 18rpx 30rpx;
box-sizing: border-box
}
.wux-toast__content--has-icon {
padding: 30rpx
}
.wux-toast__content--has-icon .wux-toast__text {
margin-top: 12rpx
}
.wux-toast__icon {
margin: 0;
display: block
}