删除顶部的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

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