Merge branch 'master' of github.com:taoshihan1991/go-fly

pull/23/head
taoshihan1991 3 years ago
commit 45d5876a30

@ -200,8 +200,8 @@
width: 43px; width: 43px;
height: auto; height: auto;
position: absolute; position: absolute;
right: 2px; right: 6px;
bottom: 100px; bottom: 140px;
padding: 10px 0px; padding: 10px 0px;
} }
.launchButtonNotice{ .launchButtonNotice{
@ -211,14 +211,17 @@
text-align: left; text-align: left;
} }
.launchButtonText{ .launchButtonText{
width: 33px; width: 40px;
font-size: 18px; font-size: 8px;
line-height: 21px; line-height: 21px;
white-space: normal; white-space: normal;
word-wrap: break-word; word-wrap: break-word;
word-break:break-all;
max-height: 145px; max-height: 145px;
} }
.launchButtonText .flyAvatar{
margin-right: 0px;
float: none;
}
.launchButtonNotice:after{ .launchButtonNotice:after{
right: 4%; right: 4%;
} }

Loading…
Cancel
Save