|
@@ -14,18 +14,18 @@
|
|
|
<img v-else src="@/assets/images/environment/score.png">
|
|
|
主修课程
|
|
|
</div>
|
|
|
- <div :class="[twoPage?'item-box-active':'item-box']" @click="showPage(3)">
|
|
|
- <img v-if="twoPage" src="@/assets/images/environment/score-h.png">
|
|
|
+ <div :class="[threePage?'item-box-active':'item-box']" @click="showPage(3)">
|
|
|
+ <img v-if="threePage" src="@/assets/images/environment/score-h.png">
|
|
|
<img v-else src="@/assets/images/environment/score.png">
|
|
|
专业解读
|
|
|
</div>
|
|
|
- <div :class="[twoPage?'item-box-active':'item-box']" @click="showPage(4)">
|
|
|
- <img v-if="twoPage" src="@/assets/images/environment/score-h.png">
|
|
|
+ <div :class="[fourPage?'item-box-active':'item-box']" @click="showPage(4)">
|
|
|
+ <img v-if="fourPage" src="@/assets/images/environment/score-h.png">
|
|
|
<img v-else src="@/assets/images/environment/score.png">
|
|
|
就业前景与方向
|
|
|
</div>
|
|
|
- <div :class="[twoPage?'item-box-active':'item-box']" @click="showPage(5)">
|
|
|
- <img v-if="twoPage" src="@/assets/images/environment/score-h.png">
|
|
|
+ <div :class="[fivePage?'item-box-active':'item-box']" @click="showPage(5)">
|
|
|
+ <img v-if="fivePage" src="@/assets/images/environment/score-h.png">
|
|
|
<img v-else src="@/assets/images/environment/score.png">
|
|
|
开设院校
|
|
|
</div>
|
|
@@ -45,26 +45,13 @@
|
|
|
<tr class="two-tr">
|
|
|
<td>专业代码</td>
|
|
|
<td class="text-td" v-for="(item,index) in contrastData" :key="index">
|
|
|
- <p>创建时间:<span>{{ item.ctime }}</span></p>
|
|
|
- <p>所在地区:<span>{{ item.areaname }}</span></p>
|
|
|
- <p>院校隶属:<span>{{ item.subjection }}</span></p>
|
|
|
- <p class="text-td-p">院校类型:<span> <dict-tag :options="school_category"
|
|
|
- :value="item.categoryid"/></span></p>
|
|
|
+ <p style="text-align: center">{{ item.code }}</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>学科门类</td>
|
|
|
<td v-for="(item,index) in contrastData" :key="index">
|
|
|
- <div class="school-level-box">
|
|
|
- <p class="school-level" style="background-color: #B3FC7C" v-show="item.nef==='1'">985</p>
|
|
|
- <p class="school-level" style="background-color: #BBF88D" v-show="item.too==='1'">211</p>
|
|
|
- <p class="school-level" style="background-color: #8CE349" v-show="item.istopschool==='1'">
|
|
|
- 一流大学</p>
|
|
|
- <p class="school-level" style="background-color: #9DFF51" v-show="item.istopsubject==='1'">
|
|
|
- 一流学科</p>
|
|
|
- <p class="school-level" style="background-color: #8ADFC4" v-show="item.self==='1'">强</p>
|
|
|
- <p class="school-level" style="background-color: #1EC590" v-show="item.graduate==='1'">研</p>
|
|
|
- </div>
|
|
|
+ <p>{{ item.remarks }}</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
@@ -75,56 +62,101 @@
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>授权学位</td>
|
|
|
- <td v-for="(item,index) in contrastData" :key="index" class="text-td">{{ item.address }}</td>
|
|
|
+ <td v-for="(item,index) in contrastData" :key="index" >
|
|
|
+ <p>{{ item.degree }}</p>
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>修学年限</td>
|
|
|
- <td v-for="(item,index) in contrastData" :key="index" class="text-td">{{ item.address }}</td>
|
|
|
+ <td v-for="(item,index) in contrastData" :key="index" class="text-td">{{ item.years }}</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
<div class="two-page" v-show="twoPage">
|
|
|
+ <table class="table table-bordered">
|
|
|
+ <thead>
|
|
|
+ <tr class="one-tr">
|
|
|
+ <td class="first-title">专业名称</td>
|
|
|
+ <td v-for="(item,index) in contrastData" :key="index">{{ item.name }}</td>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr v-show="false"></tr>
|
|
|
+ <tr class="two-tr">
|
|
|
+ <td>主修课程</td>
|
|
|
+ <td class="text-td" v-for="(item,index) in contrastData" :key="index">
|
|
|
+ <p style="text-align: center">{{ item.code }}</p>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <drag_component></drag_component>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <!--院校属地-->
|
|
|
- <el-dialog v-model="showAreaChoose" width="1000px" append-to-body>
|
|
|
- <div class="dialog-box">
|
|
|
- <div v-for="dict in gk_province" :key="dict.value" @click="chooseArea(dict)">
|
|
|
- <p>
|
|
|
- {{ dict.label }}
|
|
|
- </p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </el-dialog>
|
|
|
+ <div class="three-page" v-show="threePage">
|
|
|
+ <table class="table table-bordered">
|
|
|
+ <thead>
|
|
|
+ <tr class="one-tr">
|
|
|
+ <td class="first-title">专业名称</td>
|
|
|
+ <td v-for="(item,index) in contrastData" :key="index">{{ item.name }}</td>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr v-show="false"></tr>
|
|
|
+ <tr class="two-tr">
|
|
|
+ <td>专业解读</td>
|
|
|
+ <td class="text-td" v-for="(item,index) in contrastData" :key="index">
|
|
|
+ <div class="info" v-if="!item.describe" v-html="item.describe"></div>
|
|
|
+ <div class="info" v-else >暂无</div>
|
|
|
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <!--学历层次-->
|
|
|
- <el-dialog v-model="showEducationlevel" width="1000px" append-to-body>
|
|
|
- <div class="dialog-box dialog-box2">
|
|
|
- <div v-for="dict in educationlevel" :key="dict.value" @click="chooseEducationlevel(dict)">
|
|
|
- <p>
|
|
|
- {{ dict.label }}
|
|
|
- </p>
|
|
|
- </div>
|
|
|
+<!-- <p style="text-align: center" >{{ item.code }}</p>-->
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
</div>
|
|
|
- </el-dialog>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <!--特色-->
|
|
|
- <el-dialog v-model="showCharacteristic" width="1000px" append-to-body>
|
|
|
- <div class="dialog-box">
|
|
|
- <div v-for="dict in characteristic" :key="dict.value" @click="chooseCharacteristic(dict)">
|
|
|
- <p>
|
|
|
- {{ dict.label }}
|
|
|
- </p>
|
|
|
- </div>
|
|
|
+ <div class="four-page" v-show="fourPage">
|
|
|
+ <table class="table table-bordered">
|
|
|
+ <thead>
|
|
|
+ <tr class="one-tr">
|
|
|
+ <td class="first-title">专业名称</td>
|
|
|
+ <td v-for="(item,index) in contrastData" :key="index">{{ item.name }}</td>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr v-show="false"></tr>
|
|
|
+ <tr class="two-tr">
|
|
|
+ <td>就业前景与方向</td>
|
|
|
+ <td class="text-td" v-for="(item,index) in contrastData" :key="index">
|
|
|
+ <div class="info" v-html="item.describe"></div>
|
|
|
+ <!-- <p style="text-align: center" >{{ item.code }}</p>-->
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
</div>
|
|
|
- </el-dialog>
|
|
|
+ <div class="five-page" v-show="fivePage">
|
|
|
+ <table class="table table-bordered">
|
|
|
+ <thead>
|
|
|
+ <tr class="one-tr">
|
|
|
+ <td class="first-title">专业名称</td>
|
|
|
+ <td v-for="(item,index) in contrastData" :key="index">{{ item.name }}</td>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr v-show="false"></tr>
|
|
|
+ <tr class="two-tr">
|
|
|
+ <td>开设院校</td>
|
|
|
+ <td class="school-box" v-for="(item,index) in contrastData" :key="index">
|
|
|
+ <div class="info" v-for="(item,index) in item.kaishe_list">
|
|
|
+ {{ item.name }}
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <drag_component></drag_component>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -142,6 +174,8 @@ const router = useRouter()
|
|
|
const onePage = ref(true)
|
|
|
const twoPage = ref(false)
|
|
|
const threePage = ref(false)
|
|
|
+const fourPage = ref(false)
|
|
|
+const fivePage = ref(false)
|
|
|
const contrastList = ref(false)
|
|
|
|
|
|
const form = ref({
|
|
@@ -158,7 +192,7 @@ const headinfo = ref({})
|
|
|
|
|
|
function setHeadinfo() {
|
|
|
headinfo.value = {
|
|
|
- title: '高校信息查询',
|
|
|
+ title: '',
|
|
|
user: {
|
|
|
avatar: '头像路径',
|
|
|
nickName: '张三'
|
|
@@ -174,14 +208,32 @@ const showPage = (val) => {
|
|
|
onePage.value = true;
|
|
|
twoPage.value = false;
|
|
|
threePage.value = false;
|
|
|
+ fourPage.value = false;
|
|
|
+ fivePage.value = false;
|
|
|
} else if (val === 2) {
|
|
|
onePage.value = false;
|
|
|
twoPage.value = true;
|
|
|
threePage.value = false;
|
|
|
+ fourPage.value = false;
|
|
|
+ fivePage.value = false;
|
|
|
} else if (val === 3) {
|
|
|
onePage.value = false;
|
|
|
twoPage.value = false;
|
|
|
threePage.value = true;
|
|
|
+ fourPage.value = false;
|
|
|
+ fivePage.value = false;
|
|
|
+ }else if (val === 4) {
|
|
|
+ onePage.value = false;
|
|
|
+ twoPage.value = false;
|
|
|
+ threePage.value = false;
|
|
|
+ fourPage.value = true;
|
|
|
+ fivePage.value = false;
|
|
|
+ }else if (val === 5) {
|
|
|
+ onePage.value = false;
|
|
|
+ twoPage.value = false;
|
|
|
+ threePage.value = false;
|
|
|
+ fourPage.value = false;
|
|
|
+ fivePage.value = true;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -204,7 +256,7 @@ onMounted(() => {
|
|
|
|
|
|
const contrastData = ref({})
|
|
|
function getData() {
|
|
|
- const contrastList = sessionStorage.getItem('contrastList') && JSON.parse(sessionStorage.getItem('contrastList'));
|
|
|
+ const contrastList = sessionStorage.getItem('majorList') && JSON.parse(sessionStorage.getItem('majorList'));
|
|
|
contrastData.value = contrastList;
|
|
|
console.log("{{contrastA.name}}", contrastData.value)
|
|
|
}
|
|
@@ -340,7 +392,6 @@ p, div {
|
|
|
bottom: 0;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
-
|
|
|
.content-left {
|
|
|
width: 244px;
|
|
|
height: 957px;
|
|
@@ -397,7 +448,7 @@ p, div {
|
|
|
border-radius: 35px 35px 35px 35px;
|
|
|
margin-top: 13px;
|
|
|
margin-right: 24px;
|
|
|
-
|
|
|
+ overflow: auto;
|
|
|
.one-page {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
@@ -576,6 +627,7 @@ p, div {
|
|
|
font-size: 32px;
|
|
|
color: #333333;
|
|
|
line-height: 52px;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
|
|
|
td:nth-child(3) {
|
|
@@ -587,6 +639,7 @@ p, div {
|
|
|
font-size: 32px;
|
|
|
color: #333333;
|
|
|
line-height: 52px;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
}
|
|
|
tr:nth-child(6) {
|
|
@@ -613,6 +666,7 @@ p, div {
|
|
|
font-size: 32px;
|
|
|
color: #333333;
|
|
|
line-height: 52px;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
|
|
|
td:nth-child(3) {
|
|
@@ -625,12 +679,12 @@ p, div {
|
|
|
font-size: 32px;
|
|
|
color: #333333;
|
|
|
line-height: 52px;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
}
|
|
|
.school-level-box {
|
|
|
display: flex;
|
|
|
justify-content: left;
|
|
|
- //margin-top: 32px;
|
|
|
flex-wrap: wrap;
|
|
|
width: 620px;
|
|
|
padding-left: 30px;
|
|
@@ -651,13 +705,9 @@ p, div {
|
|
|
}
|
|
|
|
|
|
.text-td {
|
|
|
- //text-align: center;
|
|
|
width: 300px;
|
|
|
- //border: 1px solid;
|
|
|
- padding-left: 150px;
|
|
|
.text-td-p {
|
|
|
display: flex;
|
|
|
- //justify-content: center;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -749,61 +799,181 @@ p, div {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- tr:nth-child(3) {
|
|
|
+
|
|
|
+ .text-td {
|
|
|
+ text-align: center;
|
|
|
+
|
|
|
+ .text-td-p {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ .three-page {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ .table {
|
|
|
+ width: 1526px;
|
|
|
+ height: 887px;
|
|
|
+ margin-top: 25px;
|
|
|
+
|
|
|
+ .one-tr {
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 32px;
|
|
|
+ color: #FFFFFF;
|
|
|
+ text-align: center;
|
|
|
+
|
|
|
+ td:nth-child(1) {
|
|
|
+ width: 290px;
|
|
|
+ height: 100px;
|
|
|
+ background: #1E410E;
|
|
|
+ border-radius: 32px 4px 4px 4px;
|
|
|
+ border: 8px solid #E0EEF4;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ td:nth-child(2) {
|
|
|
+ width: 620px;
|
|
|
+ height: 100px;
|
|
|
+ background: #1EC590;
|
|
|
+ border-top: 8px solid #E0EEF4;
|
|
|
+ border-right: 8px solid #E0EEF4;
|
|
|
+ border-bottom: 8px solid #E0EEF4;
|
|
|
+ }
|
|
|
+
|
|
|
+ td:nth-child(3) {
|
|
|
+ width: 616px;
|
|
|
+ height: 119px;
|
|
|
+ background: #8CE349;
|
|
|
+ border-radius: 4px 32px 4px 4px;
|
|
|
+ border-top: 8px solid #E0EEF4;
|
|
|
+ border-right: 8px solid #E0EEF4;
|
|
|
+ border-bottom: 8px solid #E0EEF4;
|
|
|
+
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .two-tr {
|
|
|
+ td:nth-child(1) {
|
|
|
+ height: 100px;
|
|
|
+ border-radius: 0px 0px 0px 0px;
|
|
|
+ background: #1E410E;
|
|
|
+ border-left: 8px solid #E0EEF4;
|
|
|
+ border-right: 8px solid #E0EEF4;
|
|
|
+ border-bottom: 8px solid #E0EEF4;
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 32px;
|
|
|
+ color: #FFFFFF;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ td:nth-child(2) {
|
|
|
+ width: 620px;
|
|
|
+ height: 290px;
|
|
|
+ background: #FFFFFF;
|
|
|
+ border-radius: 4px 4px 4px 4px;
|
|
|
+ //border-top: 8px solid #E0EEF4;
|
|
|
+ border-bottom: 8px solid #E0EEF4;
|
|
|
+ border-right: 8px solid #E0EEF4;
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 32px;
|
|
|
+ color: #333333;
|
|
|
+ line-height: 52px;
|
|
|
+ }
|
|
|
+ td:nth-child(3) {
|
|
|
+ width: 620px;
|
|
|
+ height: 290px;
|
|
|
+ background: #FFFFFF;
|
|
|
+ border-radius: 4px 4px 4px 4px;
|
|
|
+ border-bottom: 8px solid #E0EEF4;
|
|
|
+ border-right: 8px solid #E0EEF4;
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 32px;
|
|
|
+ color: #333333;
|
|
|
+ line-height: 52px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ .text-td {
|
|
|
+ text-align: center;
|
|
|
+
|
|
|
+ .text-td-p {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ .four-page{
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ .table {
|
|
|
+ width: 1526px;
|
|
|
+ height: 887px;
|
|
|
+ margin-top: 25px;
|
|
|
+
|
|
|
+ .one-tr {
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 32px;
|
|
|
+ color: #FFFFFF;
|
|
|
+ text-align: center;
|
|
|
+
|
|
|
td:nth-child(1) {
|
|
|
width: 290px;
|
|
|
- height: 180px;
|
|
|
+ height: 100px;
|
|
|
background: #1E410E;
|
|
|
- border-radius: 4px 4px 4px 4px;
|
|
|
- border-left: 8px solid #E0EEF4;
|
|
|
- border-right: 8px solid #E0EEF4;
|
|
|
- border-bottom: 8px solid #E0EEF4;
|
|
|
- font-weight: 400;
|
|
|
- font-size: 32px;
|
|
|
- color: #FFFFFF;
|
|
|
- text-align: center;
|
|
|
+ border-radius: 32px 4px 4px 4px;
|
|
|
+ border: 8px solid #E0EEF4;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
td:nth-child(2) {
|
|
|
width: 620px;
|
|
|
- height: 210px;
|
|
|
- background: #FFFFFF;
|
|
|
- border-radius: 4px 4px 4px 4px;
|
|
|
- border-bottom: 8px solid #E0EEF4;
|
|
|
+ height: 100px;
|
|
|
+ background: #1EC590;
|
|
|
+ border-top: 8px solid #E0EEF4;
|
|
|
border-right: 8px solid #E0EEF4;
|
|
|
+ border-bottom: 8px solid #E0EEF4;
|
|
|
}
|
|
|
|
|
|
td:nth-child(3) {
|
|
|
- width: 620px;
|
|
|
- height: 210px;
|
|
|
- background: #FFFFFF;
|
|
|
- border-radius: 4px 4px 4px 4px;
|
|
|
- border-bottom: 8px solid #E0EEF4;
|
|
|
+ width: 616px;
|
|
|
+ height: 119px;
|
|
|
+ background: #8CE349;
|
|
|
+ border-radius: 4px 32px 4px 4px;
|
|
|
+ border-top: 8px solid #E0EEF4;
|
|
|
border-right: 8px solid #E0EEF4;
|
|
|
+ border-bottom: 8px solid #E0EEF4;
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- tr:nth-child(4) {
|
|
|
+ .two-tr {
|
|
|
td:nth-child(1) {
|
|
|
- width: 290px;
|
|
|
- height: 110px;
|
|
|
+ height: 100px;
|
|
|
+ border-radius: 0px 0px 0px 0px;
|
|
|
background: #1E410E;
|
|
|
- border-radius: 4px 4px 4px 4px;
|
|
|
border-left: 8px solid #E0EEF4;
|
|
|
border-right: 8px solid #E0EEF4;
|
|
|
border-bottom: 8px solid #E0EEF4;
|
|
|
font-weight: 400;
|
|
|
font-size: 32px;
|
|
|
color: #FFFFFF;
|
|
|
- line-height: 16px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
-
|
|
|
td:nth-child(2) {
|
|
|
width: 620px;
|
|
|
- height: 119px;
|
|
|
+ height: 290px;
|
|
|
background: #FFFFFF;
|
|
|
border-radius: 4px 4px 4px 4px;
|
|
|
+ //border-top: 8px solid #E0EEF4;
|
|
|
border-bottom: 8px solid #E0EEF4;
|
|
|
border-right: 8px solid #E0EEF4;
|
|
|
font-weight: 400;
|
|
@@ -811,10 +981,9 @@ p, div {
|
|
|
color: #333333;
|
|
|
line-height: 52px;
|
|
|
}
|
|
|
-
|
|
|
td:nth-child(3) {
|
|
|
width: 620px;
|
|
|
- height: 119px;
|
|
|
+ height: 290px;
|
|
|
background: #FFFFFF;
|
|
|
border-radius: 4px 4px 4px 4px;
|
|
|
border-bottom: 8px solid #E0EEF4;
|
|
@@ -825,108 +994,114 @@ p, div {
|
|
|
line-height: 52px;
|
|
|
}
|
|
|
}
|
|
|
- tr:nth-child(5) {
|
|
|
+
|
|
|
+
|
|
|
+ .text-td {
|
|
|
+ text-align: center;
|
|
|
+
|
|
|
+ .text-td-p {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ .five-page{
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ .table {
|
|
|
+ width: 1526px;
|
|
|
+ height: 887px;
|
|
|
+ margin-top: 25px;
|
|
|
+
|
|
|
+ .one-tr {
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 32px;
|
|
|
+ color: #FFFFFF;
|
|
|
+ text-align: center;
|
|
|
+
|
|
|
td:nth-child(1) {
|
|
|
width: 290px;
|
|
|
- height: 110px;
|
|
|
+ height: 100px;
|
|
|
background: #1E410E;
|
|
|
- border-radius: 4px 4px 4px 4px;
|
|
|
- border-left: 8px solid #E0EEF4;
|
|
|
- border-right: 8px solid #E0EEF4;
|
|
|
- border-bottom: 8px solid #E0EEF4;
|
|
|
- font-weight: 400;
|
|
|
- font-size: 32px;
|
|
|
- color: #FFFFFF;
|
|
|
- line-height: 16px;
|
|
|
- text-align: center;
|
|
|
+ border-radius: 32px 4px 4px 4px;
|
|
|
+ border: 8px solid #E0EEF4;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
td:nth-child(2) {
|
|
|
- width: 290px;
|
|
|
+ width: 620px;
|
|
|
height: 100px;
|
|
|
+ background: #1EC590;
|
|
|
+ border-top: 8px solid #E0EEF4;
|
|
|
border-right: 8px solid #E0EEF4;
|
|
|
border-bottom: 8px solid #E0EEF4;
|
|
|
- font-weight: 400;
|
|
|
- font-size: 32px;
|
|
|
- color: #333333;
|
|
|
- line-height: 52px;
|
|
|
}
|
|
|
|
|
|
td:nth-child(3) {
|
|
|
- width: 290px;
|
|
|
- height: 100px;
|
|
|
+ width: 616px;
|
|
|
+ height: 119px;
|
|
|
+ background: #8CE349;
|
|
|
+ border-radius: 4px 32px 4px 4px;
|
|
|
+ border-top: 8px solid #E0EEF4;
|
|
|
border-right: 8px solid #E0EEF4;
|
|
|
border-bottom: 8px solid #E0EEF4;
|
|
|
- border-radius: 4px 4px 32px 4px;
|
|
|
- font-weight: 400;
|
|
|
- font-size: 32px;
|
|
|
- color: #333333;
|
|
|
- line-height: 52px;
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
- tr:nth-child(6) {
|
|
|
+
|
|
|
+ .two-tr {
|
|
|
td:nth-child(1) {
|
|
|
- width: 290px;
|
|
|
height: 100px;
|
|
|
+ border-radius: 0px 0px 0px 0px;
|
|
|
background: #1E410E;
|
|
|
- border-radius: 4px 4px 4px 32px;
|
|
|
border-left: 8px solid #E0EEF4;
|
|
|
border-right: 8px solid #E0EEF4;
|
|
|
border-bottom: 8px solid #E0EEF4;
|
|
|
font-weight: 400;
|
|
|
font-size: 32px;
|
|
|
color: #FFFFFF;
|
|
|
- line-height: 16px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
-
|
|
|
td:nth-child(2) {
|
|
|
- width: 290px;
|
|
|
- height: 100px;
|
|
|
- border-right: 8px solid #E0EEF4;
|
|
|
+ width: 620px;
|
|
|
+ background: #FFFFFF;
|
|
|
+ border-radius: 4px 4px 4px 4px;
|
|
|
+ //border-top: 8px solid #E0EEF4;
|
|
|
border-bottom: 8px solid #E0EEF4;
|
|
|
+ border-right: 8px solid #E0EEF4;
|
|
|
font-weight: 400;
|
|
|
font-size: 32px;
|
|
|
color: #333333;
|
|
|
line-height: 52px;
|
|
|
}
|
|
|
-
|
|
|
td:nth-child(3) {
|
|
|
- width: 290px;
|
|
|
- height: 100px;
|
|
|
- border-right: 8px solid #E0EEF4;
|
|
|
+ width: 620px;
|
|
|
+ background: #FFFFFF;
|
|
|
+ border-radius: 4px 4px 4px 4px;
|
|
|
border-bottom: 8px solid #E0EEF4;
|
|
|
- border-radius: 4px 4px 32px 4px;
|
|
|
+ border-right: 8px solid #E0EEF4;
|
|
|
font-weight: 400;
|
|
|
font-size: 32px;
|
|
|
color: #333333;
|
|
|
line-height: 52px;
|
|
|
}
|
|
|
- }
|
|
|
-
|
|
|
- .school-level-box {
|
|
|
- display: flex;
|
|
|
- justify-content: left;
|
|
|
- //margin-top: 32px;
|
|
|
- flex-wrap: wrap;
|
|
|
- width: 620px;
|
|
|
- padding-left: 30px;
|
|
|
-
|
|
|
- .school-level {
|
|
|
- margin-right: 20px;
|
|
|
- width: 174px;
|
|
|
- height: 54px;
|
|
|
- background: #B3FC7C;
|
|
|
- border-radius: 5px 5px 5px 5px;
|
|
|
- font-weight: bold;
|
|
|
- font-size: 20px;
|
|
|
- color: #000000;
|
|
|
- line-height: 54px;
|
|
|
- text-align: center;
|
|
|
- margin-top: 10px;
|
|
|
+ .school-box{
|
|
|
+ //display: flex;
|
|
|
+ //justify-content: space-around;
|
|
|
+ //flex-wrap: wrap;
|
|
|
+ .info{
|
|
|
+ //width: 200px;
|
|
|
+ //height: 200px;
|
|
|
+ margin-left: 30px;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+
|
|
|
.text-td {
|
|
|
text-align: center;
|
|
|
|