15&&clickdetailInfoListtype===false?"newsubscript mb9 color-grey-9 fr":"newsubscript mb9 color-grey-9 none"}
+
20&&clickdetailInfoListtype===false?"newsubscript mb9 color-grey-9 fr":"newsubscript mb9 color-grey-9 none"}
onClick={()=>this.clickNewsubscript(0)}
>...
@@ -542,7 +542,7 @@ class PathDetailIndex extends Component{
{
detailInfoList===undefined?"":detailInfoList.allow_add_member===true?
{key!=0?
:""}
- {key+1!= members&&members.length?
:""}
+ {key+1== members.length?"":
}
:""
}
diff --git a/public/react/src/modules/tpm/TPMIndexHOC.js b/public/react/src/modules/tpm/TPMIndexHOC.js
index 1a6c38639..6149687bc 100644
--- a/public/react/src/modules/tpm/TPMIndexHOC.js
+++ b/public/react/src/modules/tpm/TPMIndexHOC.js
@@ -35,14 +35,14 @@ if (!window['indexHOCLoaded']) {
// $('head').append($('
')
// .attr('href', `${_url_origin}/stylesheets/educoder/antd.min.css?1525440977`));
$('head').append($('
')
- .attr('href', `${_url_origin}/stylesheets/css/edu-common.css?9`));
+ .attr('href', `${_url_origin}/stylesheets/css/edu-common.css?1`));
$('head').append($('
')
- .attr('href', `${_url_origin}/stylesheets/educoder/edu-main.css?9`));
+ .attr('href', `${_url_origin}/stylesheets/educoder/edu-main.css?1`));
// index.html有加载
$('head').append($('
')
- .attr('href', `${_url_origin}/stylesheets/educoder/edu-all.css?9`));
+ .attr('href', `${_url_origin}/stylesheets/educoder/edu-all.css?1`));
// $('head').append($('
')
diff --git a/public/react/src/modules/user/usersInfo/InfosPackage.js b/public/react/src/modules/user/usersInfo/InfosPackage.js
index aca31a7b5..4b2c655c3 100644
--- a/public/react/src/modules/user/usersInfo/InfosPackage.js
+++ b/public/react/src/modules/user/usersInfo/InfosPackage.js
@@ -234,15 +234,15 @@ class InfosPackage extends Component{
-
+
{item.visit_count}人浏览
-
+
{moment(item.deadline_at).format("YYYY-MM-DD HH:mm")}竞标截止
-
+
{item.bidding_users_count}人竞标
diff --git a/public/react/src/modules/user/usersInfo/video/VideoUploadList.js b/public/react/src/modules/user/usersInfo/video/VideoUploadList.js
index aff9e8496..f3d6b4f7a 100644
--- a/public/react/src/modules/user/usersInfo/video/VideoUploadList.js
+++ b/public/react/src/modules/user/usersInfo/video/VideoUploadList.js
@@ -435,7 +435,7 @@ function VideoUploadList (props) {
{/* windows video/* 不管用 TODO */}
)
diff --git a/public/stylesheets/educoder/edu-all.css b/public/stylesheets/educoder/edu-all.css
index d55fd3906..bc6af002c 100644
--- a/public/stylesheets/educoder/edu-all.css
+++ b/public/stylesheets/educoder/edu-all.css
@@ -114,10 +114,26 @@ em.vertical-line{display: inline-block;width: 2px;background: #999;height: 10px}
.smallSquare:nth-child(3n+0){margin-right: 0px;}
.partimg{height: 180px;width: 100%;border-radius: 6px 6px 0px 0px;}
/*块状列表上面的绿色标签*/
-.tag-green{position: absolute;left: 0px;top:20px;}
-.tag-green .tag-name{display: block;width: auto;background-image: url("/images/educoder/tag1.png");background-size: 100% 100%;padding: 0px 8px;color: #fff;float: left;}
-.tag-orange{position: absolute;right: 0px;top:20px;}
-.tag-orange .tag-name{display: block;width: auto;background-color:#FF6800;background-size: 100% 100%;padding: 0px 8px;color: #fff;float: left;}
+.tag-green{
+ position: absolute;
+ left: 10px;
+ bottom: 90px;}
+.tag-green .tag-name{display: block;width: auto;
+ /*background-image: url("/images/educoder/tag1.png");*/
+ background: #000000;
+ border: 1px solid #fff;
+ border-radius: 3px;
+ font-size: 14px;
+ opacity: 0.56;
+ background-size: 100% 100%;padding: 0px 8px;color: #fff;float: left;}
+.tag-orange{position: absolute;right: 0px;top:12px;}
+.tag-orange .tag-name{display: block;width: auto;background-color:#FF6800;
+ background-size: 100% 100%;padding: 0px 8px;color: #fff;float: left;
+ height: 28px;
+ line-height: 28px;
+ border-top-left-radius: 4px;
+ border-bottom-left-radius: 4px;
+}
/*发送至弹框里的下拉框*/
.downSelectOption{position: relative;height: 35px;}
.downSelectOption .showOption{background-color: #F4F4F4;border: 1px solid #EAEAEA;width: 100%;padding: 5px 40px 5px 5px;outline: none;height: 100%;box-sizing: border-box;}
@@ -3714,9 +3730,13 @@ a.singlepublishtwo{
}
.shaiContent li.shaiItem:hover i.iconfont{
- color: #4CACFF!important
+ color: #4CACFF !important;
}
.detail_for_paragraph p{
white-space: pre-wrap;
+}
+
+.ant-tooltip{
+ max-width: 100% !important;
}
\ No newline at end of file