...
|
...
|
@@ -71,12 +71,12 @@ export default { |
|
|
font-size: 34px;
|
|
|
color: #222;
|
|
|
text-align: center;
|
|
|
font-weight: 600;
|
|
|
font-weight: bold;
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
|
|
|
|
.header-wrapper {
|
|
|
position: relative;
|
|
|
position: sticky;
|
|
|
height: 100px;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -118,10 +118,9 @@ export default { |
|
|
font-size: 28px;
|
|
|
color: #444;
|
|
|
display: flex;
|
|
|
border-bottom: 0.5PX solid #b0b0b0;
|
|
|
border-bottom: 0.5PX solid #e0e0e0;
|
|
|
line-height: 100px;
|
|
|
position: relative;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
|
...
|
...
|
|