列表搜索页面
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
// background-color: red;
|
||||
padding-bottom: 34px;
|
||||
|
||||
.recommendTextWrapper {
|
||||
display: flex;
|
||||
@@ -19,4 +19,17 @@
|
||||
font-weight: 500;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.bottomTextWrapper {
|
||||
width: 100%;
|
||||
height: 68px;
|
||||
padding: 0 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
line-height: 24px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user