18 lines
251 B
Plaintext
18 lines
251 B
Plaintext
|
|
||
|
/* 调整图片容器和布局 */
|
||
|
.flex.data-v-e4e8aecc {
|
||
|
display: flex;
|
||
|
}
|
||
|
.flex-wrap.data-v-e4e8aecc {
|
||
|
flex-wrap: wrap;
|
||
|
}
|
||
|
.gap-4.data-v-e4e8aecc {
|
||
|
gap: 1rem;
|
||
|
}
|
||
|
.w-20.data-v-e4e8aecc {
|
||
|
width: 5rem;
|
||
|
}
|
||
|
.h-20.data-v-e4e8aecc {
|
||
|
height: 5rem;
|
||
|
}
|