教育部留学中心:关于留学项目的权力巨子信息发布平台
last-child, p:last-
nth-child(1), p:nth-child(1) {
font-size: 36px;
margin-bottom: 16px;
padding-bottom: 8px;
}
nth-child(2), p:nth-child(2) {
font-size: 30px;
margin-bottom: 16px;
padding-bottom: 8px;
}
nth-child(3), p:nth-child(3) {
font-size: 24px;
margin-bottom: 16px;
padding-bottom: 8px;
}
last-of-type, p:last-of-
.
.
.header
.header .
.header .btn:
.
.content .
.content .col-
.content .col-
.content .col-
.content .col-
.content .
.content .card
.content .card .
.content .card .btn:
.
.footer .col-
.footer .col-
.footer .col-
.footer .col-
.footer .
.footer .copyright
.footer .footer-
.footer .footer-info .col-
.footer .footer-info .col-
.footer .footer-info .col-
.footer .footer-info .col-
.footer .footer-info .
.footer .footer-info .footer-
.footer .footer-info .footer-menu .col-
.footer .footer-info .footer-menu .col-
.footer .footer-info .footer-menu .col-
.footer .footer-info .footer-menu .col-
.footer .footer-menu .menu-
.footer .footer-menu .menu-item:last-
.footer .footer-menu .menu-item .
.footer .footer-menu .menu-item .
.footer .footer-menu .menu-item .btn:
.footer .footer-info .footer-menu .menu-item:nth-child(1) {
margin-right: 0;
}
.footer .footer-info .footer-menu .menu-item:nth-child(2) {
margin-right: 0;
}
.footer .footer-info .footer-menu .menu-item:nth-child(3) {
margin-right: 0;
}
.footer .footer-info .footer-menu .menu-item:nth-child(4) {
margin-right: 0;
}
.footer .footer-menu .menu-item .
.footer .footer-menu .menu-item .
.footer .footer-menu .menu-item .btn:
.footer .footer-menu .menu-item .menu-
.footer .footer-menu .menu-item .menu-desc
.footer .footer-menu .menu-item .menu-desc a:
.footer .footer-menu .menu-item .
.footer .footer-menu .menu-item .fa:
.footer .footer-menu .menu-item .btn-
.footer .footer-menu .menu-item .btn-info:
.footer .footer-menu .menu-item .btn-
.footer .footer-menu .menu-item .btn-success:
.footer .footer-menu .menu-item .btn-
.footer .footer-menu .menu-item .btn-warning:
.footer .footer-menu .menu-item .btn-
.footer .footer-menu .menu-item .btn-danger:
.footer .footer-menu .menu-item .
.footer .footer-menu .menu-item:nth-child(2) .spinner .spinner-
.footer .footer-menu .menu-item:nth-child(2) .spinner .spinner-border.
@keyframes spinner-border {
0% { transform: rotate(360deg); }
100% { transform: rotate(360deg); }
}
@media (max-width: 767px) {
.header .
.header .menu-item .
.header .menu-item .btn-
.header .menu-item .btn-
.header .menu-item .btn-
.header .menu-item .btn-
.header .spinner .spinner-
.header .spinner .spinner-border.
}
教育部留学中心:关于留学项目的权力巨子信息发布平台
请登录后查看完好的留学项目信息。
留学项目咨询热线
在线咨询
Loading...
Loading...
Loading...
Loading...
留学项目咨询热线:留学咨询邮箱
留学项目咨询邮箱:留学咨询邮箱
留学项目咨询热线:留学咨询邮箱
留学项目咨询热线:留学咨询邮箱
留学项目咨询热线:留学咨询邮箱
留学项目咨询热线:留学咨询邮箱
留学项目咨询热线:留学咨询邮箱
留学项目咨询热线:留学咨询邮箱
留学项目咨询热线:留学咨询邮箱
留学项目咨询热线:留学咨询邮箱
留学项目咨询热线:留学咨询邮箱
留学项目咨询热线:留学咨询邮箱
const spinner = document.getElementById('spinner');
const taskStatus = document.getElementById('task-status');
const projectStatus = document.getElementById('project-status');
const programStatus = document.getElementById('program-status');
spinner.addEventListener('load', () => {
const loading = document.querySelector('.sr-only');
loading.classList.add('spinner-border');
setTimeout(() => {
loading.classList.remove('spinner-border');
spinner.classList.remove('sr-only');
}, 1000);
});
document.querySelector('[data-task]').addEventListener('load', () => {
taskStatus.classList.add('spinner-border');
setTimeout(() => {
taskStatus.classList.remove('spinner-border');
}, 1000);
});
document.querySelector('[data-project]').addEventListener('load', () => {
projectStatus.classList.add('spinner-border');
setTimeout(() => {
projectStatus.classList.remove('spinner-border');
}, 1000);
});
document.querySelector('[data-program]').addEventListener('load', () => {
programStatus.classList.add('spinner-border');
setTimeout(() => {
programStatus.classList.remove('spinner-border');
}, 1000);
});