|
|
@ -54,8 +54,8 @@
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.launchButton{
|
|
|
|
.launchButton{
|
|
|
|
height: 48px!important;
|
|
|
|
height: 48px;
|
|
|
|
width: auto!important;
|
|
|
|
width: auto;
|
|
|
|
z-index: 10000000000000!important;
|
|
|
|
z-index: 10000000000000!important;
|
|
|
|
background: #fac917;
|
|
|
|
background: #fac917;
|
|
|
|
border: 0!important;
|
|
|
|
border: 0!important;
|
|
|
@ -83,13 +83,13 @@
|
|
|
|
color: #312927;
|
|
|
|
color: #312927;
|
|
|
|
display: inline-block!important;
|
|
|
|
display: inline-block!important;
|
|
|
|
font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,fira sans,droid sans,helvetica neue,sans-serif!important;
|
|
|
|
font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,fira sans,droid sans,helvetica neue,sans-serif!important;
|
|
|
|
font-size: 1em!important;
|
|
|
|
font-size: 1em;
|
|
|
|
line-height: 48px!important;
|
|
|
|
line-height: 48px;
|
|
|
|
font-weight: 700!important;
|
|
|
|
font-weight: 700!important;
|
|
|
|
overflow: hidden!important;
|
|
|
|
overflow: hidden!important;
|
|
|
|
text-overflow: ellipsis!important;
|
|
|
|
text-overflow: ellipsis!important;
|
|
|
|
vertical-align: top!important;
|
|
|
|
vertical-align: top!important;
|
|
|
|
white-space: nowrap!important;
|
|
|
|
white-space: nowrap;
|
|
|
|
transition: .6s ease-in-out!important;
|
|
|
|
transition: .6s ease-in-out!important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.launchButtonNotice .flyAvatar{
|
|
|
|
.launchButtonNotice .flyAvatar{
|
|
|
@ -193,18 +193,33 @@
|
|
|
|
@media screen and (max-width: 500px) {
|
|
|
|
@media screen and (max-width: 500px) {
|
|
|
|
.launchButtonBox{
|
|
|
|
.launchButtonBox{
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
left: 0;
|
|
|
|
right: 0px;
|
|
|
|
right: 0;
|
|
|
|
bottom: 100px;
|
|
|
|
bottom: 5px;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.launchButton{
|
|
|
|
|
|
|
|
width: 43px;
|
|
|
|
|
|
|
|
height: auto;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
right: 0px;
|
|
|
|
|
|
|
|
bottom: 100px;
|
|
|
|
|
|
|
|
padding: 0 0px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.launchButtonNotice{
|
|
|
|
.launchButtonNotice{
|
|
|
|
width: 90%;
|
|
|
|
width: 90%;
|
|
|
|
left: 0;
|
|
|
|
bottom: 245px;
|
|
|
|
right: 0;
|
|
|
|
right: 2%;
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.launchButtonText{
|
|
|
|
|
|
|
|
width: 33px;
|
|
|
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
|
|
|
white-space: normal;
|
|
|
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
|
|
|
word-break:break-all;
|
|
|
|
|
|
|
|
}
|
|
|
|
.launchButtonNotice:after{
|
|
|
|
.launchButtonNotice:after{
|
|
|
|
right: 49%;
|
|
|
|
right: 4%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|