21 lines
331 B
Plaintext
21 lines
331 B
Plaintext
/* pages/additive/list/additive-list.wxss */
|
|
|
|
.main {
|
|
padding: 10px;
|
|
}
|
|
|
|
.list-view {
|
|
margin-bottom: 80px;
|
|
}
|
|
|
|
.addtive-enname {
|
|
font-size: 0.875rem;
|
|
line-height: 1.25rem;
|
|
color: rgb(150, 150, 150);
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
width: 250px;
|
|
text-overflow: clip;
|
|
} |