细节优化
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
font-size: 16px;
|
||||
margin: 40px 0;
|
||||
text-align: center;
|
||||
|
||||
.button_text {
|
||||
color: #007aff;
|
||||
}
|
||||
@@ -21,6 +22,7 @@
|
||||
|
||||
.form_container {
|
||||
padding: 20px;
|
||||
|
||||
.form_item {
|
||||
height: 50px;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
|
||||
@@ -50,6 +52,7 @@
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
content: "";
|
||||
@@ -78,7 +81,7 @@
|
||||
border-radius: 20px;
|
||||
padding: 4px 8px;
|
||||
|
||||
& + .option_button {
|
||||
&+.option_button {
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
@@ -106,9 +109,11 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
.button_text {
|
||||
color: #007aff;
|
||||
}
|
||||
|
||||
.download_button {
|
||||
width: 345px;
|
||||
height: 54px;
|
||||
@@ -129,9 +134,14 @@
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
line-height: normal;
|
||||
|
||||
&.disabled {
|
||||
color: rgba(255, 255, 255, 0.30);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 过滤弹窗
|
||||
.filter_popup {
|
||||
padding: 20px;
|
||||
@@ -140,6 +150,7 @@
|
||||
.form_section {
|
||||
.form_item {
|
||||
margin-bottom: 20px;
|
||||
|
||||
.form_label {
|
||||
display: inline-block;
|
||||
font-family: PingFang SC;
|
||||
@@ -153,11 +164,13 @@
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 8px;
|
||||
|
||||
.option_item {
|
||||
background-color: #0000000D;
|
||||
text-align: center;
|
||||
padding: 8px;
|
||||
border-radius: 4px;
|
||||
|
||||
&.active {
|
||||
background-color: #000000;
|
||||
color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user