|
|
@@ -3,7 +3,7 @@
|
|
|
top: 50%;
|
|
|
right: 0;
|
|
|
transform: translate(0, -50%);
|
|
|
- width: 350px;
|
|
|
+ width: 450px;
|
|
|
height: 100%;
|
|
|
z-index: 30001;
|
|
|
display: flex;
|
|
|
@@ -16,14 +16,17 @@
|
|
|
align-items: center;
|
|
|
justify-content: flex-start;
|
|
|
gap: 10px;
|
|
|
- width: 350px;
|
|
|
+ width: 450px;
|
|
|
height: 100%;
|
|
|
background: #8e1e26;
|
|
|
color: rgba(245, 176, 110, 1);
|
|
|
- font-size: 17px;
|
|
|
+ font-size: 16px;
|
|
|
font-weight: 500;
|
|
|
overflow: auto;
|
|
|
- padding-bottom: 40px;
|
|
|
+ padding-bottom: 67px;
|
|
|
+ background-image: url('../../assets/img/hotlist_bg.png');
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
// 隐藏滚动条
|
|
|
&::-webkit-scrollbar {
|
|
|
display: none;
|
|
|
@@ -31,7 +34,7 @@
|
|
|
.A3title {
|
|
|
padding: 40px 0 10px 0;
|
|
|
font-size: 24px;
|
|
|
- font-weight: 400;
|
|
|
+ font-weight: bold;
|
|
|
color: rgba(245, 176, 110, 1);
|
|
|
}
|
|
|
.A3item {
|
|
|
@@ -40,7 +43,8 @@
|
|
|
justify-content: center;
|
|
|
width: 100%;
|
|
|
height: fit-content;
|
|
|
- padding: 4px 3px;
|
|
|
+ padding: 4px 10px;
|
|
|
+ text-align: center;
|
|
|
cursor: pointer;
|
|
|
&:hover {
|
|
|
background-color: rgba(233, 47, 66, 0.5);
|
|
|
@@ -49,9 +53,9 @@
|
|
|
.A3close {
|
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
|
- width: 350px;
|
|
|
+ width: 450px;
|
|
|
height: 60px;
|
|
|
- background-color: #8e1e26;
|
|
|
+ background-color: rgba(149, 30, 40, 1);
|
|
|
border-top: 1px solid rgba(43, 31, 23, 0.1);
|
|
|
cursor: pointer;
|
|
|
&:hover {
|
|
|
@@ -84,6 +88,9 @@
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
padding-bottom: 36px;
|
|
|
+ background-image: url('../../assets/img/hotlist_bg_M.png');
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
.A3title {
|
|
|
padding: 20px 0 10px 0;
|
|
|
font-size: 16px;
|