browseRecordDetail.wxss
483 字节
/* pages/index/browseRecordDetail/browseRecordDetail.wxss */
page {
background: #f5f5f5;
}
.content_box {
background-color: #fff;
margin-top: 16rpx;
}
.content_title {
font-size: 30rpx;
font-weight: bold;
color: #000;
padding: 30rpx;
}
.item_list {
font-size: 28rpx;
color: #333;
display: flex;
justify-content: space-between;
align-items: flex-start;
border-bottom: 1rpx solid #ebebeb;
padding: 33rpx 35rpx;
}
.item_list:last-child {
border: 0;
}