index.scss 585 B

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