mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
创新力到期
This commit is contained in:
@@ -468,7 +468,10 @@
|
||||
内容涵盖:领导力、市场营销、职场技能、财务知识、法律常识、人力资源、经典国学、人文社科
|
||||
</div>
|
||||
</div>
|
||||
<div class="cyl" @click="cylClick">
|
||||
<div class="text_msg">
|
||||
创新力专区课程版权已到期!
|
||||
</div>
|
||||
<!-- <div class="cyl" @click="cylClick">
|
||||
<div class="tyl_title">
|
||||
<img src="../../../assets/images/cyl.png" alt="" class="tyl_title_img" />
|
||||
<span class="tyl_title_msg">创新力专区</span>
|
||||
@@ -478,7 +481,7 @@
|
||||
内容涵盖:组合创新、单点破局、错位竞争、分形创新、第二曲线、数字化、元宇宙<br/>
|
||||
创新力专区课程版权将于2024年4月16日到期,逾期将无法继续访问,请尽快完成学习
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1711,7 +1714,7 @@ console.log(res.result.list,'data')
|
||||
|
||||
.ClassBoxContent {
|
||||
width: 100%;
|
||||
height: 456px;
|
||||
height: 396px;
|
||||
// background: red;
|
||||
border-radius: 15px;
|
||||
|
||||
@@ -1730,6 +1733,7 @@ console.log(res.result.list,'data')
|
||||
.left {
|
||||
padding-left: 30px;
|
||||
width: 48%;
|
||||
margin-top: -32px;
|
||||
|
||||
.title {
|
||||
width: 200px;
|
||||
@@ -1778,7 +1782,7 @@ console.log(res.result.list,'data')
|
||||
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
|
||||
border-radius: 4px;
|
||||
height: 160px;
|
||||
margin-top: 83px;
|
||||
margin-top: 163px;
|
||||
|
||||
.tyl_title {
|
||||
width: 100%;
|
||||
@@ -1822,6 +1826,11 @@ console.log(res.result.list,'data')
|
||||
border: 0.96px solid rgba(140, 105, 242, 1);
|
||||
box-shadow: 7px 5px 6px 0px rgba(76, 31, 221, 0.3);
|
||||
}
|
||||
.text_msg{
|
||||
margin: 43px 0 0 222px;
|
||||
font-size: 14px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.cyl {
|
||||
cursor: pointer;
|
||||
@@ -1879,6 +1888,7 @@ console.log(res.result.list,'data')
|
||||
|
||||
.img {
|
||||
width: 835px;
|
||||
height: 428px;
|
||||
margin-left: -1px;
|
||||
margin-top: -1px;
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user