|
@@ -44,7 +44,7 @@
|
|
|
|
|
|
|
|
.hotBoxTitRight {
|
|
.hotBoxTitRight {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- right: 0;
|
|
|
|
|
|
|
+ right: 20px;
|
|
|
top: 50%;
|
|
top: 50%;
|
|
|
transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
|
}
|
|
}
|
|
@@ -72,23 +72,12 @@
|
|
|
.hotBox2 {
|
|
.hotBox2 {
|
|
|
width: calc(50% - 160px);
|
|
width: calc(50% - 160px);
|
|
|
margin: 0 10px;
|
|
margin: 0 10px;
|
|
|
|
|
+ padding: 10px 0 10px 20px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.hotBox3 {
|
|
.hotBox3 {
|
|
|
width: calc(50% - 160px);
|
|
width: calc(50% - 160px);
|
|
|
padding: 10px 0 10px 20px;
|
|
padding: 10px 0 10px 20px;
|
|
|
-
|
|
|
|
|
- .hotBoxTit {
|
|
|
|
|
- .hotBoxTitRight {
|
|
|
|
|
- right: 20px;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .hotListBox {
|
|
|
|
|
- .row {
|
|
|
|
|
- width: calc(100% - 20px);
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@@ -97,8 +86,11 @@
|
|
|
height: calc(100% - 50px);
|
|
height: calc(100% - 50px);
|
|
|
margin-top: 20px;
|
|
margin-top: 20px;
|
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
|
|
|
+ overflow-y: overlay;
|
|
|
|
|
|
|
|
.row {
|
|
.row {
|
|
|
|
|
+ width: calc(100% - 20px);
|
|
|
|
|
+
|
|
|
height: 60px;
|
|
height: 60px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|