|
@@ -4,13 +4,13 @@
|
|
<div class="page-content">
|
|
<div class="page-content">
|
|
<div class="page-img-box">
|
|
<div class="page-img-box">
|
|
<div class="img-box">
|
|
<div class="img-box">
|
|
- <img src="@/assets/images/plan/index/card1.png" @click="jumpTo('/xjc-integratedmachine/plan/develop_career_plan1')">
|
|
|
|
- <img src="@/assets/images/plan/index/card2.png" @click="jumpTo('/xjc-integratedmachine/plan/aim/aim_management_index')">
|
|
|
|
- <img src="@/assets/images/plan/index/card3.png" @click="jumpTo('/xjc-integratedmachine/plan/time/time_management_menu')">
|
|
|
|
|
|
+ <img class="common-img-button" src="@/assets/images/plan/index/card1.png" @click="jumpTo('/xjc-integratedmachine/plan/develop_career_plan1')">
|
|
|
|
+ <img class="common-img-button" src="@/assets/images/plan/index/card2.png" @click="jumpTo('/xjc-integratedmachine/plan/aim/aim_management_index')">
|
|
|
|
+ <img class="common-img-button" src="@/assets/images/plan/index/card3.png" @click="jumpTo('/xjc-integratedmachine/plan/time/time_management_menu')">
|
|
</div>
|
|
</div>
|
|
- <div class="bottom-img common-img-button">
|
|
|
|
- <img src="@/assets/images/plan/index/card4.png" @click="jumpTo('/xjc-integratedmachine/plan/self_control/self_control/self_control_index')">
|
|
|
|
- <img src="@/assets/images/plan/index/card5.png" @click="jumpTo('/xjc-integratedmachine/plan/career_maturity/career_maturity_retest_index')">
|
|
|
|
|
|
+ <div class="bottom-img">
|
|
|
|
+ <img class="common-img-button" src="@/assets/images/plan/index/card4.png" @click="jumpTo('/xjc-integratedmachine/plan/self_control/self_control/self_control_index')">
|
|
|
|
+ <img class="common-img-button" src="@/assets/images/plan/index/card5.png" @click="jumpTo('/xjc-integratedmachine/plan/career_maturity/career_maturity_retest_index')">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<drag_component></drag_component>
|
|
<drag_component></drag_component>
|
|
@@ -93,7 +93,7 @@
|
|
align-items: center;
|
|
align-items: center;
|
|
margin-top: 40px;
|
|
margin-top: 40px;
|
|
.img-box{
|
|
.img-box{
|
|
- width: 1520px;
|
|
|
|
|
|
+ width: 1300px;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
justify-content: space-around;
|
|
img{
|
|
img{
|
|
@@ -102,9 +102,11 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.bottom-img{
|
|
.bottom-img{
|
|
- width: 1520px;
|
|
|
|
|
|
+ width: 900px;
|
|
height: 316px;
|
|
height: 316px;
|
|
margin-top: 63px;
|
|
margin-top: 63px;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: space-around;
|
|
img{
|
|
img{
|
|
width: 324px;
|
|
width: 324px;
|
|
height: 400px;
|
|
height: 400px;
|