日照项目的居民端小程序
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

@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);
}
}