|
@@ -19,11 +19,10 @@
|
|
width: 250px;
|
|
width: 250px;
|
|
height: 100%;
|
|
height: 100%;
|
|
background: url('../../assets/img/hotlist_bg.png') center center;
|
|
background: url('../../assets/img/hotlist_bg.png') center center;
|
|
- background-size: 100% 100%;
|
|
|
|
|
|
+ background-size: cover;
|
|
color: rgba(43, 31, 23, 0.9);
|
|
color: rgba(43, 31, 23, 0.9);
|
|
font-size: 17px;
|
|
font-size: 17px;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
- font-family: 'fzFont';
|
|
|
|
overflow: auto;
|
|
overflow: auto;
|
|
padding-bottom: 40px;
|
|
padding-bottom: 40px;
|
|
// 隐藏滚动条
|
|
// 隐藏滚动条
|
|
@@ -31,7 +30,7 @@
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
.A3title {
|
|
.A3title {
|
|
- padding: 40px 0 30px 0;
|
|
|
|
|
|
+ padding: 40px 0 10px 0;
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
color: rgba(43, 31, 23, 0.9);
|
|
color: rgba(43, 31, 23, 0.9);
|
|
@@ -45,7 +44,7 @@
|
|
padding: 4px 3px;
|
|
padding: 4px 3px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
&:hover {
|
|
&:hover {
|
|
- background-color: rgba(163, 124, 79, 1);
|
|
|
|
|
|
+ background-color: rgb(182, 154, 117);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.A3close {
|
|
.A3close {
|
|
@@ -53,7 +52,7 @@
|
|
bottom: 0;
|
|
bottom: 0;
|
|
width: 250px;
|
|
width: 250px;
|
|
height: 40px;
|
|
height: 40px;
|
|
- background-color: rgba(148, 113, 76, 0.9);
|
|
|
|
|
|
+ background-color: rgba(157, 135, 106, 0.9);
|
|
border-top: 1px solid rgba(43, 31, 23, 0.1);
|
|
border-top: 1px solid rgba(43, 31, 23, 0.1);
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
&:hover {
|
|
&:hover {
|
|
@@ -79,11 +78,14 @@
|
|
height: 50%;
|
|
height: 50%;
|
|
transform: translate(0, -100%);
|
|
transform: translate(0, -100%);
|
|
:global {
|
|
:global {
|
|
|
|
+ html .cad {
|
|
|
|
+ z-index: -1;
|
|
|
|
+ }
|
|
.A3main {
|
|
.A3main {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
- background: url('../../assets/img/hotlist_bg.png') center center;
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
|
|
+ background: url('../../assets/img/hotlist_bg.png') no-repeat center center;
|
|
|
|
+ background-size: cover;
|
|
padding-bottom: 20px;
|
|
padding-bottom: 20px;
|
|
.A3title {
|
|
.A3title {
|
|
padding: 20px 0 10px 0;
|
|
padding: 20px 0 10px 0;
|
|
@@ -93,13 +95,13 @@
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
padding: 10px 3px;
|
|
padding: 10px 3px;
|
|
&:touch {
|
|
&:touch {
|
|
- background-color: rgba(163, 124, 79, 1);
|
|
|
|
|
|
+ background-color: rgba(163, 143, 116, 1);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.A3close {
|
|
.A3close {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 40px;
|
|
height: 40px;
|
|
- background-color: rgba(148, 113, 76, 0.9);
|
|
|
|
|
|
+ background-color: rgba(157, 135, 106, 0.9);
|
|
border-top: 1px solid rgba(43, 31, 23, 0.1);
|
|
border-top: 1px solid rgba(43, 31, 23, 0.1);
|
|
img {
|
|
img {
|
|
width: 16px;
|
|
width: 16px;
|