diff --git a/demoHtml/flex/css/index.css b/demoHtml/flex/css/index.css index 86b3617..cd9f064 100644 --- a/demoHtml/flex/css/index.css +++ b/demoHtml/flex/css/index.css @@ -190,6 +190,7 @@ html { left: 60px; background-color: unset; box-shadow: unset; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } #go-back .tab-button.active { @@ -200,6 +201,14 @@ html { font-size: 18px; } +#go-back > img { + display: block; + width: 28px; + height: 28px; + padding: 4px; + cursor: pointer; +} + .tab-button { padding: 8px 15px; border: none; diff --git a/demoHtml/flex/image/back.png b/demoHtml/flex/image/back.png new file mode 100644 index 0000000..e275da0 Binary files /dev/null and b/demoHtml/flex/image/back.png differ diff --git a/demoHtml/flex/index.html b/demoHtml/flex/index.html index cdaa7cb..1500055 100644 --- a/demoHtml/flex/index.html +++ b/demoHtml/flex/index.html @@ -72,7 +72,11 @@
+