diff --git a/README.md b/README.md index 6ba13cd..c0e4868 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ -## yishoudan +## 伯才供应链 + +``` +访问网址:https://ibocai.cn +FTP文件夹: + 1)webapp/yishoudan + 2)删除并重新上传:static,index.html,favicon.ico +``` diff --git a/src/components/FirstJob/detail.vue b/src/components/FirstJob/detail.vue index ea24b0e..6d79f39 100644 --- a/src/components/FirstJob/detail.vue +++ b/src/components/FirstJob/detail.vue @@ -196,7 +196,7 @@ -
+

基本信息 @@ -1114,6 +1114,7 @@ export default { } .detail-container { + background-color: #f0f0f0; // overflow: hidden; // border-top: 1px solid #eeefef; @@ -1208,6 +1209,11 @@ export default { .maincontentleft { width: 800px; text-align: left; + background-color: #ffffff; + border-radius: 6px; + margin: 0 auto; + overflow: hidden; + margin-bottom: 20px; .subset { padding: 20px; // margin-bottom: 16px; @@ -1215,7 +1221,7 @@ export default { background-color: #fff; // height: 302px; border-radius: 6px; - border: 1px solid #ededed; + // border: 1px solid #ededed; display: flex; justify-content: space-between; .subsetleft {