From 4efe112cf72bb60890f9b6c007a01d8bb6a5afbd Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期三, 28 五月 2025 16:14:37 +0800 Subject: [PATCH] 1.现场收料和现场投入新增”任务单号“信息 --- Images/Style.css | 297 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 292 insertions(+), 5 deletions(-) diff --git a/Images/Style.css b/Images/Style.css index ef35fd2..ea6b789 100644 --- a/Images/Style.css +++ b/Images/Style.css @@ -359,16 +359,40 @@ } /* 褰撳睆骞曞搴﹀皬浜庢垨绛変簬600px鏃跺簲鐢ㄧ殑鏍峰紡 */ -@media (max-width: 300px) { +@media (max-width: 500px) { .van-cell { font-size: .33rem; /* 鏇村皬鐨勫瓧浣撳ぇ灏� */ line-height: .50rem; padding: .020rem .0800rem; /* 鏇村皬鐨勫唴杈硅窛 */ } + + + /*IQC妫�楠屾暣浣撴牱寮� 20250322 姹犲崡楠�*/ + .van-popup__close-icon--top-right { + top: .35rem; + right: -.00rem; + } + + + .van-popup--right { + top: 53.5%; + right: 0; + -webkit-transform: translate3d(0, -50%, 0); + transform: translate3d(0, -50%, 0); + } + } /* 褰撳睆骞曞搴﹀ぇ浜�600px涓斿皬浜庢垨绛変簬1024px鏃跺簲鐢ㄧ殑鏍峰紡 */ -@media (min-width: 300px) and (max-width: 1600px) { +@media (min-width: 500px) and (max-width: 1600px) { + + + /*IQC妫�楠屾暣浣撴牱寮� 20250322 姹犲崡楠�*/ + .van-popup__close-icon--top-right { + top: .25rem; + right: -.00rem; + } + .van-cell { font-size: .20rem; /* 涓瓑瀛椾綋澶у皬 */ line-height: .23rem; @@ -396,6 +420,13 @@ .van-checkbox__icon { font-size: 0.28rem; + } + + .van-popup--right { + top: 50%; + right: 0; + -webkit-transform: translate3d(0, -50%, 0); + transform: translate3d(0, -50%, 0); } } @@ -467,7 +498,7 @@ /* 纭繚绂佺敤鐘舵�佷笅鍕鹃�夋浠嶇劧鏄剧ず涓鸿摑鑹� */ .van-checkbox--disabled .van-checkbox__icon .van-icon { background-color: transparent !important; /* 绉婚櫎绂佺敤鐘舵�佷笅鐨勭伆鑹茶儗鏅� */ - border-color: #1989fa !important; /* 璁剧疆绂佺敤鐘舵�佷笅鐨勮竟妗嗛鑹蹭负钃濊壊 */ + /*border-color: #1989fa !important;*/ /* 璁剧疆绂佺敤鐘舵�佷笅鐨勮竟妗嗛鑹蹭负钃濊壊 */ } @@ -500,7 +531,7 @@ margin: 0 auto; color: #323233; font-weight: 500; - font-size: .33rem; + font-size: .32rem; font-weight: bold; /* 瀛椾綋鍔犵矖 */ } @@ -537,6 +568,262 @@ /* 妫�楠屾槑缁嗛〉杈撳叆妗嗙晫闈㈡牱寮� */ +.van-tag { + font-size: .25rem; + line-height: .40rem +} + /* 妫�楠屾槑缁嗛〉杈撳叆妗嗙晫闈㈡牱寮� */ + +/*鍏ㄥ眬鎸夐挳缂╁皬*/ +.van-nav-bar__left, .van-nav-bar__right { + font-size: .25rem; +} + +/*璋冩暣鎼滅储妗嗗瓧浣撶殑楂樺害鍜屽ぇ灏�*/ +.van-search__action { + padding: 0 .2133rem; + color: #323233; + font-size: .25rem; + line-height: .25rem; +} -/* 妫�楠屾槑缁嗛〉杈撳叆妗嗙晫闈㈡牱寮� */ +.content-wrapper-jymx { + margin: 27px; + background: #ffffff; + border-radius: 8px; + padding: 3px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); +} + +.van-cell__value--alone { + color: #323233; + text-align: center; +} + +.si-container { + /* padding: 0.16rem;*/ + padding: 8px 12px; + height: 0.6rem; +} + +/* 鐘舵�佹樉绀虹粍 */ +.si-status-group { + display: flex; + gap: 0.08rem; + margin-bottom: 0.16rem; +} + +.si-status-box { + flex: 1; + height: 0.6rem; + border-radius: 0.08rem; + display: flex; + overflow: hidden; +} + +/* 宸︿晶鐘舵�佹爣绛� */ +.si-status__left { + width: 1.2rem; + display: flex; + align-items: center; + justify-content: center; + position: relative; +} + + .si-status__left::after { + content: ''; + position: absolute; + right: -0.13rem; + width: 0.27rem; + height: 100%; + transform: skewX(-10deg); + z-index: 1; + } + +/* 鍙充晶鏁板�兼樉绀� */ +.si-status__right { + flex: 1; + display: flex; + align-items: center; + padding-left: 0.16rem; + background: #fff; + //font-weight: bold; +} + +/* 鐘舵�佺被鍨嬩慨楗扮 */ +.si-status--ok .si-status__left { + background: #07c160; +} + + .si-status--ok .si-status__left::after { + background: #07c160; + } + +.si-status--error .si-status__left { + background: #ee0a24; +} + + .si-status--error .si-status__left::after { + background: #ee0a24; + } + +/* 杈撳叆妗嗘牱寮� */ +.si-input-box { + height: 0.6rem; + border-radius: 0.08rem; + display: flex; + overflow: hidden; + background: #fff; + box-shadow: 0 0.02rem 0.04rem rgba(0,0,0,0.05); + padding: 8px 12px; +} + +.si-input__left { + width: 1.2rem; + display: flex; + align-items: center; + justify-content: center; + background: #e6f7ff; + position: relative; +} + + .si-input__left::after { + content: ''; + position: absolute; + right: 0; + top: 50%; + transform: translateY(-50%); + width: 0.01rem; + height: 50%; + background: #d9d9d9; + } + +/* 缁熶竴鏂囧瓧鏍峰紡 */ +.si-status__label, +.si-input__label, +.si-status__right { + font-size: 0.20rem; + line-height: 0.23rem; +} + +.si-input__label { + color: #1890ff; +} + +.si-status__label { + color: #ffffff; +} + +.si-status__right { + justify-content: center; /* 鏂板灞呬腑 */ + background: #e3edf7; + padding-right: 0.16rem; + padding: 8px 12px; +} + +/* Vant杈撳叆妗嗘繁搴﹀畾鍒� */ +/*:deep(.si-input-field .van-field__control) { + height: 0.6rem !important; + font-size: 0.20rem !important; + line-height: 0.23rem !important; + color: #333; + }*/ + +.van-icon-popup { + font-size: 0.5rem; +} + +.inline-title { + display: flex; + align-items: center; + gap: 8px; /* 闂磋窛鎺у埗 */ + max-width: 80vw; +} + +.release-no { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.status-tag { + flex-shrink: 0; /* 闃叉琚帇缂� */ + font-size: 12px; + padding: 2px 6px; +} + +/* 瑕嗙洊瀵艰埅鏍忛粯璁ゆ牱寮� */ +:deep(.van-nav-bar__title) { + max-width: none !important; +} + + +/* 娣卞害瑕嗙洊vant鏍峰紡,鎹㈣ */ +:deep(.wrap-field .van-field__control) { + white-space: pre-wrap !important; + word-break: break-all !important; + line-height: 1.5; + min-height: 24px; /* 鏈�灏忛珮搴︿繚闅� */ + padding: 4px 0; /* 澧炲姞鍨傜洿闂磋窛 */ +} + +/* 涓撶敤鍐呭瀹瑰櫒,鎹㈣ */ +.wrap-content { + width: 100%; + display: block; +} + + +/* .si-input-box { + display: flex; + align-items: center; + padding: 12px 16px; + }*/ + +.input-container { + flex: 1; + display: flex; + gap: 2px; /* 鎺у埗涓や釜杈撳叆缁勪箣闂寸殑闂磋窛 */ + align-items: center; + background: #e3edf7; +} + +.input-group { + display: flex; + align-items: center; + gap: 8px; + flex: 1; /* 浣夸袱涓緭鍏ョ粍鍧囧垎鍓╀綑绌洪棿 */ + padding: 8px 12px; +} + +.si-input-field { + flex: 1; /* 杈撳叆妗嗗崰鎹墿浣欑┖闂� */ + width: 100%; /* 鎺у埗鏈�澶у搴� */ + background: #f7f8fa; + border-radius: 4px; + padding: 8px 12px; +} + +/* 鍥剧墖涓婁紶澶у皬 */ +.van-uploader__preview-image { + width: 50px; + height: 50px; + object-fit: cover; +} + +.van-uploader__upload { + width: 50px; + height: 50px; +} + +.uploader-container { + height: auto; + overflow-y: auto; + -webkit-overflow-scrolling: touch; /* 娴佺晠婊氬姩锛坕OS锛� */ +} + +.van-uploader__preview-delete-icon { + font-size: 1.8em; +} +/*IQC妫�楠屾暣浣撴牱寮� 20250322 姹犲崡楠�*/ \ No newline at end of file -- Gitblit v1.9.3