create.scss 436 B

1234567891011121314151617181920212223
  1. .new-footer {
  2. position: fixed;
  3. display: flex;
  4. justify-content: flex-end;
  5. left: 0;
  6. bottom: 0;
  7. width: 100%;
  8. padding: 20rpx 30rpx;
  9. padding-top: 10rpx;
  10. box-sizing: border-box;
  11. background-color: #fff;
  12. box-shadow: 0 -2rpx 10rpx rgba(0, 0, 0, 0.1);
  13. }
  14. .new-submit {
  15. width: 180rpx;
  16. height: 80rpx;
  17. line-height: 80rpx;
  18. border-radius: 8rpx !important;
  19. font-size: 32rpx;
  20. background-color: #3874F6;
  21. color: #fff;
  22. }