...
|
...
|
@@ -63,7 +63,7 @@ |
|
|
a {
|
|
|
display: inline-block;
|
|
|
height: 68px;
|
|
|
line-height: 68px;
|
|
|
line-height: 70px;
|
|
|
padding: 0 20px;
|
|
|
font-size: 28px;
|
|
|
background: #f8f8f8;
|
...
|
...
|
@@ -122,9 +122,9 @@ |
|
|
}
|
|
|
|
|
|
.hot-title {
|
|
|
font-size: 32px;
|
|
|
font-size: 34px;
|
|
|
color: #000;
|
|
|
line-height: 80px;
|
|
|
line-height: 76px;
|
|
|
height: 80px;
|
|
|
padding-left: 30px;
|
|
|
text-align: center;
|
...
|
...
|
@@ -180,7 +180,7 @@ |
|
|
|
|
|
a {
|
|
|
border-radius: 8px;
|
|
|
border: 2px solid #e0e0e0;
|
|
|
border: 1PX solid #e0e0e0;
|
|
|
background: #fff;
|
|
|
font-size: 28px;
|
|
|
width: auto;
|
...
|
...
|
@@ -307,7 +307,7 @@ |
|
|
a {
|
|
|
display: block;
|
|
|
height: 68px;
|
|
|
line-height: 68px;
|
|
|
line-height: 71px;
|
|
|
padding: 0 20px;
|
|
|
font-size: 28px;
|
|
|
background: white;
|
...
|
...
|
@@ -315,7 +315,7 @@ |
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
border: 1px solid #b8b8b8;
|
|
|
border: 1PX solid #b8b8b8;
|
|
|
border-radius: 0.2rem;
|
|
|
}
|
|
|
|
...
|
...
|
|