用工小程序前端代码
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.
 
 
 

16 lines
303 B

.release-box{
width: 250rpx;
height: 80rpx;
background: #ff5d18;
border: 4rpx solid rgba(255,255,255,0.68);
border-radius: 44rpx;
box-shadow: 0px 6rpx 12rpx 0px rgba(0,0,0,0.16);
display: flex;
justify-content: center;
align-items: center;
position: fixed;
bottom: 40rpx;
left: 250rpx;
}