invoice-title.ttss
385 Bytes
.title-tip{
background-color: #f0f0f0;
height: 80rpx;
align-items: center;
display: flex;
flex-direction: row;
border-top: 1rpx solid #e0e0e0;
border-bottom: 1rpx solid #e0e0e0;
}
.title-tip-txt{
font-size: 28rpx;
line-height: 1.14;
text-align: left;
color: #b0b0b0;
margin-left: 20rpx;
}
.title-tip-img{
width: 28rpx;
height: 28rpx;
margin-left: 20rpx;
}