From 1ab5999f546adcca439eb32ea5ecd34819a13ff6 Mon Sep 17 00:00:00 2001 From: xyc <jc_xiong@hotmail.com> Date: 星期六, 12 十月 2024 09:31:07 +0800 Subject: [PATCH] 修改RBD识别算法 --- web/public/SVGOrigin/Method-Draw-master/method-draw/lib/jgraduate/css/jgraduate.css | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/public/SVGOrigin/Method-Draw-master/method-draw/lib/jgraduate/css/jgraduate.css b/web/public/SVGOrigin/Method-Draw-master/method-draw/lib/jgraduate/css/jgraduate.css index 2283c00..91db2c4 100644 --- a/web/public/SVGOrigin/Method-Draw-master/method-draw/lib/jgraduate/css/jgraduate.css +++ b/web/public/SVGOrigin/Method-Draw-master/method-draw/lib/jgraduate/css/jgraduate.css @@ -1,6 +1,6 @@ -/* +/* * jGraduate Default CSS - * + * * Copyright (c) 2010 Jeff Schiller * http://blog.codedread.com/ * @@ -35,7 +35,7 @@ display: none; } -.jGraduate_gradPick { +.jGraduate_gradPick { display: none; overflow: visible; /* position: relative;*/ @@ -55,7 +55,7 @@ } div.jGraduate_GradContainer { border: solid #000 1px; - background-image: url(../images/map-opacity.png); + background-image: url(../images/map-opacity.png); background-position: 0px 0px; height: 256px; width: 256px; @@ -183,13 +183,13 @@ div.jGraduate_stopPicker { position: absolute; display: none; - background: + background: white; padding: 20px; border-radius: 3px; width: 530px; height: 300px; - box-shadow: 0 5px 25px + box-shadow: 0 5px 25px black; } -- Gitblit v1.9.1