Former-commit-id: 4a9c109a0ab402699728fd704270a546edf5e015
This commit is contained in:
troyeguo
2021-04-17 21:43:25 +08:00
parent 8dfa14853b
commit 063b6f92f9
92 changed files with 856 additions and 714 deletions

View File

@@ -5,38 +5,34 @@
left: calc(50% - 173px);
top: calc(50% - 240px);
overflow: hidden;
background: rgba(255, 255, 255, 1);
box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.34);
opacity: 1;
z-index: 20;
border-radius: 10px;
border-radius: 5px;
animation: popup 0.1s ease-in-out 0s 1;
}
.setting-dialog-title {
font-size: 20px;
font-size: 18px;
font-weight: 500;
line-height: 15px;
color: rgba(75, 75, 75, 1);
opacity: 1;
margin: 20px 0px 10px;
text-align: center;
width: 346px;
}
.setting-dialog-new-title {
font-size: 16px;
font-size: 15px;
line-height: 25px;
color: rgba(75, 75, 75, 1);
opacity: 1;
margin-top: 10px;
margin-left: 30px;
width: 280px;
display: flex;
justify-content: space-between;
font-weight: 500;
}
.setting-dialog-list {
font-size: 16px;
font-size: 15px;
line-height: 18px;
color: rgba(149, 149, 149, 1);
opacity: 1;
margin: 7px;
}
@@ -57,7 +53,7 @@
}
.setting-dialog-url {
width: 200px;
font-size: 14px;
font-size: 13px;
position: absolute;
bottom: 6px;
left: 10px;
@@ -66,7 +62,7 @@
line-height: 16px;
}
.setting-dialog-subtitle {
font-size: 16px;
font-size: 15px;
margin: 7px 10px;
text-align: center;
color: #0078d4;
@@ -77,16 +73,10 @@
width: 30px;
height: 30px;
font-size: 30px;
color: rgba(75, 75, 75, 1);
cursor: pointer;
float: right;
}
.icon-traditional,
.icon-simplified,
.icon-english {
font-size: 25px;
color: rgba(75, 75, 75, 1);
}
.setting-close-container {
position: absolute;
top: 10px;
@@ -98,7 +88,6 @@
}
.setting-close-container:hover {
background-color: rgba(75, 75, 75, 0.035);
border-radius: 50%;
}
.about-this-project {
@@ -117,33 +106,26 @@
font-size: 15px;
margin: 5px;
text-align: center;
color: rgba(75, 75, 75, 1);
}
.lang-setting-dropdown {
width: 100px;
height: 30px;
margin-right: 5px;
background: rgba(255, 255, 255, 1);
border: 2px solid rgba(75, 75, 75, 1);
font-size: 16px;
font-size: 15px;
font-weight: 500;
color: rgba(75, 75, 75, 1);
text-align: center;
cursor: pointer;
border-radius: 5px;
}
.lang-setting-option {
font-size: 16px;
font-size: 15px;
font-weight: 500;
line-height: 27px;
color: rgba(75, 75, 75, 1);
text-align: center;
}
.setting-dialog-location-title {
font-size: 12px;
color: rgba(75, 75, 75, 1);
font-size: 13px;
font-weight: 500;
border: solid 1.5px black;
border-radius: 5px;
padding: 5px;
width: 75%;
@@ -152,7 +134,6 @@
word-break: break-all;
margin-top: 6px;
margin-bottom: 10px;
background-color: rgba(75, 75, 75, 0.05);
user-select: text;
}
.change-location-button {
@@ -165,10 +146,8 @@
top: 4px;
left: 2px;
cursor: pointer;
font-size: 12px;
color: white;
font-size: 13px;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(75, 75, 75, 1);
}