纸通宝商家版本的小程序,原生微信开发。
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.
 

29 lines
509 B

.list-bar{
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
z-index: 19;
position: absolute;
right: 0;
width: 60rpx;
}
.list-text{
font-size: 22rpx;
}
.list-alert{
position: absolute;
z-index: 20;
width: 160rpx;
height: 160rpx;
left: 50%;
top: 50%;
margin-left: -80rpx;
margin-top: -80rpx;
border-radius: 80rpx;
text-align: center;
line-height: 160rpx;
font-size: 70rpx;
color: #fff;
background-color: rgba(0, 0, 0, 0.5);
}