From 85a3581922cfff0691ed555b8611adbf863de307 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Fri, 1 Nov 2019 15:13:07 +0800 Subject: [PATCH] update Former-commit-id: 14e367febee79a61cc463f44276585ca3e28eca2 --- projects/IoTCenter/Views/Home/Node.cshtml | 55 +++++++++++----------- projects/IoTCenter/iotcenter.db | Bin 462848 -> 462848 bytes projects/IoTNode/iotnode.db | Bin 499712 -> 499712 bytes 3 files changed, 28 insertions(+), 27 deletions(-) diff --git a/projects/IoTCenter/Views/Home/Node.cshtml b/projects/IoTCenter/Views/Home/Node.cshtml index 7e4ccc03..7b68c6fd 100644 --- a/projects/IoTCenter/Views/Home/Node.cshtml +++ b/projects/IoTCenter/Views/Home/Node.cshtml @@ -109,32 +109,33 @@ input[type='range'] { -webkit-appearance: none; + background: cadetblue; display: inline-block; width: 100%; height: 15px; margin: 10px 0; } - .hue { - background: -webkit-linear-gradient(left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%,#00F 66.66%, #F0F 83.33%, #F00 100%); - } + input[type='range'].hue { + background: -webkit-linear-gradient(left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%,#00F 66.66%, #F0F 83.33%, #F00 100%); + } - .saturation { - background: -webkit-linear-gradient(left, #fff 0%, green 100%); - } + input[type='range'].saturation { + background: -webkit-linear-gradient(left, #fff 0%, green 100%); + } - .brightness { - background: -webkit-linear-gradient(left, #000 0%, #fff 100%); - } + input[type='range'].brightness { + background: -webkit-linear-gradient(left, #000 0%, #fff 100%); + } - input[type='range']::-webkit-slider-thumb { - -webkit-appearance: none; - background-color: transparent; - height: 30px; - width: 30px; - border: 15px solid rgba(230,230,230,0.8); - border-radius: 50%; - } + input[type='range']::-webkit-slider-thumb { + -webkit-appearance: none; + background-color: transparent; + height: 30px; + width: 30px; + border: 15px solid rgba(230,230,230,0.8); + border-radius: 50%; + } canvas { width: 100%; @@ -352,7 +353,7 @@ 饱和度