From 8e68beb46219b66c54ee51f7945adb7247f29125 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com>
Date: Fri, 6 Aug 2021 15:58:10 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=9E=8B=E7=BB=8F=E8=90=A5=E4=B8=BB?=
=?UTF-8?q?=E4=BD=93=E4=B8=8A=E5=91=A8=E9=81=97=E7=95=99=E9=97=AE=E9=A2=98?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
newBusinessEntities/directories/detail.html | 2 +-
newBusinessEntities/directories/index.html | 2 +-
newBusinessEntities/index.html | 1 +
newBusinessEntities/record/supplyList.html | 2 +-
newBusinessEntities/record/trainList.html | 6 +-
newBusinessEntities/release.html | 2 +-
newBusinessEntities/supply/detail.html | 2 +-
newBusinessEntities/supply/index.html | 2 +-
newBusinessEntities/train/detail.html | 42 ++++++---
newBusinessEntities/train/index.html | 2 +-
static/js/project/user/index.js | 2 +-
static/newCss/index.css | 6 ++
static/newCss/supply.css | 95 ++++++++++++++++++++-
13 files changed, 139 insertions(+), 27 deletions(-)
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;