23 lines
434 B
Plaintext
23 lines
434 B
Plaintext
|
|
.list{
|
||
|
|
height: 10%;
|
||
|
|
// margin: 5px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
background-color: #fff;
|
||
|
|
|
||
|
|
}
|
||
|
|
.listborder{
|
||
|
|
height: 10%;
|
||
|
|
// margin: 5px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
background-color: #fff;
|
||
|
|
border-bottom: 1px solid #f0f0f0;
|
||
|
|
}
|
||
|
|
.contentBor{
|
||
|
|
|
||
|
|
background-color: #fff;
|
||
|
|
border-bottom: 1px solid #f0f0f0;
|
||
|
|
}
|