138 lines
2.5 KiB
Plaintext
138 lines
2.5 KiB
Plaintext
/* packageE/others/case_library/subject_detail/caseLibrarySubjectDetail.wxss */
|
|
#subject-detail-mobile {
|
|
background: #fff;
|
|
}
|
|
|
|
#subject-detail-mobile .banner {
|
|
height: 360rpx;
|
|
padding: 30rpx;
|
|
border-radius: 20rpx;
|
|
}
|
|
|
|
#subject-detail-mobile .banner image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 20rpx;
|
|
}
|
|
|
|
#subject-detail-mobile .content {
|
|
padding: 0 30rpx;
|
|
text-align: left;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
#subject-detail-mobile .content .title {
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
font-weight: 600;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#subject-detail-mobile .content .con {
|
|
display: flex;
|
|
line-height: 64rpx;
|
|
}
|
|
|
|
#subject-detail-mobile .content .con .time {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
flex: 1;
|
|
}
|
|
|
|
#subject-detail-mobile .content .con .look {
|
|
font-size: 24rpx;
|
|
color: #626262;
|
|
text-align: right;
|
|
}
|
|
|
|
#subject-detail-mobile .content .detail {
|
|
padding-top: 24rpx;
|
|
}
|
|
|
|
#subject-detail-mobile .content .detail .btitle {
|
|
font-size: 32rpx;
|
|
color: #202020;
|
|
font-weight: 700;
|
|
border-left: 2px solid #ff5c00;
|
|
padding-left: 16rpx;
|
|
line-height: 32rpx;
|
|
}
|
|
|
|
#subject-detail-mobile .content .detail .details {
|
|
padding: 16rpx 0;
|
|
text-align: left;
|
|
}
|
|
|
|
#subject-detail-mobile .content .detail .details image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#subject-detail-mobile .hr {
|
|
width: 100%;
|
|
height: 20rpx;
|
|
background: #f6f6f6;
|
|
}
|
|
|
|
#subject-detail-mobile .share {
|
|
position: fixed;
|
|
right: 33.6rpx;
|
|
bottom: 280rpx;
|
|
width: 70rpx;
|
|
height: 70rpx;
|
|
line-height: 70rpx;
|
|
font-size: 24rpx;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
color: #fff;
|
|
background: #f15353;
|
|
}
|
|
|
|
#subject-detail-mobile .pop-con {
|
|
color: #333;
|
|
}
|
|
|
|
#subject-detail-mobile .pop-con .title {
|
|
color: #202020;
|
|
font-size: 32rpx;
|
|
padding: 36rpx 0;
|
|
}
|
|
|
|
#subject-detail-mobile .pop-con .buttons {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 0 80rpx 32rpx 80rpx;
|
|
}
|
|
|
|
#subject-detail-mobile .pop-con .buttons .button {
|
|
width: 120rpx;
|
|
text-align: center;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
#subject-detail-mobile .pop-con .buttons .button .img {
|
|
width: 88rpx;
|
|
height: 88rpx;
|
|
}
|
|
|
|
#subject-detail-mobile .pop-con .buttons .button .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#subject-detail-mobile .pop-con .buttons .button .text {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
#subject-detail-mobile .pop-con .cancel {
|
|
line-height: 96rpx;
|
|
color: #333;
|
|
text-align: center;
|
|
font-size: 32rpx;
|
|
border-top: 1px solid #ebebeb;
|
|
}
|