适配样式

pull/23/head
taoshihan1991 5 years ago
parent 329713cbd7
commit dedbe34b5a

@ -193,9 +193,8 @@
@media screen and (max-width: 500px) { @media screen and (max-width: 500px) {
.launchButtonBox{ .launchButtonBox{
width: 100%; width: 100%;
right: 0px;
bottom: 100px;
text-align: center; text-align: center;
right: 0px;
} }
.launchButton{ .launchButton{
width: 43px; width: 43px;
@ -218,6 +217,7 @@
white-space: normal; white-space: normal;
word-wrap: break-word; word-wrap: break-word;
word-break:break-all; word-break:break-all;
max-height: 130px;
} }
.launchButtonNotice:after{ .launchButtonNotice:after{
right: 4%; right: 4%;

Loading…
Cancel
Save