| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196 |
- /* 5 */
- @media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){
- /* dialog */
- #dialog {
- width: 100vw;
- height: 100vh;
- top: 0;
- left: 0;
- margin: 0;
- border-radius: 0;
- }
- .container{
- width: inherit;
- }
- .Header {
- margin-bottom: 3rem;
- }
- /* Logo */
- .Header-logoWrap {
- margin: 3rem auto;
- }
- .Header-companyName {
- margin-top: 3rem;
- }
- .Header-purchaseDescription {
- margin-bottom: 1rem;
- }
- /* username */
- #login_div #username {
- margin-top: 1.5rem;
- }
- #login_div #username, #login_div #password {
- /* width: 15rem; */
- }
- /* Change */
- #pay_div #paymentForm .pay_change {
- margin-left: 8.8rem;
- }
- /* OTP */
- #otp {
- width: 9rem !important;
- }
- /* Get OTP */
- #get_otp {
- width: 6rem;
- margin-left: 1.4rem;
- height: 2.2rem;
- }
- /* success page */
- .payBox {
- width: 100vw;
- height: 100vh;
- }
- .pay_alr2{
- margin: 37rem 3rem;
- }
- .pay_alr2s1 {
- font-size: 3rem;
- }
- }
- @media only screen and (max-device-width :480px){ }
- @media only screen and (min-device-width :481px){ }
-
- /*6*/
- @media (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio : 2){
- /* dialog */
- #dialog {
- width: 100vw;
- height: 100vh;
- top: 0;
- left: 0;
- margin: 0;
- border-radius: 0;
- }
- .container{
- width: inherit;
- }
- .Header {
- margin-bottom: 3rem;
- }
- /* Logo */
- .Header-logoWrap {
- margin: 3rem auto;
- }
- .Header-companyName {
- margin-top: 3rem;
- }
- .Header-purchaseDescription {
- margin-bottom: 1rem;
- }
- /* username */
- #login_div #username {
- margin-top: 1.5rem;
- }
- #login_div #username, #login_div #password {
- /*width: 18.5rem;*/
- }
- /* Change */
- #pay_div #paymentForm .pay_change {
- padding: 0 0 0 3rem;
- }
- /* OTP */
- #otp {
- width: 13rem !important;
- }
- /* Get OTP */
- #get_otp {
- width: 6rem;
- margin-left: 0.8rem;
- height: 2.2rem;
- }
- /* success page */
- .payBox {
- width: 100vw;
- height: 100vh;
- }
- .pay_alr2{
- margin: 37rem 3rem;
- }
- .pay_alr2s1 {
- font-size: 3rem;
- }
- }
-
- /*6+ 6Plus*/
- @media (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio : 3){
- /* dialog */
- #dialog {
- width: 100vw;
- height: 100vh;
- top: 0;
- left: 0;
- margin: 0;
- border-radius: 0;
- }
- .container{
- width: inherit;
- }
- .Header {
- margin-bottom: 3rem;
- }
- /* Logo */
- .Header-logoWrap {
- margin: 3rem auto;
- }
- .Header-companyName {
- margin-top: 3rem;
- }
- .Header-purchaseDescription {
- margin-bottom: 1rem;
- }
- /* username */
- #login_div #username {
- margin-top: 1.5rem;
- }
- #login_div #username, #login_div #password {
- /* width: 21rem; */
- }
- /* Change */
- #pay_div #paymentForm .pay_change {
- padding: 0 0 0 5.5rem;
- }
- /* OTP */
- #otp {
- width: 15rem !important;
- }
- /* Get OTP */
- #get_otp {
- width: 6.5rem;
- margin-left: 0.8rem;
- height: 2.4rem;
- top: -0.1rem;
- }
- /* success page */
- .payBox {
- width: 100vw;
- height: 100vh;
- }
- .pay_alr2{
- margin: 37rem 3rem;
- }
- .pay_alr2s1 {
- font-size: 3rem;
- }
- }
-
- /*meizu*/
- @media only screen and (min-device-width :1080px) and (-webkit-min-device-pixel-ratio : 2.5){ }
-
- /*mate7*/
- @media only screen and (min-device-width :1080px) and (-webkit-min-device-pixel-ratio : 3){ }
-
- /*4 4s*/
- @media only screen and (device-height :480px) and (-webkit-device-pixel-ratio:2){ }
|