kara-module-tost
Version:
kara tost
30 lines (27 loc) • 433 B
CSS
.tost {
position: absolute;
top: 40px;
right: 0;
z-index: 2000;
left: 70px;
text-align: center;
}
.tost .tost-item {
position: relative;
height: 40px;
line-height: 40px;
color: #fff;
}
.tost .tost-item i {
display: block;
width: 100%;
height: 100%;
opacity: 0.7;
}
.tost .tost-item span {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}