diff --git a/docs/资料/物联网中心/设备接入/飞比/红外宝标准文档资料/空调功能键编号.xlsx b/docs/资料/物联网中心/设备接入/飞比/红外宝标准文档资料/空调功能键编号.xlsx index 622f571c..4ff0cb62 100644 Binary files a/docs/资料/物联网中心/设备接入/飞比/红外宝标准文档资料/空调功能键编号.xlsx and b/docs/资料/物联网中心/设备接入/飞比/红外宝标准文档资料/空调功能键编号.xlsx differ diff --git a/projects/WebApp/wwwroot/css/app.css b/projects/WebApp/wwwroot/css/app.css index 2af41935..b2572f08 100644 --- a/projects/WebApp/wwwroot/css/app.css +++ b/projects/WebApp/wwwroot/css/app.css @@ -70,8 +70,8 @@ ul { right: 0; bottom: 0; left: 0; - padding:0; - margin:0; + padding: 0; + margin: 0; } .page { @@ -720,36 +720,63 @@ ul { border-radius: unset; } /*bootstrap4+weui*/ -.row{ - margin-left:auto; - margin-right:auto; +.row { + margin-left: auto; + margin-right: auto; } -.col{ - padding-left:initial; - padding-right:initial; +.col { + padding-left: initial; + padding-right: initial; } -[class^="weui"]{ - box-sizing:initial; + +[class^="weui"] { + box-sizing: initial; } -p[class^="weui"]{ + +p[class^="weui"] { margin-bottom: 0; } -a:hover{ - text-decoration:none; + +a:hover { + text-decoration: none; } -label,h1{ - margin-bottom:initial; + +label, h1 { + margin-bottom: initial; } -img{ - margin:auto; + +img { + margin: auto; } + .img.icon { width: 48px; height: 48px; } -.img.button{ - width:48px; - height:48px; - cursor:pointer; -} \ No newline at end of file + +.img.button { + width: 48px; + height: 48px; + cursor: pointer; +} + +.ir .weui-tab__content { + width: 100%; +} + +.ir table,.ir .table { + border-collapse: separate; + margin: 15px auto; + padding: 15px; + border: 2px solid #ddd; + border-radius: 15px; +} + + .ir table td { + padding: 5px; + text-align: center; + } + .ir .table button{ + margin:5px; + } \ No newline at end of file diff --git a/projects/WebApp/wwwroot/pages/iot/device/ir.html b/projects/WebApp/wwwroot/pages/iot/device/ir.html index 9e1e680e..eac2737c 100644 --- a/projects/WebApp/wwwroot/pages/iot/device/ir.html +++ b/projects/WebApp/wwwroot/pages/iot/device/ir.html @@ -1,12 +1,12 @@