|
@@ -3,8 +3,7 @@
|
|
|
// 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;
|
|
|
padding: 61px 18px 18px 37px;
|
|
@@ -17,7 +16,7 @@
|
|
|
width: 31px;
|
|
|
height: 31px;
|
|
|
|
|
|
- & > img {
|
|
|
+ &>img {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
object-fit: cover;
|
|
@@ -134,8 +133,15 @@
|
|
|
|
|
|
&.emtpyWrap {
|
|
|
width: 100%;
|
|
|
+ height: 100%;
|
|
|
padding-top: 0;
|
|
|
}
|
|
|
+
|
|
|
+ :global {
|
|
|
+ .van-empty__description {
|
|
|
+ color: #777;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
:global {
|
|
@@ -275,18 +281,14 @@
|
|
|
height: 100%;
|
|
|
z-index: 2;
|
|
|
background-repeat: no-repeat;
|
|
|
- background-image: linear-gradient(
|
|
|
- to right,
|
|
|
+ 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,
|
|
|
+ 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%
|
|
|
- );
|
|
|
+ transparent 1.3%);
|
|
|
background-size: 50% 100%, 50% 100%;
|
|
|
background-position: 0% top, 9% top;
|
|
|
}
|