fix(browser): unify styles

This commit is contained in:
hexxa 2021-11-21 17:25:27 +08:00 committed by Hexxa
parent c75b640b7a
commit 8253c82db0
7 changed files with 233 additions and 199 deletions

View file

@ -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;

View file

@ -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 {