27 lines
356 B
CSS

.box {
padding: 30rpx;
}
.writeItem {
border-bottom: 1rpx solid #F9F9F9;
padding-bottom: 30rpx;
padding-top: 30rpx;
}
.rows {
display: flex;
align-items: center;
justify-content: space-between;
white-space: nowrap;
margin-bottom: 12rpx;
}
.rows_tit {
flex: 1;
margin-right: 50rpx;
}
.rows_con {
overflow: hidden;
text-overflow: ellipsis;
}