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/newBusinessEntities/directories/index.html b/newBusinessEntities/directories/index.html index 5696507..0d5958e 100644 --- a/newBusinessEntities/directories/index.html +++ b/newBusinessEntities/directories/index.html @@ -41,7 +41,7 @@
- +

首页 > 主体名录

diff --git a/newBusinessEntities/index.html b/newBusinessEntities/index.html index 4a6b3af..f25e4ae 100644 --- a/newBusinessEntities/index.html +++ b/newBusinessEntities/index.html @@ -40,6 +40,7 @@
+
diff --git a/newBusinessEntities/record/supplyList.html b/newBusinessEntities/record/supplyList.html index 68fc2c1..ff7b48e 100644 --- a/newBusinessEntities/record/supplyList.html +++ b/newBusinessEntities/record/supplyList.html @@ -41,7 +41,7 @@
- +

首页 > 记录查看

- +

首页 > 记录查看

- +

首页 > 信息发布

diff --git a/newBusinessEntities/supply/detail.html b/newBusinessEntities/supply/detail.html index ba99404..24c6f2f 100644 --- a/newBusinessEntities/supply/detail.html +++ b/newBusinessEntities/supply/detail.html @@ -41,7 +41,7 @@
- +

首页 > 供求信息 > 供应信息

diff --git a/newBusinessEntities/supply/index.html b/newBusinessEntities/supply/index.html index 7dc3ce2..70e0f11 100644 --- a/newBusinessEntities/supply/index.html +++ b/newBusinessEntities/supply/index.html @@ -41,7 +41,7 @@
- +

首页 > 供求信息 > 供应信息

- +

首页 > 培训活动 > 活动详情

@@ -94,41 +94,55 @@
  • 姓名
  • -
  • 张三
  • 联系电话
  • -
  • 15314031621
  • 性别
  • -
  • 状态
  • -
  • 已通过
  • +
  • 操作
  • +
    +
+
    +
  • 张三
  • +
  • 15314031621
  • +
  • +
  • 未通过
  • +
  • -

    -
  • 姓名
  • 张三
  • -
  • 联系电话
  • 15314031621
  • -
  • 性别
  • -
  • 状态
  • 已通过
  • +
  • -

    -
  • 姓名
  • 张三
  • -
  • 联系电话
  • 15314031621
  • -
  • 性别
  • -
  • 状态
  • 已通过
  • +
  • -

  • +
    +
+
    +
  • +
  • +
  • +
  • +
  • +

- +
+

提示×

+
+

未通过原因

+

活动达到最大参与人数,请下次报名

+

确定

+
+
- +

首页 > 培训活动

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;