星际探索:玩法说明重新布局
This commit is contained in:
Binary file not shown.
@@ -19,13 +19,19 @@ body {
|
||||
height: 100%;
|
||||
background: url("../images/play_explain.png");
|
||||
background-size: 100% 100%;
|
||||
overflow: hidden;
|
||||
/* <360px */ }
|
||||
.play .tips {
|
||||
font-size: 0.32rem;
|
||||
color: #FFFEFE;
|
||||
width: 8.1066666667rem;
|
||||
margin: 2.8666666667rem auto 0.6666666667rem;
|
||||
line-height: 0.48rem; }
|
||||
@media screen and (max-width: 360px) {
|
||||
.play ul {
|
||||
height: 5rem;
|
||||
position: absolute;
|
||||
top: 3.5rem;
|
||||
left: 1rem;
|
||||
width: 8.2rem;
|
||||
margin: 0 auto;
|
||||
overflow-y: scroll; }
|
||||
.play ul::-webkit-scrollbar {
|
||||
display: none;
|
||||
@@ -34,10 +40,8 @@ body {
|
||||
@media screen and (min-width: 361px) and (max-width: 375px) {
|
||||
.play ul {
|
||||
height: 6rem;
|
||||
position: absolute;
|
||||
top: 4.2rem;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 8.2rem;
|
||||
margin: 0 auto;
|
||||
overflow-y: scroll; }
|
||||
.play ul::-webkit-scrollbar {
|
||||
display: none;
|
||||
@@ -46,10 +50,8 @@ body {
|
||||
@media screen and (min-width: 376px) {
|
||||
.play ul {
|
||||
height: 7rem;
|
||||
position: absolute;
|
||||
top: 4.6rem;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 8.2rem;
|
||||
margin: 0 auto;
|
||||
overflow-y: scroll; }
|
||||
.play ul::-webkit-scrollbar {
|
||||
display: none;
|
||||
|
@@ -38,14 +38,26 @@ body {
|
||||
height: 100%;
|
||||
background: url('../images/play_explain.png');
|
||||
background-size: 100% 100%;
|
||||
overflow: hidden;
|
||||
|
||||
.tips {
|
||||
font-size: px2rem(24, );
|
||||
color: #FFFEFE;
|
||||
width: px2rem(608, );
|
||||
margin: px2rem(215, ) auto px2rem(50, );
|
||||
line-height: px2rem(36, );
|
||||
}
|
||||
|
||||
/* <360px */
|
||||
@media screen and (max-width:360px) {
|
||||
ul {
|
||||
height: 5rem;
|
||||
position: absolute;
|
||||
top: 3.5rem;
|
||||
left: 1rem;
|
||||
width: 8.2rem;
|
||||
// position: absolute;
|
||||
// top: 3.5rem;
|
||||
// top: 0;
|
||||
// left: 1rem;
|
||||
margin: 0 auto;
|
||||
overflow-y: scroll;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
@@ -58,10 +70,13 @@ body {
|
||||
@media screen and (min-width:361px) and (max-width:375px) {
|
||||
ul {
|
||||
height: 6rem;
|
||||
position: absolute;
|
||||
top: 4.2rem;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 8.2rem;
|
||||
// position: absolute;
|
||||
// top: 4.2rem;
|
||||
// top: 0;
|
||||
// left: 50%;
|
||||
// transform: translateX(-50%);
|
||||
margin: 0 auto;
|
||||
overflow-y: scroll;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
@@ -75,10 +90,13 @@ body {
|
||||
@media screen and (min-width:376px) {
|
||||
ul {
|
||||
height: 7rem;
|
||||
position: absolute;
|
||||
top: 4.6rem;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 8.2rem;
|
||||
// position: absolute;
|
||||
// top: 4.6rem;
|
||||
// top: 0;
|
||||
// left: 50%;
|
||||
// transform: translateX(-50%);
|
||||
margin: 0 auto;
|
||||
overflow-y: scroll;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 167 KiB After Width: | Height: | Size: 122 KiB |
@@ -13,6 +13,10 @@
|
||||
<body>
|
||||
<div class="back"><img src="./images/travel/back.png" alt=""></div>
|
||||
<div class="play">
|
||||
<div class="tips">
|
||||
1.通过星际探索获得的礼物放到礼物包裹,点开礼物面板即可查看; <br>
|
||||
2.每次探索100%获得礼物。
|
||||
</div>
|
||||
<ul class="explain">
|
||||
<!-- <li>
|
||||
<div class="gift_img">
|
||||
|
Reference in New Issue
Block a user