|
@@ -157,12 +157,9 @@ const handleChangePage = (index) => {
|
|
position: absolute;
|
|
position: absolute;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
right: 30px;
|
|
right: 30px;
|
|
- color: var(--color-999);
|
|
|
|
|
|
+ color: var(--v-primary-base);
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- &:hover {
|
|
|
|
- color: var(--v-primary-base);
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
.company-content {
|
|
.company-content {
|
|
height: calc(100vh - 100px);
|
|
height: calc(100vh - 100px);
|