You can pass a cssClass when creating a modal, like this::
let modal = this.modalCtrl.create(OrdercreateModal, undefined, { cssClass: 'modal-fullscreen' });
Then you can create a cssClass in app.scss with your css.
This will apply the css only to the modal that are created with the cssClass parameter.