样式自适应

pull/23/head
taoshihan1991 4 years ago
parent a17f3f1989
commit fe60d12420

@ -138,10 +138,15 @@
@media screen and (max-width: 500px) { @media screen and (max-width: 500px) {
.launchButtonBox{ .launchButtonBox{
width: 100%; width: 100%;
left: 0;
right: 0; right: 0;
bottom: 5px;
text-align: center;
} }
.launchButtonNotice{ .launchButtonNotice{
width: 100%; width: 90%;
right: auto; left: 0;
right: 0;
text-align: left;
} }
} }
Loading…
Cancel
Save