22 lines
322 B
Plaintext
22 lines
322 B
Plaintext
/* packageE/shortvideo/shortvideo.wxss */
|
|
.component-wrapper {
|
|
width: 100vw;
|
|
}
|
|
|
|
.shortvideo .list {
|
|
width: 100%;
|
|
|
|
/* padding: 10px 12px; */
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.loadMore {
|
|
width: 100%;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
clear: both;
|
|
}
|