From 17fa41269bf4f0d187aaac85fc837ea5ea70ac33 Mon Sep 17 00:00:00 2001 From: ylj20011123 Date: Tue, 10 Mar 2026 16:56:32 +0800 Subject: [PATCH] update --- common/css/expensesTop.css | 4 +- common/css/tenderingDetail.css | 137 ++- components/filesComponent/fileUnit.vue | 2 +- pages/askForLeave/newLeave.vue | 311 ++--- pages/commercialBI/planDetail.vue | 842 +++++++------- pages/commercialBI/planMonth.vue | 556 +++++---- pages/commercialBI/serviceDetail.vue | 1465 ++++++++++++++---------- pages/commercialBI/yearPlan.vue | 822 +++++++------ pages/index/components/rateCharts.vue | 83 +- pages/index/index.vue | 979 +++++++++++++--- static/images/effective/wcz.png | Bin 1990 -> 0 bytes static/images/expense/jbry.png | Bin 1971 -> 0 bytes static/images/expense/ptrs.png | Bin 1981 -> 0 bytes static/images/fileType/pdf.png | Bin 2125 -> 0 bytes static/images/index/dateTime.svg | 24 - static/images/index/noticeQuestion.svg | 14 - static/images/index/store.svg | 15 - static/images/index/successMonth.svg | 12 - static/images/index/yearSuccess.svg | 12 - static/images/leave/type-active.png | Bin 1973 -> 0 bytes static/images/tender/bgw.png | Bin 2020 -> 0 bytes static/images/tender/fdhfqk.png | Bin 2148 -> 0 bytes static/images/tender/pwh.png | Bin 2074 -> 0 bytes 23 files changed, 3149 insertions(+), 2129 deletions(-) delete mode 100644 static/images/effective/wcz.png delete mode 100644 static/images/expense/jbry.png delete mode 100644 static/images/expense/ptrs.png delete mode 100644 static/images/fileType/pdf.png delete mode 100644 static/images/index/dateTime.svg delete mode 100644 static/images/index/noticeQuestion.svg delete mode 100644 static/images/index/store.svg delete mode 100644 static/images/index/successMonth.svg delete mode 100644 static/images/index/yearSuccess.svg delete mode 100644 static/images/leave/type-active.png delete mode 100644 static/images/tender/bgw.png delete mode 100644 static/images/tender/fdhfqk.png delete mode 100644 static/images/tender/pwh.png diff --git a/common/css/expensesTop.css b/common/css/expensesTop.css index 2fe72b3..0f5b440 100644 --- a/common/css/expensesTop.css +++ b/common/css/expensesTop.css @@ -298,11 +298,11 @@ h4 { } .ico-ptrs:before { - background-image: url('/static/images/expense/ptrs.png'); + background-image: url('https://eshangtech.com/ShopICO/ahyd-BID/expense/ptrs.png'); } .ico-jbry:before { - background-image: url('/static/images/expense/jbry.png'); + background-image: url('https://eshangtech.com/ShopICO/ahyd-BID/expense/jbry.png'); } .ico-je:before { diff --git a/common/css/tenderingDetail.css b/common/css/tenderingDetail.css index 03d9a7d..48d381c 100644 --- a/common/css/tenderingDetail.css +++ b/common/css/tenderingDetail.css @@ -1,8 +1,15 @@ - *{ box-sizing: border-box;} - .ml10 {margin-left: 8rpx;} + * { + box-sizing: border-box; + } + + .ml10 { + margin-left: 8rpx; + } + .pb20 { padding-bottom: 32rpx; } + .content-title { width: 78%; @@ -14,6 +21,7 @@ font-weight: bold; line-height: 1.6; } + .box-top { margin-left: 40rpx; margin-right: 40rpx; @@ -23,22 +31,26 @@ font-size: 26rpx; padding: 16rpx 0 8rpx 0; } + .main-card { /* border: 1rpx solid #eee; */ border-radius: 8rpx; /* box-shadow: 0px 2rpx 8rpx 0.4rpx #e2e2e2; */ - box-shadow: 0px 4rpx 10rpx 0px rgba(201,201,201,0.52); + box-shadow: 0px 4rpx 10rpx 0px rgba(201, 201, 201, 0.52); margin-left: 30rpx; margin-right: 30rpx; background-color: #fff; padding: 16rpx 0; } - .main-card +.main-card { + + .main-card+.main-card { margin-top: 26rpx; } + .uni-collapse-content .main-card:nth-last-child(1) { margin-bottom: 40rpx; } + .card-title { display: flex; justify-content: space-between; @@ -53,18 +65,24 @@ align-items: center; padding: 0 16rpx 12rpx 16rpx; } - .base-body > div, .base-body > p{ + + .base-body>div, + .base-body>p { flex: 1; display: flex; align-items: center; } - .base-body > div span, .base-body > p span{ + + .base-body>div span, + .base-body>p span { font-size: 26rpx; } + .base-body i.ico { display: flex; align-items: center; } + .item-title { color: #888; min-width: 120rpx; @@ -83,47 +101,59 @@ /* font-weight: bold; */ font-size: 24rpx; } + .base-body.bb { border-top: 1rpx dashed #eee; padding-top: 16rpx; } + .detail-other.bb { border-top: 12rpx solid #eee; padding-top: 16rpx; } + .detail-other { padding: 0 16rpx 16rpx; } + .detail-sign { font-size: 28rpx; - padding: 16rpx 32rpx 8rpx 32rpx; + padding: 16rpx 32rpx 8rpx 32rpx; } + .detail-other p { font-size: 26rpx; display: flex; align-items: center; } + .detail-cont { font-size: 26rpx; /* margin-top: 8rpx; */ padding-left: 40rpx; } + .flex { display: flex; align-items: baseline; } + .main-card.detail-other { padding-top: 16rpx; } + .base-info { background-color: #fff; } - .base-info + .base-info { + + .base-info+.base-info { margin-top: 20rpx; } + .text-b9 { color: #b9b9b9 } + .process-box { display: flex; flex-direction: column; @@ -135,9 +165,11 @@ .uni-list-cell:after { height: 0; } + .button-hover { color: #fff; } + .button-box { padding-top: 36rpx; display: flex; @@ -145,10 +177,12 @@ justify-content: space-around; padding-bottom: 6rpx; } + .button-box image { width: 100rpx; height: 100rpx; } + .button-box span { font-size: 24rpx; display: flex; @@ -156,6 +190,7 @@ /* background-color: #fff; */ text-align: center; } + .button-box span i:before { height: 90rpx; width: 90rpx; @@ -164,56 +199,70 @@ box-shadow: 0rpx 2rpx 4rpx #cbcbcb; color: #999; } - .imgBox{ + + .imgBox { box-sizing: border-box; font-size: 24rpx; margin-top: 20rpx; width: 100%; padding-left: 32rpx; } + /* .ico-wjxz:before{ background-image: url('/static/images/tender/wjxz.png'); } */ - .ico-ndbz:before{ + .ico-ndbz:before { background-image: url('/static/images/tender/je.png'); } - .ico-user:before{ + + .ico-user:before { background-image: url('/static/images/tender/lxr.png'); } - .ico-shijian:before{ + + .ico-shijian:before { background-image: url('/static/images/tender/sj.png'); } - .ico-bgw:before{ - background-image: url('/static/images/tender/bgw.png'); - } - .ico-zbr:before{ - background-image: url('https://eshangtech.com/ShopICO/ahyd-BID/tender/zbr.png'); - } - .ico-jdr:before{ - background-image: url('https://eshangtech.com/ShopICO/ahyd-BID/tender/jdr.png'); - } - .ico-fdhfqk:before{ - background-image: url('/static/images/tender/fdhfqk.png'); - } - .ico-bm:before{ - background-image: url('/static/images/tender/bm.png'); - } - .ico-lxfs:before{ - background-image: url('/static/images/tender/lxfs.png'); - } - .ico-pwh:before{ - background-image: url('/static/images/tender/pwh.png'); - } - .ico-xmgk:before{ - background-image: url('/static/images/tender/xmgk.png'); - } - .ico-xmgm:before{ - background-image: url('/static/images/tender/xmgm.png'); - } - .ico-zbfs:before{ - background-image: url('https://eshangtech.com/ShopICO/ahyd-BID/tender/zbfs.png'); - } - .ico-qtyq:before{ - background-image: url('/static/images/tender/yj.png'); + + .ico-bgw:before { + background-image: url('https://eshangtech.com/ShopICO/ahyd-BID/tender/bgw.png'); } + .ico-zbr:before { + background-image: url('https://eshangtech.com/ShopICO/ahyd-BID/tender/zbr.png'); + } + + .ico-jdr:before { + background-image: url('https://eshangtech.com/ShopICO/ahyd-BID/tender/jdr.png'); + } + + .ico-fdhfqk:before { + background-image: url('https://eshangtech.com/ShopICO/ahyd-BID/tender/fdhfqk.png'); + } + + .ico-bm:before { + background-image: url('/static/images/tender/bm.png'); + } + + .ico-lxfs:before { + background-image: url('/static/images/tender/lxfs.png'); + } + + .ico-pwh:before { + background-image: url('https://eshangtech.com/ShopICO/ahyd-BID/tender/pwh.png'); + } + + .ico-xmgk:before { + background-image: url('/static/images/tender/xmgk.png'); + } + + .ico-xmgm:before { + background-image: url('/static/images/tender/xmgm.png'); + } + + .ico-zbfs:before { + background-image: url('https://eshangtech.com/ShopICO/ahyd-BID/tender/zbfs.png'); + } + + .ico-qtyq:before { + background-image: url('/static/images/tender/yj.png'); + } \ No newline at end of file diff --git a/components/filesComponent/fileUnit.vue b/components/filesComponent/fileUnit.vue index 17b35d9..18443ce 100644 --- a/components/filesComponent/fileUnit.vue +++ b/components/filesComponent/fileUnit.vue @@ -123,7 +123,7 @@ export default { } .ico-pdf:before { - background-image: url('../../static/images/fileType/pdf.png'); + background-image: url('https://eshangtech.com/ShopICO/ahyd-BID/fileType/pdf.png'); } .ico-ppt:before { diff --git a/pages/askForLeave/newLeave.vue b/pages/askForLeave/newLeave.vue index cac635b..9539a94 100644 --- a/pages/askForLeave/newLeave.vue +++ b/pages/askForLeave/newLeave.vue @@ -1,11 +1,12 @@