Commit 82352336 authored by 罗超's avatar 罗超

1

parent 9c575982
......@@ -23,7 +23,7 @@
<!-- 留学产品 -->
<div class="studyProduct">
<div class="title">留学产品</div>
<!-- <div class="subTitle">副标题</div> -->
<div class="subTitle"></div>
<div v-for="(item, index) in studyProductList" :key="index">
<div class="studyProductBox" v-if="index % 2 == 0">
<div class="left">
......
......@@ -11,7 +11,7 @@
<!-- 留学产品 -->
<div class="studyProduct">
<div class="title">就业服务</div>
<!-- <div class="subTitle">副标题</div> -->
<div class="subTitle"></div>
<div v-for="(item, index) in workProductList" :key="index">
<div class="studyProductBox" v-if="index % 2 == 0">
<div class="left">
......@@ -99,6 +99,7 @@ export default {
.jiahe {
background-color: #f6f6f6;
}
.studyProduct {
width: 62.5vw;
margin: 0 auto;
......@@ -120,7 +121,8 @@ export default {
font-weight: 400;
color: #888888;
line-height: 1.5625vw;
margin-bottom: 2.833vw;
margin-top: 2.833vw;
}
.studyProductBox {
display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment