|
|
@@ -57,7 +57,7 @@ |
|
|
|
</a>
|
|
|
|
|
|
|
|
<a href="javascript:void(0);">
|
|
|
|
<span>教育培训</span>
|
|
|
|
<span>车辆服务</span>
|
|
|
|
<span class="des">Education and training</span>
|
|
|
|
</a>
|
|
|
|
|
|
|
@@ -137,7 +137,7 @@ export default { |
|
|
|
list: []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
title: '教育培训',
|
|
|
|
title: '车辆服务',
|
|
|
|
type: 9,
|
|
|
|
list: []
|
|
|
|
},
|
|
|
@@ -338,7 +338,7 @@ export default { |
|
|
|
width: 23%;
|
|
|
|
height: 66px;
|
|
|
|
display: block;
|
|
|
|
background: rgba(75,161,107,0.9);
|
|
|
|
background: rgb(135 175 218 / 90%);
|
|
|
|
color: #fff;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
@@ -348,10 +348,10 @@ export default { |
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
a:nth-of-type(odd){
|
|
|
|
background: rgba(75,161,107,0.9);
|
|
|
|
background: rgb(135 175 218 / 90%);
|
|
|
|
}
|
|
|
|
a:nth-of-type(even){
|
|
|
|
background: #CCA140;
|
|
|
|
background: #d2cd8f;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cate{
|
|
|
|