19 lines
352 B
Plaintext
19 lines
352 B
Plaintext
.test {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: nowrap;
|
|
margin-bottom: 80rpx;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
|
|
.scroll-content {
|
|
position: absolute;
|
|
width: 100%;
|
|
top: 470rpx;
|
|
border-top-right-radius: 60rpx;
|
|
border-top-left-radius: 60rpx;
|
|
padding-top: 20rpx;
|
|
z-index: 30;
|
|
background-color: white;
|
|
} |