From 9e346bda123bba64e6eeebe0dff503bf84658af2 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期三, 19 二月 2025 15:06:29 +0800 Subject: [PATCH] 1.生产报工优化 2.PDA样式调整 3.返回按钮取消 4.检验标识样式调整 --- Images/Style.css | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 100 insertions(+), 1 deletions(-) diff --git a/Images/Style.css b/Images/Style.css index f01651f..69a18be 100644 --- a/Images/Style.css +++ b/Images/Style.css @@ -333,4 +333,103 @@ } .mySolid .van-row { border-bottom: .0267rem solid #646566; -} \ No newline at end of file +} + +/*2025-02-19 姹犲崡楠忎慨鏀� + begin +*/ +.van-cell { + position: relative; + display: -webkit-box; + display: -webkit-flex; + display: flex; + box-sizing: border-box; + width: 100%; + padding: .030rem .1000rem; + overflow: hidden; + color: #323233; + font-size: .3733rem; + line-height: .64rem; + background-color: #fff; + align-items: center; /* 鍨傜洿灞呬腑瀵归綈 */ +} + +.van-button--small { + height: 100%; + padding: 0 .2133rem; + font-size: .32rem; + align-items: center; /* 鍨傜洿灞呬腑瀵归綈 */ +} + +van-field__button { + display: flex; /* 浣跨敤 Flexbox 甯冨眬 */ + align-items: center; /* 鍨傜洿灞呬腑瀵归綈 */ + justify-content: center; /* 姘村钩灞呬腑瀵归綈 */ + height: 100%; /* 鎸夐挳楂樺害涓庣埗瀹瑰櫒涓�鑷� */ + //min-height: 36px; /* 璁剧疆鏈�灏忛珮搴︿互閬垮厤杩囧皬 */ + padding: 0; /* 绉婚櫎榛樿鍐呰竟璺� */ +} + +.van-button { + position: relative; + display: inline-flex; /* 浣跨敤 Flexbox 甯冨眬 */ + align-items: center; /* 鍨傜洿灞呬腑瀵归綈 */ + justify-content: center; /* 姘村钩灞呬腑瀵归綈 */ + box-sizing: border-box; + height: 100%; /* 鎸夐挳楂樺害涓庣埗瀹瑰櫒涓�鑷� */ + margin: 0; + padding: 0.1rem 0.1rem; /* 鍐呰竟璺濆彲浠ユ牴鎹渶瑕佽皟鏁� */ + font-size: inherit; /* 瀛椾綋澶у皬缁ф壙鑷埗瀹瑰櫒 */ + line-height: normal; /* 璋冩暣琛岄珮涓烘甯稿�� */ + text-align: center; + border-radius: 0.2rem; /* 鍦嗚鍗婂緞 */ + cursor: pointer; + transition: opacity 0.2s; + -webkit-appearance: none; + white-space: nowrap; /* 闃叉鏂囧瓧鎹㈣ */ + font-size: .32rem; +} + +/* 鎸夐挳闀垮害鏍规嵁鍐呭鑷�傚簲 */ +.van-button { + min-width: fit-content; /* 鎸夐挳瀹藉害鏍规嵁鍐呭鑷姩璋冩暣 */ + padding: 0.2rem 0.4rem; /* 淇濈暀閫傚綋鐨勫唴杈硅窛 */ +} + + +/* 璁剧疆 checkbox 瀹瑰櫒鐨勬牱寮� */ +.checkbox-container { + display: flex; /* 浣跨敤 Flexbox 甯冨眬 */ + justify-content: space-between; /* 宸﹀彸骞冲潎鍒嗗竷 */ + align-items: center; /* 鍨傜洿灞呬腑瀵归綈 */ + padding: 0 16px; /* 鍐呰竟璺濅笌 van-field 淇濇寔涓�鑷� */ +} + + /* 璋冩暣 checkbox 鐨勬牱寮� */ + .checkbox-container .van-checkbox { + flex: 1; /* 璁╂瘡涓� checkbox 鍗犳嵁鐩哥瓑鐨勭┖闂� */ + text-align: center; /* 鏂囨湰灞呬腑鏄剧ず */ + } + +.van-checkbox__icon--checked .van-icon { + color: blue !important; /* 鍕鹃�夋鐨勯鑹茶缃负钃濊壊 */ +} + +/* 淇濇寔瀛椾綋棰滆壊涓嶅彉 */ +.van-checkbox__label { + color: inherit !important; /* 瀛椾綋棰滆壊缁ф壙鐖剁骇鏍峰紡 */ +} + +/* 纭繚绂佺敤鐘舵�佷笅鍕鹃�夋浠嶇劧鏄剧ず涓鸿摑鑹� */ +.van-checkbox--disabled .van-checkbox__icon .van-icon { + background-color: transparent !important; /* 绉婚櫎绂佺敤鐘舵�佷笅鐨勭伆鑹茶儗鏅� */ + border-color: blue !important; /* 璁剧疆绂佺敤鐘舵�佷笅鐨勮竟妗嗛鑹蹭负钃濊壊 */ +} + +.van-tabs--line .van-tabs__wrap { + height: 0.8rem; +} + +/* 2025-02-19 姹犲崡楠忎慨鏀� + end +*/ \ No newline at end of file -- Gitblit v1.9.3