11 lines
195 B
SCSS
11 lines
195 B
SCSS
|
.box{
|
||
|
border-top: #eaeaea solid 1rpx;
|
||
|
width: 750rpx;
|
||
|
overflow: hidden;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
.search{
|
||
|
width: 613px;
|
||
|
height: 76px;
|
||
|
}
|
||
|
}
|