8 lines
126 B
SCSS
8 lines
126 B
SCSS
|
.box {
|
||
|
border-top: #eaeaea solid 1rpx;
|
||
|
width: 750rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
flex-direction: column;
|
||
|
}
|