index.scss 345 B

1234567891011121314151617
  1. .form_select_to_page{
  2. width: 100%;
  3. display: flex;
  4. justify-content: flex-end;
  5. align-items: center;
  6. font-size: 28rpx;
  7. font-weight: 600;
  8. gap: 14rpx;
  9. &.bottom{
  10. padding-bottom: 10rpx;
  11. border-bottom: 2rpx solid #dadbde;
  12. }
  13. .none{
  14. padding-bottom: 0rpx;
  15. border-bottom: none;
  16. }
  17. }