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

7 months ago
  1. .release-box{
  2. width: 250rpx;
  3. height: 80rpx;
  4. background: #ff5d18;
  5. border: 4rpx solid rgba(255,255,255,0.68);
  6. border-radius: 44rpx;
  7. box-shadow: 0px 6rpx 12rpx 0px rgba(0,0,0,0.16);
  8. display: flex;
  9. justify-content: center;
  10. align-items: center;
  11. position: fixed;
  12. bottom: 40rpx;
  13. left: 250rpx;
  14. }