Authored by 肖亚东

UI 提交 — review by 李其昌

.tabs-nav {
width: 100%;
height: 100px;
height: 120px;
padding: 0 5px;
box-sizing: border-box;
background: #fff;
... ... @@ -20,7 +20,7 @@
}
.tab-item {
font-family: PingFang-SC-Medium;
font-family: PingFang-SC-Regular;
font-size: 32px;
color: #999;
letter-spacing: 0;
... ...
... ... @@ -5,7 +5,7 @@
align-items: center;
background: #f5f5f5;
border-radius: 6px;
margin-top: 12px;
// margin-top: 12px;
font-family: SFProText-Regular;
font-size: 34px;
color: #000;
... ...
.search-item {
margin-top: 48px;
margin-top: 144px;
width: 670px;
.title {
font-family: PingFang-SC-Medium;
... ...
... ... @@ -82,7 +82,7 @@
}
.gray {
color: #ccc;
color: #999999;
}
}
}
... ...
... ... @@ -3,8 +3,9 @@
height: 100vh;
.header {
padding: 20px 40px;
padding: 9px 40px;
display: flex;
align-items: center;
}
.fixed {
... ... @@ -22,8 +23,9 @@
text-align: center;
border: none;
padding: 0;
line-height: 72px;
margin: 20px 0 0 20px;
// line-height: 72px;
// margin: 20px 0 0 20px;
margin-left: 20px;
}
... ...