首页
- 开发工具
+ 共建工具
{detail.name}
{detail.name}
-
{detail.summary}
+
{detail.summary}
{detail.downloadCount}
@@ -107,11 +108,12 @@ function Index(props) {
-
- {
- content &&
- }
-
+ {
+ content &&
+
+
+
+ }
)
diff --git a/src/factory/resource/commonTools/detail/index.scss b/src/factory/resource/commonTools/detail/index.scss
index eb157cacf..3ad889182 100644
--- a/src/factory/resource/commonTools/detail/index.scss
+++ b/src/factory/resource/commonTools/detail/index.scss
@@ -221,7 +221,7 @@
width: 1600px;
height: 100%;
margin: 52px auto;
- margin-top: -100px;
+ margin-top: -130px;
position: relative;
z-index: 1;
@@ -241,9 +241,12 @@
}
.news-detail-content-wrapper {
- width: 1600px;
- float: left;
- padding-bottom: 60px;
+ background-image: url('../../../../images/factory/resource/detail-bg.png');
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ padding: 30px;
+ border-radius: 16px;
+ margin-bottom: 60px;
}
.news-detail-content-others {
diff --git a/src/factory/resource/commonTools/index.jsx b/src/factory/resource/commonTools/index.jsx
index 9dc4e5252..74c08ae87 100644
--- a/src/factory/resource/commonTools/index.jsx
+++ b/src/factory/resource/commonTools/index.jsx
@@ -107,7 +107,7 @@ function Index(props) {