From 38430ddb8612fce15a2f1c940f9bd57d4da3e70b Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期四, 16 九月 2021 11:59:39 +0800 Subject: [PATCH] add new key --- components/plate-number/plateNumber.scss | 162 +++++++++++++++++++++++++++--------------------------- 1 files changed, 81 insertions(+), 81 deletions(-) diff --git a/components/plate-number/plateNumber.scss b/components/plate-number/plateNumber.scss index b64f26e..4e1c6cc 100644 --- a/components/plate-number/plateNumber.scss +++ b/components/plate-number/plateNumber.scss @@ -1,82 +1,82 @@ -/* - * @Author: 鏉庣 - * @Date: 2018-11-14 14:59:16 - * @Last Modified by: 鏉庣 - * @Last Modified time: 2018-11-26 14:47:26 - */ -/*瀹藉害杞崲vw*/ -@function vww($number) { - @return ($number / 375)*750+rpx; -} -.plate-popup { - position: fixed; - z-index: 999; - background-color: #E3E2E7; - -webkit-box-shadow: 0 0 30upx rgba(0, 0, 0, 0.1); - box-shadow: 0 0 30upx rgba(0, 0, 0, 0.1); - bottom: 0; - width: 100%; - overflow: hidden; - text-align: center; - $height: vww(50); - - //鍏抽棴 - .plate-close { - width: 100%; - background: #FFFFFF; - line-height: vww(30); - font-size: vww(12); - text-align: right; - padding-right: vww(10); - box-sizing: border-box; - color: #0bbf71; - } - - //閿洏涓讳綋鍐呭-鍗曡 - .plate-popup-item { - margin: 0 auto; - overflow: hidden; - display: inline-block; - display: table; - - &:last-child { - margin-bottom: 2vw; - } - } - - //閿洏涓讳綋鍐呭-鍗曚釜 - .plate-popup-item-list { - float: left; - font-size: vww(14); - width: 8vw; - margin: 0 1vw; - margin-top: 2vw; - height: $height; - line-height: $height; - background: #FFFFFF; - border-radius: 5px; - color: #4A4A4A; - - //鍒犻櫎閿� - &.del { - width: 14vw; - background: #C2CACC; - display: flex; - - //鍒犻櫎閿浘鐗� - image { - width: 50%; - height: 50%; - margin: 0 auto; - display: block; - vertical-align: middle; - align-self: center; - } - } - - //鐗规畩瀛楃锛堟腐婢冲锛� - &.special { - background: #EAECF8; - } - } +/* + * @Author: 鏉庣 + * @Date: 2018-11-14 14:59:16 + * @Last Modified by: 鏉庣 + * @Last Modified time: 2018-11-26 14:47:26 + */ +/*瀹藉害杞崲vw*/ +@function vww($number) { + @return ($number / 375)*750+rpx; +} +.plate-popup { + position: fixed; + z-index: 999; + background-color: #E3E2E7; + -webkit-box-shadow: 0 0 30upx rgba(0, 0, 0, 0.1); + box-shadow: 0 0 30upx rgba(0, 0, 0, 0.1); + bottom: 0; + width: 100%; + overflow: hidden; + text-align: center; + $height: vww(50); + + //鍏抽棴 + .plate-close { + width: 100%; + background: #FFFFFF; + line-height: vww(30); + font-size: vww(12); + text-align: right; + padding-right: vww(10); + box-sizing: border-box; + color: #0bbf71; + } + + //閿洏涓讳綋鍐呭-鍗曡 + .plate-popup-item { + margin: 0 auto; + overflow: hidden; + display: inline-block; + display: table; + + &:last-child { + margin-bottom: 2vw; + } + } + + //閿洏涓讳綋鍐呭-鍗曚釜 + .plate-popup-item-list { + float: left; + font-size: vww(14); + width: 8vw; + margin: 0 1vw; + margin-top: 2vw; + height: $height; + line-height: $height; + background: #FFFFFF; + border-radius: 5px; + color: #4A4A4A; + + //鍒犻櫎閿� + &.del { + width: 14vw; + background: #C2CACC; + display: flex; + + //鍒犻櫎閿浘鐗� + image { + width: 50%; + height: 50%; + margin: 0 auto; + display: block; + vertical-align: middle; + align-self: center; + } + } + + //鐗规畩瀛楃锛堟腐婢冲锛� + &.special { + background: #EAECF8; + } + } } \ No newline at end of file -- Gitblit v1.8.0