diff --git a/newBusinessEntities/directories/detail.html b/newBusinessEntities/directories/detail.html
index e23fc3f..3625f53 100644
--- a/newBusinessEntities/directories/detail.html
+++ b/newBusinessEntities/directories/detail.html
@@ -41,7 +41,7 @@
首页 > 培训活动
diff --git a/static/js/project/user/index.js b/static/js/project/user/index.js
index efce170..e6f84a7 100644
--- a/static/js/project/user/index.js
+++ b/static/js/project/user/index.js
@@ -528,7 +528,7 @@ define(['jquery', "template", "Tools", "user", "paging","cupload","kindeditor"],
//data['password'] = password;
data['id'] = module.data.memberId;
- tools.doPut(userUpdate, data, module.Tips)
+ tools.doPost(userUpdate, data, module.Tips)
}
//发布供求
diff --git a/static/newCss/index.css b/static/newCss/index.css
index 4c78a19..76a1b0e 100644
--- a/static/newCss/index.css
+++ b/static/newCss/index.css
@@ -3,6 +3,9 @@
background: #FFF;
padding: 20px 0;
line-height: 36px;
+ position: fixed;
+ width: 100%;
+ z-index: 9;
}
.topTab p{
font-size: 24px;
@@ -57,6 +60,9 @@
.topTab .active a{
color: #FFF!important;
}
+.partition{
+ height: 76px;
+}
.newBox{
/*margin-top: 15px;*/
}
diff --git a/static/newCss/supply.css b/static/newCss/supply.css
index 11f4134..778f34d 100644
--- a/static/newCss/supply.css
+++ b/static/newCss/supply.css
@@ -248,14 +248,105 @@ input[type = 'radio']{
}
.detail_box_table ul li {
float: left;
- padding: 10px 40px;
+ padding: 10px 0px;
+ width: 20%;
+ text-align: center;
+}
+.detail_box_table ul li input[type='text']{
+ text-align: center;
+ padding: 5px 0;
+ background: #FFF;
+ border-radius: 20px;
+}
+.detail_box_table ul:first-child{
+ background: none;
}
.detail_box_table ul {
background: #f5f5f5;
border-radius: 12px;
margin-top: 15px;
}
-
+.fail {
+ color: #e20000;
+ border-bottom: 1px solid #e20000;
+ cursor: pointer;
+}
+.failDialog{
+ width: 358px;
+ background: #ffffff;
+ border-radius: 12px;
+ position: fixed;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%,-50%);
+ box-shadow: 5px 5px 9px #ddd;
+ overflow: hidden;
+ display: none;
+}
+.failTit{
+ line-height: 48px;
+ font-size: 18px;
+ text-align: center;
+ background: #168a44;
+ color: #FFF;
+}
+.failTit span{
+ position: absolute;
+ right: 12px;
+ background: #FFF;
+ border-radius: 50%;
+ color: #168a44;
+ font-size: 24px;
+ display: inline-block;
+ width: 20px;
+ height: 20px;
+ top: 15px;
+ line-height: 22px;
+ cursor: pointer;
+}
+.delete{
+ background: #168a44;
+ border-radius: 50%;
+ color: #ffffff;
+ font-size: 24px;
+ width: 20px;
+ height: 20px;
+ line-height: 16px;
+ cursor: pointer;
+ margin: 0 auto;
+}
+.add{
+ background: #168a44;
+ border-radius: 50%;
+ color: #ffffff;
+ font-size: 24px;
+ width: 20px;
+ height: 20px;
+ line-height: 20px;
+ cursor: pointer;
+ margin: 0 auto;
+}
+.tipsBox{
+ padding: 30px 0;
+ text-align: center;
+}
+.tipsBox p:first-child{
+ color: #168a44;
+ font-size: 18px;
+}
+.tipsBox p:nth-child(2){
+ color: #666666;
+ margin: 10px 0 15px;
+}
+.tipsBox p:last-child{
+ background: #168a44;
+ color: #FFF;
+ width: 100px;
+ line-height: 35px;
+ border-radius: 50px;
+ margin: 0 auto;
+ cursor: pointer;
+}
/*主体名录列表*/
.supplyType_left dl dd{
margin-left: 0;