/* pages/detail/detail.wxss */
.box-view {
width: 600rpx;
display: flex;
flex-direction: column;
margin: 20rpx 10rpx;
padding: 30rpx 50rpx;
}
.item-line {
display: flex;
flex-direction: row;
align-items: center;
}
.item-l {
width: 300rpx;
}
.tab-title {
border-top-left-radius: 20rpx;
border-top-right-radius: 20rpx;
display: flex;
justify-content: space-between;
padding: 15rpx 30rpx;
}
.arr_right {
width: 30rpx;
height: 30rpx;
margin-top: 10rpx;
}
.type-title {
display: flex;
justify-content: space-between;
padding: 10rpx 50rpx;
}