23 lines
389 B
Plaintext
23 lines
389 B
Plaintext
.grace-box-banner {
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
overflow: hidden;
|
|
padding: 26rpx 0;
|
|
}
|
|
.grace-box-items {
|
|
width: 100%;
|
|
}
|
|
.grace-box-banner-line {
|
|
align-items: center;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
overflow: hidden;
|
|
padding-top: 8rpx;
|
|
width: 100%;
|
|
}
|
|
.grace-box-banner-line-text2 {
|
|
margin-left: 3px;
|
|
}
|