|
@@ -3,7 +3,8 @@
|
|
|
width: 100vw;
|
|
|
height: 100vh;
|
|
|
overflow: hidden;
|
|
|
- background: url('../../common/images/icon_bg.png') no-repeat center center / cover;
|
|
|
+ background: url('../../common/images/icon_bg.png') no-repeat center center /
|
|
|
+ cover;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
@@ -14,7 +15,7 @@
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
padding: 19px 23px 8px 41px;
|
|
|
- transition: opacity .3s ease-in-out;
|
|
|
+ transition: opacity 0.3s ease-in-out;
|
|
|
|
|
|
.back {
|
|
|
img {
|
|
@@ -25,7 +26,7 @@
|
|
|
.tabs {
|
|
|
:global {
|
|
|
.van-tab {
|
|
|
- color: rgba(255, 255, 255, .9);
|
|
|
+ color: rgba(255, 255, 255, 0.9);
|
|
|
font-size: 15px;
|
|
|
padding: 0 16px;
|
|
|
|
|
@@ -50,7 +51,7 @@
|
|
|
.downBtn {
|
|
|
width: 84px;
|
|
|
height: 32px;
|
|
|
- background: #F8F9FC;
|
|
|
+ background: #f8f9fc;
|
|
|
border-radius: 16px;
|
|
|
border: none;
|
|
|
padding: 0;
|
|
@@ -79,13 +80,13 @@
|
|
|
width: 8px;
|
|
|
height: 5px;
|
|
|
margin-left: 4px;
|
|
|
- transition: transform .2s ease;
|
|
|
+ transition: transform 0.2s ease;
|
|
|
}
|
|
|
|
|
|
.iconUp {
|
|
|
color: var(--van-primary-color);
|
|
|
transform: rotate(180deg);
|
|
|
- transition: transform .2s ease;
|
|
|
+ transition: transform 0.2s ease;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -113,7 +114,6 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.content {
|
|
|
flex: 1;
|
|
|
overflow-y: hidden;
|
|
@@ -159,36 +159,38 @@
|
|
|
margin-bottom: 15px;
|
|
|
width: 100%;
|
|
|
height: 170px;
|
|
|
- background-color: #EDEFF2;
|
|
|
- box-shadow: 0 5px 14Px rgba(0,0,0,0.4);
|
|
|
+ background-color: #edeff2;
|
|
|
+ box-shadow: 0 5px 14px rgba(0, 0, 0, 0.4);
|
|
|
+ img {
|
|
|
+ position: absolute;
|
|
|
+ }
|
|
|
&::before {
|
|
|
- content: "";
|
|
|
+ content: '';
|
|
|
position: absolute;
|
|
|
- top: 4Px;
|
|
|
- right: -4Px;
|
|
|
- width: 4Px;
|
|
|
- height: calc(100% - 8Px);
|
|
|
+ top: 4px;
|
|
|
+ right: -4px;
|
|
|
+ width: 4px;
|
|
|
+ height: calc(100% - 8px);
|
|
|
background-color: #c5c5c5;
|
|
|
z-index: 1;
|
|
|
}
|
|
|
|
|
|
&::after {
|
|
|
- content: "";
|
|
|
+ content: '';
|
|
|
position: absolute;
|
|
|
- top: 2Px;
|
|
|
- right: -2Px;
|
|
|
- width: 4Px;
|
|
|
- height: calc(100% - 4Px);
|
|
|
+ top: 2px;
|
|
|
+ right: -2px;
|
|
|
+ width: 4px;
|
|
|
+ height: calc(100% - 4px);
|
|
|
background-color: #e7e7e7;
|
|
|
z-index: 2;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.name {
|
|
|
font-size: 11px;
|
|
|
font-weight: 400;
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #ffffff;
|
|
|
line-height: 16px;
|
|
|
text-align: center;
|
|
|
}
|
|
@@ -210,22 +212,22 @@
|
|
|
&::before {
|
|
|
content: '';
|
|
|
position: absolute;
|
|
|
- top: 4Px;
|
|
|
- right: -4Px;
|
|
|
- width: 4Px;
|
|
|
- height: calc(100% - 8Px);
|
|
|
- background-color: #C5C5C5;
|
|
|
+ top: 4px;
|
|
|
+ right: -4px;
|
|
|
+ width: 4px;
|
|
|
+ height: calc(100% - 8px);
|
|
|
+ background-color: #c5c5c5;
|
|
|
z-index: 1;
|
|
|
}
|
|
|
|
|
|
&::after {
|
|
|
content: '';
|
|
|
position: absolute;
|
|
|
- top: 2Px;
|
|
|
- right: -2Px;
|
|
|
- width: 4Px;
|
|
|
- height: calc(100% - 4Px);
|
|
|
- background-color: #E7E7E7;
|
|
|
+ top: 2px;
|
|
|
+ right: -2px;
|
|
|
+ width: 4px;
|
|
|
+ height: calc(100% - 4px);
|
|
|
+ background-color: #e7e7e7;
|
|
|
z-index: 2;
|
|
|
}
|
|
|
}
|
|
@@ -250,7 +252,18 @@
|
|
|
height: 100%;
|
|
|
z-index: 2;
|
|
|
background-repeat: no-repeat;
|
|
|
- background-image: linear-gradient(to right, rgba(0, 0, 0, .2) 0, rgba(255, 255, 255, .08) 0%, transparent .5%), linear-gradient(to right, rgba(0, 0, 0, .1) .3%, rgba(255, 255, 255, .09) 1.1%, transparent 1.3%);
|
|
|
+ background-image: linear-gradient(
|
|
|
+ to right,
|
|
|
+ rgba(0, 0, 0, 0.2) 0,
|
|
|
+ rgba(255, 255, 255, 0.08) 0%,
|
|
|
+ transparent 0.5%
|
|
|
+ ),
|
|
|
+ linear-gradient(
|
|
|
+ to right,
|
|
|
+ rgba(0, 0, 0, 0.1) 0.3%,
|
|
|
+ rgba(255, 255, 255, 0.09) 1.1%,
|
|
|
+ transparent 1.3%
|
|
|
+ );
|
|
|
background-size: 50% 100%, 50% 100%;
|
|
|
background-position: 0% top, 9% top;
|
|
|
}
|
|
@@ -260,16 +273,14 @@
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
opacity: 0;
|
|
|
- transition: opacity .3s ease-in-out;
|
|
|
+ transition: opacity 0.3s ease-in-out;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
&.loaded {
|
|
|
img {
|
|
|
opacity: 1;
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -281,11 +292,11 @@
|
|
|
transform: translate(-50%, -50%) scale(0);
|
|
|
z-index: 20;
|
|
|
background-color: #fff;
|
|
|
- transition: all .3s ease-in-out;
|
|
|
+ transition: all 0.3s ease-in-out;
|
|
|
visibility: hidden;
|
|
|
pointer-events: none;
|
|
|
border-radius: 8px;
|
|
|
- box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
|
|
|
+ box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
|
|
|
|
.bookWrap {
|
|
|
height: 60vh;
|
|
@@ -302,4 +313,4 @@
|
|
|
pointer-events: auto;
|
|
|
transform: translate(-50%, -50%) scale(1);
|
|
|
}
|
|
|
-}
|
|
|
+}
|