From 26ebef24f023a80f5be5ff27c93585f70688f6ee Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期二, 22 十月 2024 14:45:39 +0800 Subject: [PATCH] 关于修改可靠性产品重复 --- web/public/SVGOrigin/Method-Draw-master/method-draw/css/method-draw.css | 62 +++++++++++++++--------------- 1 files changed, 31 insertions(+), 31 deletions(-) diff --git a/web/public/SVGOrigin/Method-Draw-master/method-draw/css/method-draw.css b/web/public/SVGOrigin/Method-Draw-master/method-draw/css/method-draw.css index 6eb6e83..ef16f98 100644 --- a/web/public/SVGOrigin/Method-Draw-master/method-draw/css/method-draw.css +++ b/web/public/SVGOrigin/Method-Draw-master/method-draw/css/method-draw.css @@ -89,7 +89,7 @@ vertical-align: top; } -.touch .menu_title { +.touch .menu_title { padding: 7px 17px; height: 26px; line-height: 26px; @@ -167,7 +167,7 @@ .menu_list .menu_item.push_button_pressed { background: transparent; - border: none; + border: none; width: auto; height: auto; margin: 0; @@ -269,7 +269,7 @@ margin-top: -16px; } -#ruler_x > div, +#ruler_x > div, #ruler_y > div { overflow: hidden; } @@ -394,14 +394,14 @@ .touch #tool_switch { display: none; -} +} #use_panel .tool_button, #path_node_panel .tool_button { color: #999; border: solid #3F3F3C 1px; border-radius: 3px; padding: 3px 10px 3px 40px; - background: + background: transparent; position: relative; margin-top: 10px; @@ -476,7 +476,7 @@ position: absolute; top: 10px; width: 14px; - + } #color_tools #tool_switch { @@ -561,13 +561,13 @@ position: absolute; } -.tool_button, +.tool_button, .tool_button_current, .tool_button_pressed { cursor: pointer; } - .tool_button:hover, + .tool_button:hover, .push_button:hover, .buttonup:hover, .buttondown, @@ -630,17 +630,17 @@ color: #999; } -div#font-selector { - width:140px; - height:300px; - overflow:auto; - margin:0 auto; - position:absolute; +div#font-selector { + width:140px; + height:300px; + overflow:auto; + margin:0 auto; + position:absolute; top:27px; right:0; - border:1px solid black; - padding:10px; - display:none; + border:1px solid black; + padding:10px; + display:none; background-color:white; z-index: 10; border-radius: 3px; @@ -920,7 +920,7 @@ right: 50%; border: solid transparent 5px; border-bottom-color: #fff; - + } .dropdown li.special.down:after { @@ -929,13 +929,13 @@ top: auto; border: solid transparent 5px; border-top-color: #fff; - + } - .tool_button, + .tool_button, .push_button, .tool_button_current, - .push_button_pressed + .push_button_pressed { height: 27px; width: 27px; @@ -955,7 +955,7 @@ overflow: hidden; } -#tool_open input, +#tool_open input, #tool_import input, #tool_import_bitmap input { position: absolute; @@ -981,7 +981,7 @@ left: -9999px; } - #tool_bold span, #tool_italic span { + #tool_bold span, #tool_italic span { position: absolute; width: 100%; height: 100%; @@ -1465,7 +1465,7 @@ margin: 5px; border-radius: 0px; -moz-border-radius: 0px; - -webkit-border-radius: 0px; + -webkit-border-radius: 0px; border-width: 0; } @@ -1516,7 +1516,7 @@ } .contextMenu .shortcut { - width: 115px; + width: 115px; text-align:right; float:right; } @@ -1797,7 +1797,7 @@ } - #tool_bold, #tool_italic { + #tool_bold, #tool_italic { font: bold 20px/35px serif; text-align: center; position: absolute; @@ -1854,13 +1854,13 @@ } -.draginput input, .draginput input:hover, .draginput input:active { +.draginput input, .draginput input:hover, .draginput input:active { cursor: url(../images/drag.png), move; cursor: -webkit-grab; cursor: -moz-grab; } -.draginput input[type="checkbox"], .draginput input[type="checkbox"]:hover, .draginput input[type="checkbox"]:active { +.draginput input[type="checkbox"], .draginput input[type="checkbox"]:hover, .draginput input[type="checkbox"]:active { cursor: pointer; } @@ -1868,7 +1868,7 @@ cursor: pointer; } -.draginput.active input, .draginput.active input:hover, .draginput.active input:active { +.draginput.active input, .draginput.active input:hover, .draginput.active input:active { cursor: url(../images/dragging.png), move; cursor: -webkit-grabbing; cursor: -moz-grabbing; @@ -1908,7 +1908,7 @@ margin: 0; z-index: 1; top: 0; - left: 0; + left: 0; } @@ -2080,4 +2080,4 @@ #tool_align_relative select { width: 100%; display: block; -} \ No newline at end of file +} -- Gitblit v1.9.1