10 lines
152 B
SCSS
10 lines
152 B
SCSS
.box {
|
|
border-top: #eaeaea solid 1rpx;
|
|
width: 750rpx;
|
|
// overflow: hidden;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
|
|
}
|