diff --git a/src/forge/Information/Component/memberList.jsx b/src/forge/Information/Component/memberList.jsx index e51129a94..10672db35 100644 --- a/src/forge/Information/Component/memberList.jsx +++ b/src/forge/Information/Component/memberList.jsx @@ -137,7 +137,7 @@ function Member(props) {
- +
{member.name}
{member.memberLevel && {member.memberLevel} }
diff --git a/src/forge/Information/Pages/custom/index.less b/src/forge/Information/Pages/custom/index.less index dd08e4b00..c7524307b 100644 --- a/src/forge/Information/Pages/custom/index.less +++ b/src/forge/Information/Pages/custom/index.less @@ -13,13 +13,18 @@ font-family: 'alibaba PuHuiTi'; background-image: url(../../img/custom/bc.png); background-size: 100%; + .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: 0 auto; text-align: center; border: 2px solid #ffffff; border-radius: 15px; - background: rgba(255, 255, 255, 0.2352941176); backdrop-filter: blur(10px); padding: 30px 0; color:#091221; diff --git a/src/forge/Information/Pages/custom/vip.jsx b/src/forge/Information/Pages/custom/vip.jsx index 44a2b356c..153018059 100644 --- a/src/forge/Information/Pages/custom/vip.jsx +++ b/src/forge/Information/Pages/custom/vip.jsx @@ -97,7 +97,9 @@ function CustomVip(props){ setApplyVisible(!applyVisible)} current_user={props.current_user}/>
{ nsccTitle(sectionMemberTitle) } -
{tempConfig[temp].vipDesc}
+
+
{tempConfig[temp].vipDesc}
+
{ memberStatus === memberStatusEnum.notMember && 申请加入} { memberStatus === memberStatusEnum.applying &&
您的申请已提交,请耐心等待管理员审核!
} diff --git a/src/forge/Information/img/vipTitleBc.png b/src/forge/Information/img/vipTitleBc.png new file mode 100644 index 000000000..bb14786b4 Binary files /dev/null and b/src/forge/Information/img/vipTitleBc.png differ diff --git a/src/forge/Information/index.scss b/src/forge/Information/index.scss index f7ab7cf0c..55637cdc7 100644 --- a/src/forge/Information/index.scss +++ b/src/forge/Information/index.scss @@ -2227,7 +2227,7 @@ cursor:pointer; i{ font-size:30px!important; - color:rgba(9, 18, 33, 1); + color:rgba(9, 18, 33, 0.8); } &.arrow-disabled{ i{ @@ -2238,7 +2238,7 @@ } } .custom-prev-arrow{ - right:105px; + right:95px; transform:rotate(90deg); } } @@ -2253,6 +2253,9 @@ animation: buttonBorderSpin 3s linear infinite forwards; } } + .zoneMI_box .zoneMI_name{ + color:#466aff; + } } &::before,&::after{ content:""; @@ -2288,16 +2291,16 @@ .zoneMI_img{ position: absolute; left:50%; - margin-left:-45px; - top:-45px; + margin-left:-40px; + top:-40px; z-index:1000; a{ position: relative; &::before{ content:""; position: absolute; - height: 94px; - width:94px; + height: 84px; + width:84px; left:-2px; right: -2px; bottom: -2px;