-
{stat.value}
- {stat.suffix}
+
+
+
+ {statsData.map((stat, index) => (
+
+
+
+ {stat.suffix}
+
+
{stat.label}
-
{stat.label}
-
- ))}
+ ))}
+
{role && role.role !== "None" &&
{role.role === "Member" ? 我的项目:""}
diff --git a/src/forge/Information/Pages/project/cateList/index.scss b/src/forge/Information/Pages/project/cateList/index.scss
index e607ce9bb..8cd795e81 100644
--- a/src/forge/Information/Pages/project/cateList/index.scss
+++ b/src/forge/Information/Pages/project/cateList/index.scss
@@ -23,6 +23,7 @@
padding: 25px;
background-image: url('../../../img/project/cate_page_img2.png');
background-size: 100% 100%;
+ border-radius:15px;
&:hover {
.placeholder-img>img {
@@ -152,7 +153,7 @@
flex: 0 0 calc(33.7% - 20px);
background-color: #ffffff;
border-radius:15px;
- padding:40px;
+ padding:35px 40px;
&:hover{
background-image: url('../../../img/project/cate_page_card.png');
background-size: 101% 100%;
@@ -176,8 +177,13 @@
background: url('../../../img/project/5_h_b.png') 98% 98% no-repeat;
color: #fff;
justify-content: flex-start;
- padding:50px 80px 50px 45px;
+ padding:35px 80px 35px 45px;
background-size: 100% 100%;
+ .project-list-item-tag{
+ li{
+ background-color: rgba(255,255,255,0.15);
+ }
+ }
.project-list-item-title{
a{
color: #fff;
@@ -251,6 +257,7 @@
margin-bottom: 20px;
background-size: 100% 100%;
margin-right: 20px;
+ border-radius:15px;
.cateSixMainBox{
overflow: hidden;
}
@@ -268,6 +275,7 @@
margin-right: 20px;
background-color: #fff;
margin-bottom: 20px;
+ justify-content: flex-start;
&:hover{
background: url('../../../img/project/6_h.png') -4px -2px no-repeat;
background-size: 102% 101%;
@@ -336,9 +344,15 @@
}
}
+ .statistics-cards-bc{
+ background-image: url(../../../img/vipTitleBc.png);
+ background-size: 100% 124%;
+ padding: 25px 0;
+ background-position-y: bottom;
+ }
.statistics-cards {
width: 80%;
- margin: 25px auto;
+ margin: 0px auto;
display: grid;
justify-items: center;
grid-template-columns: repeat(4, 1fr);
@@ -363,7 +377,7 @@
.cate_project_list_box .cate-project-card {
min-width: 0;
- padding: 30px;
+ padding:26px;
border-radius: 15px;
display: flex;
flex-direction: column;
@@ -377,7 +391,7 @@
}
.icon-jiantou21 {
color: inherit;
- top: 0px;
+ top: 4px;
left: 0px;
opacity: 1;
transition: top 0.5s ease, left 0.5s ease, opacity 0.3s ease 0.1s;
@@ -417,7 +431,7 @@
text-align: center;
height: 38px;
line-height: 38px;
- margin-top: 35px;
+ margin-top: 30px;
background:linear-gradient(272.02deg,rgba(10, 145, 255, 0.12) 0.05%,rgba(43, 103, 238, 0.12) 55.23%,rgba(133, 110, 250, 0.12) 99.86%);
&:hover {