31 lines
586 B
Plaintext
31 lines
586 B
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.list.data-v-f8347030 {
|
|
width: 100%;
|
|
}
|
|
.list .item.data-v-f8347030 {
|
|
width: 33.3%;
|
|
padding-top: 8px;
|
|
display: flex;
|
|
float: left;
|
|
flex-direction: column;
|
|
box-sizing: border-box;
|
|
justify-content: center;
|
|
border-right: 1px solid #dfdfdf;
|
|
border-bottom: 1px solid #dfdfdf;
|
|
}
|
|
.list .item image.data-v-f8347030 {
|
|
width: 60px;
|
|
height: 60px;
|
|
margin: 0 auto 10px;
|
|
}
|
|
.list .item .name.data-v-f8347030 {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
margin-bottom: 10px;
|
|
}
|
|
|