|
@@ -413,7 +413,10 @@ body {
|
413
|
413
|
.Dialog {
|
414
|
414
|
font-size: 0.36rem;
|
415
|
415
|
width: 11.8rem;
|
416
|
|
- @media only screen and (min-width: 415px) and (max-width: 737px) {
|
|
416
|
+ @media only screen and (min-width: 415px) and (max-width: 500px) {
|
|
417
|
+ width: 10.8rem !important;
|
|
418
|
+ }
|
|
419
|
+ @media only screen and (min-width: 501px) and (max-width: 737px) {
|
417
|
420
|
width: 12.8rem !important;
|
418
|
421
|
}
|
419
|
422
|
@media only screen and (min-width: 376px) and (max-width: 415px) {
|