no message
This commit is contained in:
parent
29323d495d
commit
a18cd41757
@ -207,7 +207,6 @@
|
||||
padding-left: 4px;
|
||||
}
|
||||
.fate .title .icon {
|
||||
width: 124px;
|
||||
height: 29px;
|
||||
}
|
||||
.fate .title .btn {
|
||||
|
@ -241,7 +241,7 @@
|
||||
padding-left: 4px;
|
||||
|
||||
.icon {
|
||||
width: 124px;
|
||||
// width: 124px;
|
||||
height: 29px;
|
||||
}
|
||||
|
||||
|
@ -421,7 +421,7 @@
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.body .content .major-list .major-item .organ-item .list .item {
|
||||
width: 80px;
|
||||
width: 60px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
@ -434,7 +434,7 @@
|
||||
margin-bottom: 19.5px;
|
||||
}
|
||||
.body .content .major-list .major-item .organ-item .list .item:not(:last-of-type) {
|
||||
margin-right: 30px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
.body .content .major-list .major-item .organ-item .list .item:hover {
|
||||
color: #ffffff;
|
||||
|
@ -501,7 +501,7 @@
|
||||
flex-wrap: wrap;
|
||||
|
||||
.item {
|
||||
width: 80px;
|
||||
width: 60px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
@ -514,7 +514,7 @@
|
||||
margin-bottom: 19.5px;
|
||||
|
||||
&:not(:last-of-type) {
|
||||
margin-right: 30px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
@ -268,7 +268,9 @@
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.boxbox .content .screen-box .screen-item.major .major-box .major-text.have {
|
||||
color: #000000;
|
||||
border: 1px solid #6fc16d;
|
||||
color: #6fc16d;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.boxbox .content .screen-box .screen-item.major .major-box .major-list {
|
||||
position: absolute;
|
||||
@ -337,11 +339,11 @@
|
||||
margin: 0 30px 21px;
|
||||
}
|
||||
.boxbox .content .screen-box .btn-box .btn {
|
||||
width: 200px;
|
||||
width: 100px;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
margin-left: auto;
|
||||
background-color: #6fc16d;
|
||||
border-radius: 6px;
|
||||
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
||||
|
@ -311,7 +311,10 @@
|
||||
}
|
||||
|
||||
&.have {
|
||||
color: #000000;
|
||||
// color: #000000;
|
||||
border: 1px solid #6fc16d;
|
||||
color: #6fc16d;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
}
|
||||
}
|
||||
.major-list {
|
||||
@ -391,11 +394,11 @@
|
||||
margin: 0 30px 21px;
|
||||
|
||||
.btn {
|
||||
width: 200px;
|
||||
width: 100px;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
margin-left: auto;
|
||||
background-color: rgba(111, 193, 109, 1);
|
||||
border-radius: 6px;
|
||||
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
||||
|
@ -5,5 +5,15 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body></body>
|
||||
<body>
|
||||
<script src="/js/program_admission_requirements.js"></script>
|
||||
<script>
|
||||
console.log(aaa);
|
||||
aaa.forEach((element) => {
|
||||
if (element.language_requirements != "[]" && element.standardized_tests_requirements != "[]") {
|
||||
console.log(JSON.parse(element.language_requirements), element.program_id);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,4 +1,4 @@
|
||||
const a = [
|
||||
const aaa = [
|
||||
{
|
||||
program_id: 1,
|
||||
admission_id: 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user