删除顶部的tab

This commit is contained in:
A1300399510
2024-09-10 14:47:51 +08:00
parent 7e4169a74e
commit c1be38d400
3 changed files with 21 additions and 73 deletions

View File

@@ -33,37 +33,11 @@
flex-direction: column;
align-items: center;
}
.tab-box {
width: 490px;
display: flex;
align-items: center;
margin-top: 20px;
margin-bottom: 20px;
}
.tab-box .tab {
width: 150px;
height: 40px;
display: flex;
align-items: center;
margin: 0 auto;
border: 1px solid #eee;
border-radius: 20px;
}
.tab-box .tab .item {
flex: 1;
border-radius: 20px;
text-align: center;
line-height: 40px;
cursor: pointer;
}
.tab-box .tab .item.pitch {
background-color: #f7a60a;
color: #fff;
}
.operate {
width: 490px;
display: flex;
justify-content: center;
margin-top: 10px;
}
.operate input {
flex: 1;
@@ -82,6 +56,9 @@
line-height: 40px;
cursor: pointer;
}
.operate .btn.disabled {
cursor: not-allowed;
}
.main {
width: 450px;
padding: 20px 0 0;
@@ -452,6 +429,7 @@
top: 0;
left: 0;
z-index: 1;
user-select: none;
}
.pop-up .select {
width: 600px;
@@ -471,6 +449,7 @@
width: 400px;
height: 400px;
overflow: hidden;
user-select: all;
}
.pop-up .select .img-box .img {
height: 400px;

View File

@@ -39,41 +39,12 @@
flex-direction: column;
align-items: center;
}
.tab-box {
width: 490px;
display: flex;
align-items: center;
margin-top: 20px;
margin-bottom: 20px;
.tab {
width: 150px;
height: 40px;
display: flex;
align-items: center;
margin: 0 auto;
border: 1px solid #eee;
border-radius: 20px;
.item {
flex: 1;
border-radius: 20px;
text-align: center;
line-height: 40px;
cursor: pointer;
&.pitch {
background-color: #f7a60a;
color: #fff;
}
}
}
}
.operate {
width: 490px;
display: flex;
justify-content: center;
margin-top: 10px;
input {
flex: 1;
height: 40px;
@@ -91,6 +62,9 @@
text-align: center;
line-height: 40px;
cursor: pointer;
&.disabled {
cursor: not-allowed;
}
}
}
.main {
@@ -527,6 +501,7 @@
top: 0;
left: 0;
z-index: 1;
user-select: none;
.select {
width: 600px;
height: 500px;
@@ -544,6 +519,7 @@
width: 400px;
height: 400px;
overflow: hidden;
user-select: all;
.img {
// width: 400px;
height: 400px;