|
@@ -119,7 +119,7 @@ const list = [
|
|
|
padding: 15px 15px 11px;
|
|
|
text-align: center;
|
|
|
min-width: 220px;
|
|
|
- border: 2px solid #338441;
|
|
|
+ border: 2px solid #00695c;
|
|
|
background-color: transparent;
|
|
|
color: #4c4c4e;
|
|
|
outline: 0;
|
|
@@ -129,7 +129,7 @@ const list = [
|
|
|
&:hover {
|
|
|
color: #fff;
|
|
|
font-weight: 700;
|
|
|
- background-color: #338441;
|
|
|
+ background-color: #00695c;
|
|
|
}
|
|
|
}
|
|
|
.common-line {
|
|
@@ -226,7 +226,7 @@ const list = [
|
|
|
&:hover {
|
|
|
color: #fff;
|
|
|
font-size: 12px;
|
|
|
- background-color: #003d79;
|
|
|
+ background-color: #00695c;
|
|
|
}
|
|
|
.service-title {
|
|
|
font-weight: 700;
|