...
|
...
|
@@ -3,6 +3,8 @@ |
|
|
html,
|
|
|
body {
|
|
|
height: 100%;
|
|
|
padding-bottom: constant(safe-area-inset-bottom);
|
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
|
}
|
|
|
|
|
|
.main-wrap {
|
...
|
...
|
@@ -33,12 +35,12 @@ body { |
|
|
}
|
|
|
|
|
|
.swiper-slide {
|
|
|
display: flex;
|
|
|
// align-items: center;
|
|
|
justify-content: center;
|
|
|
position: relative;
|
|
|
box-sizing: border-box;
|
|
|
// padding-bottom: 134px;
|
|
|
// display: flex;
|
|
|
// // align-items: center;
|
|
|
// justify-content: center;
|
|
|
// position: relative;
|
|
|
// box-sizing: border-box;
|
|
|
// // padding-bottom: 134px;
|
|
|
overflow: hidden;
|
|
|
|
|
|
.filter-bg {
|
...
|
...
|
@@ -89,6 +91,14 @@ body { |
|
|
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%,);
|
|
|
}
|
|
|
|
|
|
.magazine-info {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
margin-bottom: 40px;
|
|
|
padding-right: 2px;
|
|
|
}
|
|
|
|
|
|
.magazine-info-block {
|
|
|
width: 100%;
|
|
|
height: 0;
|
...
|
...
|
@@ -114,17 +124,26 @@ body { |
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
.m-buy-info {
|
|
|
color: #fff;
|
|
|
font-size: 24px;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|
|
|
.m-order {
|
|
|
margin-bottom: 40px;
|
|
|
color: #fff;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
font-weight: bold;
|
|
|
|
|
|
&:before {
|
|
|
content: "";
|
|
|
width: 26px;
|
|
|
height: 21px;
|
|
|
width: 28px;
|
|
|
height: 28px;
|
|
|
margin-right: 10px;
|
|
|
background-image: url("img/magazine/crown.png");
|
|
|
background-image: url("img/magazine/help-tip@2x.png");
|
|
|
background-size: 100% 100%;
|
|
|
background-repeat: no-repeat;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
}
|
...
|
...
|
|