25 lines
413 B
Plaintext
25 lines
413 B
Plaintext
/**
|
|
* Web二雪
|
|
* 趁时光不老 努力活成自己想要成为的样子
|
|
*/
|
|
.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;
|
|
} |