Merge remote-tracking branch 'zshyx/250207-growth-prod-master_1202-zp' into dev0515

This commit is contained in:
joshen
2025-02-16 20:11:46 +08:00

View File

@@ -116,6 +116,7 @@
<div class="growth-right"> <div class="growth-right">
<div class="title">专业力必修</div> <div class="title">专业力必修</div>
<div <div
:key="item.id"
class="item-growth" class="item-growth"
:class="selectData.id == item.id ? 'active' : ''" :class="selectData.id == item.id ? 'active' : ''"
v-for="item of list" v-for="item of list"
@@ -282,19 +283,22 @@ export default {
background-image: url(../../assets/images/growth/growth-bg.png); background-image: url(../../assets/images/growth/growth-bg.png);
.nav-title { .nav-title {
font-weight: 700; font-weight: 700;
font-size: 26px; font-size: 24px;
margin-right: 10%;
} }
.nav-total { .nav-total {
margin-left: 15%; // margin-left: 15%;
width: 20%;
} }
.total-num { .total-num {
font-weight: bold; font-weight: bold;
font-size: 30px; font-size: 24px;
} }
} }
} }
.growth-right { .growth-right {
width: 464px; width: 30%;
max-width: 464px;
margin-bottom: 35px; margin-bottom: 35px;
background-color: #ffffff; background-color: #ffffff;
padding: 35px 20px 20px 30px; padding: 35px 20px 20px 30px;
@@ -302,7 +306,7 @@ export default {
font-size: 18px; font-size: 18px;
color: #000000; color: #000000;
font-weight: 700; font-weight: 700;
margin-bottom: 35px; margin-bottom: 30px;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
@@ -313,7 +317,7 @@ export default {
border-radius: 5px; border-radius: 5px;
font-size: 14px; font-size: 14px;
color: #666666; color: #666666;
padding: 15px 20px 15px 8px; padding: 10px 20px 10px 8px;
} }
.icon { .icon {
width: 4px; width: 4px;