diff --git a/resources/web/guide/css/home.css b/resources/web/guide/css/home.css index 4b70331..4d5ab21 100644 --- a/resources/web/guide/css/home.css +++ b/resources/web/guide/css/home.css @@ -71,7 +71,7 @@ body { /*border-right-width: 1px; border-right-style: solid;*/ - background:#9B9DA3; + background:#414345; width: 248px; height: 100%; } @@ -148,6 +148,7 @@ body display: flex; justify-content:flex-start; cursor: pointer; + color:#ffffff; } .BtnItem:hover @@ -247,6 +248,70 @@ body } } +#IssueBoard { + overflow-y: auto; + padding: 0px 40px; + display: flex; + flex-wrap: wrap; + justify-content: center; + align-items: center; + margin: 30px 40px; + position: relative; + top: 0px; + bottom: 0px; + right: 0px; + left: 0px; +} + +@media screen and (max-width: 1100px) { + .PrintBlock { + text-align:center; + width: calc(50% - 20px); + margin: 0px 10px 40px 10px; + cursor: pointer; + } +} + +@media screen and ( min-width:1101px) and ( max-width:1680px ) { + .PrintBlock { + width: calc(33% - 20px); + margin: 0px 10px 40px 10px; + cursor: pointer; + } +} + +@media screen and ( min-width:1681px) and (max-width:2120px ) { + .PrintBlock { + width: calc(25% - 20px); + margin: 0px 10px 40px 10px; + cursor: pointer; + } +} + +@media screen and ( min-width:2121px) and (max-width:2620px ) { + .PrintBlock { + width: calc(20% - 20px); + margin: 0px 10px 40px 10px; + cursor: pointer; + } +} + +@media screen and (min-width:2621px ) and (max-width:3120px ) { + .PrintBlock { + width: calc(16.6% - 20px); + margin: 0px 10px 40px 10px; + cursor: pointer; + } +} + +@media screen and (min-width:3121px ) { + .PrintBlock { + width: calc(14.2% - 20px); + margin: 0px 10px 40px 10px; + cursor: pointer; + } +} + #HotspotWEB { width:100%; @@ -306,6 +371,7 @@ body .UG_TITLE { + text-align:center; font-size: 18px; font-weight: 700; line-height: 25px; @@ -317,7 +383,36 @@ body .UG_DESC { + font-size: 14px; width: 100%; line-height: 20px; +} + +.UG_CDESC +{ + text-align:center; font-size: 14px; + width: 100%; + line-height: 20px; +} + +.UG_B_TITLE +{ + text-align:center; + font-size: 36px; + font-weight: 700; + line-height: 25px; + width: 100%; + margin-top: 20px; + margin-bottom: 4px; + color: #4479FB; +} + +.UG_B_DESC +{ + font-size: 16px; + width: 100%; + line-height: 20px; + margin-top: 30px; + margin-bottom: 50px; } \ No newline at end of file diff --git a/resources/web/guide/img/AddSupport.gif b/resources/web/guide/img/AddSupport.gif new file mode 100644 index 0000000..3544585 Binary files /dev/null and b/resources/web/guide/img/AddSupport.gif differ diff --git a/resources/web/guide/img/ConnectDevice.gif b/resources/web/guide/img/ConnectDevice.gif new file mode 100644 index 0000000..9e1f772 Binary files /dev/null and b/resources/web/guide/img/ConnectDevice.gif differ diff --git a/resources/web/guide/img/FirstPrint.gif b/resources/web/guide/img/FirstPrint.gif new file mode 100644 index 0000000..7344105 Binary files /dev/null and b/resources/web/guide/img/FirstPrint.gif differ diff --git a/resources/web/guide/img/WifiSend.gif b/resources/web/guide/img/WifiSend.gif new file mode 100644 index 0000000..8831a3a Binary files /dev/null and b/resources/web/guide/img/WifiSend.gif differ diff --git a/resources/web/guide/img/X-MAX3.png b/resources/web/guide/img/X-MAX3.png index da56762..9d57ac7 100644 Binary files a/resources/web/guide/img/X-MAX3.png and b/resources/web/guide/img/X-MAX3.png differ diff --git a/resources/web/guide/img/X-Plus3.png b/resources/web/guide/img/X-Plus3.png index 653231c..6c4e8ea 100644 Binary files a/resources/web/guide/img/X-Plus3.png and b/resources/web/guide/img/X-Plus3.png differ diff --git a/resources/web/guide/img/X-Smart3.png b/resources/web/guide/img/X-Smart3.png index 6a09623..ee42b18 100644 Binary files a/resources/web/guide/img/X-Smart3.png and b/resources/web/guide/img/X-Smart3.png differ diff --git a/resources/web/guide/index.html b/resources/web/guide/index.html index 76f6177..d7155c0 100644 --- a/resources/web/guide/index.html +++ b/resources/web/guide/index.html @@ -23,24 +23,32 @@















