addAndEditor.scss 540 B

1234567891011121314151617181920212223
  1. .new-footer {
  2. display: flex;
  3. align-items: center;
  4. justify-content: flex-end;
  5. position: fixed;
  6. width: 100vw;
  7. height: 130rpx;
  8. background: #FFFFFF;
  9. box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
  10. bottom: 0;
  11. .new-submit {
  12. width: 156rpx;
  13. height: 90rpx;
  14. background: #3874F6;
  15. border-radius: 8rpx;
  16. font-size: 28rpx;
  17. font-family: PingFang SC-Bold, PingFang SC;
  18. font-weight: bold;
  19. color: #FFFFFF;
  20. margin-right: 30rpx;
  21. }
  22. }