develoop
aaaa 5 months ago
parent f96819ec5a
commit cccf2de390
  1. 19
      src/views/portal/LearningPathRecommendations.vue

@ -10,6 +10,7 @@
<li>学生入口&nbsp;&nbsp;|</li>
<li>毕业生入口</li>
</ul>
</div>
<div class="nav2">
<ul>
@ -675,6 +676,7 @@ export default {
</script>
<style lang="scss" scoped>
* {
margin: 0;
@ -714,6 +716,8 @@ img {
background-image: url('/src/assets/images/top.png');
background-size: 100% 100%;
// background:linear-gradient(#74a5ff,#91b7ff,#A4c3ff);
}
//
@ -729,6 +733,7 @@ img {
height: 10%;
margin-right: 20px;
// background-color: #6759ff;
}
.header .nav1 ul li {
@ -777,7 +782,7 @@ img {
font-size: 50px;
margin-top: 23px;
font-weight: bolder;
color: #ffffff;
color: #FFFFFF;
float: right;
margin-right: 173px // float: left;
// margin-left: 779px;
@ -787,7 +792,7 @@ img {
font-size: 15px;
margin-top: 102px;
// font-weight:bolder;
color: #ffffff;
color: #FFFFFF;
float: right;
margin-right: -175px;
}
@ -940,17 +945,17 @@ img {
text-align: center;
font-size: 15px;
padding-top: 40px;
color: #7f9eed;
color: #7F9EED;
font-weight: bolder;
}
.footer h1 {
width: 100%;
// position: absolute;
font-family: 'kaiti_gb2312';
font-family: "kaiti_gb2312";
margin-top: 10px;
font-size: 25px;
color: #7f9eed;
color: #7F9EED;
font-weight: bolder;
}
@ -958,9 +963,9 @@ img {
width: 100%;
height: 20px;
// position: absolute;
font-family: 'kaiti_gb2312';
font-family: "kaiti_gb2312";
margin-top: 25px;
font-size: 17px;
color: #7f9eed;
color: #7F9EED;
}
</style>
Loading…
Cancel
Save