You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
395 B
25 lines
395 B
2 years ago
|
@import '../c/conf';
|
||
|
@import '../c/mx';
|
||
|
|
||
|
.m-msg {
|
||
|
position: fixed;
|
||
|
z-index: 11000;
|
||
|
bottom: 120rpx;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
margin: 0 auto;
|
||
|
width: 600rpx;
|
||
|
color: #eee;
|
||
|
text-align: center;
|
||
|
|
||
|
text {
|
||
|
@include bs2;
|
||
|
display: inline-block;
|
||
|
padding: 10rpx 20rpx;
|
||
|
line-height: 36rpx;
|
||
|
font-size: 12px;
|
||
|
border-radius: 2px;
|
||
|
background-color: rgba(#000, 0.65);
|
||
|
}
|
||
|
}
|