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