diff --git a/public/static/css/style.css b/public/static/css/style.css index 2d4f4c3..515fb7d 100644 --- a/public/static/css/style.css +++ b/public/static/css/style.css @@ -110,19 +110,6 @@ body button { border-radius: 0.6rem; } */ -#op-bar { - /* width: 96%; */ - /* max-width: 960px; */ - - /* position: fixed; - top: 6rem; - right: auto; - bottom: auto; - left: auto; */ - line-height: 3rem; - border-radius: 0.6rem; -} - #item-list { margin-top: 2rem; } @@ -189,9 +176,9 @@ body button { display: block; } -#item-list .item-op { +/* #item-list .item-op { line-height: 4rem; -} +} */ tr button { background-color: #95a5a6; @@ -660,53 +647,11 @@ div.hr { font-weight: bold; } -.title-m { - font-size: 1.4rem; - /* font-weight: bold; */ - line-height: 2rem; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - overflow-wrap: break-word; - display: block; -} - -.desc-m { - font-size: 1.2rem; - line-height: 2rem; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - overflow-wrap: break-word; - display: block; -} - -.title-l { - font-size: 1.8rem; - font-weight: bold; - line-height: 2rem; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - overflow-wrap: break-word; - display: block; -} - -.desc-l { - font-size: 1.2rem; - line-height: 2rem; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - overflow-wrap: break-word; - display: block; -} - -.alert-red { +/* .alert-red { border: dashed 1px #e74c3c; color: #e74c3c; border-radius: 0.5rem; -} +} */ .detail { font-size: 1.2rem; diff --git a/public/static/css/white.css b/public/static/css/white.css index 8f0ab61..e67e99e 100644 --- a/public/static/css/white.css +++ b/public/static/css/white.css @@ -58,11 +58,112 @@ padding: 2rem; } -.theme-default .op-bar { +.theme-default #breadcrumb { + padding: 1rem; + width: 100%; +} + +.theme-default #breadcrumb .item { + color: #697384; + margin-right: 1rem; + /* padding: 1rem; */ +} + +.theme-default #breadcrumb .item { + color: #697384; + margin-right: 1rem; + /* padding: 1rem; */ +} + +#browser .container { + width: 100%; + color: #34495e; + background-color: white; + border-radius: 0.8rem; + margin-bottom: 2rem; +} + +/* .theme-default #breadcrumb .item:last-child { + margin-right: 0; +} */ + +.theme-default .select-btn { + width: 8rem; + display: inline-block; + margin: 0 1rem 0 0; +} + +.theme-default #op-bar { +} + +.theme-default #browser-op { + padding: 1rem; +} + +.theme-default #browser-op button { + margin: 0 1rem 0 0; +} + +.theme-default #browser { + padding-bottom: 1rem; +} + +.theme-default #icon-home { + color: black; + margin-right: 1rem; +} + +.theme-default #browser .item-op { + line-height: 4rem; + padding: 1rem; +} + +.theme-default #browser .error { + line-height: 4rem; + border: dashed 1px #e74c3c; + background-color: #e74c3c; + border-radius: 0.5rem; + color: white; + margin: 1rem; + padding: 0 1rem; +} + +.theme-default .upload-item { + padding: 1rem; +} + +.theme-default #share-list { + padding: 1rem; +} + +.theme-default #tabs { + padding: 1rem; +} + +.theme-default #upload-op { + padding: 1rem; +} + +/* .theme-default .op-bar { background: rgba(255, 255, 255, 1); box-shadow: 0 5px 30px 0 rgba(31, 38, 135, 0.1); backdrop-filter: blur(9.5px); -webkit-backdrop-filter: blur(9.5px); +} */ + +.theme-default .red-btn { + background-color: #e74c3c; + color: #fff; +} + +.theme-default .blue-btn { + background-color: #3498db; + color: #fff; +} + +.theme-default .cyan-btn { + background-color: #1abc9c; + color: #fff; } .theme-default .container-center { @@ -72,6 +173,11 @@ z-index: 9; } +.theme-default .float { + display: inline-block; + margin: auto 1rem auto auto; +} + .theme-default .float-input { display: inline-block; margin: auto 1rem 1rem auto; @@ -135,6 +241,9 @@ .theme-default #tail { color: #34495e; + font-size: 1.2rem; + text-align: center; + margin: 4rem auto; } .theme-default input { diff --git a/src/client/web/build/template/index.template.dev.html b/src/client/web/build/template/index.template.dev.html index 3549cb1..c7cb076 100644 --- a/src/client/web/build/template/index.template.dev.html +++ b/src/client/web/build/template/index.template.dev.html @@ -15,11 +15,7 @@ - - - -