21 lines
331 B
Plaintext
21 lines
331 B
Plaintext
.item {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
padding: 30rpx 30rpx;
|
|
color: #333;
|
|
font-weight: 400;
|
|
background-color: #fff;
|
|
border-top: #f7f7f7 solid 1rpx;
|
|
}
|
|
|
|
.item image {
|
|
width: 50rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
image {
|
|
height: auto;
|
|
} |