25 lines
474 B
Plaintext
25 lines
474 B
Plaintext
/* packageI/AdBright/adBrightPoint/adBrightPoint.wxss */
|
|
.point-list{
|
|
background: #fff;
|
|
}
|
|
|
|
.point-list .list-item{
|
|
height: 56px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
padding: 10px 0px;
|
|
margin: 0 14px;
|
|
box-sizing: border-box;
|
|
border-bottom: 1rpx solid #ebebeb;
|
|
}
|
|
|
|
.point-list .list-item:last-child{
|
|
border: none;
|
|
}
|
|
|
|
.point-list .list-item .cell{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
} |