17 lines
303 B
CSS
17 lines
303 B
CSS
.title {
|
|
font-weight: bold;
|
|
font-size: 28rpx;
|
|
color: #222222;
|
|
margin-top: 30rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.item {
|
|
margin: 0 50rpx;
|
|
height: 90rpx;
|
|
border-bottom: 1rpx solid #E6E6E6;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|