dk-stepper.wxss 373 B

1234567891011121314151617181920212223
  1. .com-content{
  2. display: flex;
  3. justify-content: flex-end;
  4. align-items: center;
  5. background-color: #ffffff;
  6. padding: 5rpx;
  7. }
  8. .number-view{
  9. position: fixed;
  10. display: flex;
  11. z-index: 100;
  12. justify-content: center;
  13. align-items: center;
  14. padding: 5rpx;
  15. }
  16. .number-content{
  17. text-align: center;
  18. z-index: 100;
  19. background-color: #ffffff;
  20. columns: #1b365d;
  21. }