You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
128 lines
3.5 KiB
128 lines
3.5 KiB
2 years ago
|
page {
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
|
||
|
.vocal-detail {
|
||
|
// margin-top: 20rpx;
|
||
|
padding: 0 30rpx 10rpx 30rpx;
|
||
|
background-color: #fff;
|
||
|
.vocal-header {
|
||
|
margin-bottom: 40rpx;
|
||
|
|
||
|
.vocal-header-title {
|
||
|
padding: 20rpx 0 40rpx 0;
|
||
|
font-size: 40rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
color: rgba(51, 51, 51, 1);
|
||
|
// text-align: center;
|
||
|
}
|
||
|
.vocal-header-tips {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
font-size: 26rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
color: rgba(153, 153, 153, 1);
|
||
|
}
|
||
|
}
|
||
|
.detail-content {
|
||
|
.detail-list {
|
||
|
.detail-item {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
margin-bottom: 30rpx;
|
||
|
font-size: 28rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
color: #333;
|
||
|
line-height: 48rpx;
|
||
|
text {
|
||
|
display: block;
|
||
|
text-indent: 55rpx;
|
||
|
}
|
||
|
image,
|
||
|
video {
|
||
|
display: block;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.detail-item-file {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
image {
|
||
|
width: 40rpx;
|
||
|
height: 40rpx;
|
||
|
margin-right: 10rpx;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.detail-account {
|
||
|
font-size: 26rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
color: rgba(153, 153, 153, 1);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.detail-footer {
|
||
|
margin-top: 20rpx;
|
||
|
padding: 20rpx 30rpx;
|
||
|
background-color: #fff;
|
||
|
.detail-flex {
|
||
|
display: flex;
|
||
|
margin-bottom: 20rpx;
|
||
|
line-height: 36rpx;
|
||
|
&:last-child {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
.detail-flex-label {
|
||
|
// width: 128rpx;
|
||
|
// height: 31rpx;
|
||
|
margin-right: 20rpx;
|
||
|
font-size: 26rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
color: rgba(153, 153, 153, 1);
|
||
|
line-height: 36rpx;
|
||
|
text-align-last: justify;
|
||
|
&::after {
|
||
|
content: ":";
|
||
|
}
|
||
|
}
|
||
|
.detail-flex-text {
|
||
|
flex: 1;
|
||
|
// font-size: 32rpx;
|
||
|
// color: #333;
|
||
|
font-size: 26rpx;
|
||
|
color: rgba(153, 153, 153, 1);
|
||
|
line-height: 36rpx;
|
||
|
}
|
||
|
.item-tags {
|
||
|
display: flex;
|
||
|
flex-wrap: wrap;
|
||
|
.item-tags-one {
|
||
|
position: relative;
|
||
|
padding: 0 9rpx;
|
||
|
}
|
||
|
.item-tags-one:after {
|
||
|
position: absolute;
|
||
|
content: "";
|
||
|
top: 9rpx;
|
||
|
right: 1rpx;
|
||
|
width: 1rpx;
|
||
|
height: 20rpx;
|
||
|
// background-color: #333;
|
||
|
background: rgba(231, 238, 238, 1);
|
||
|
}
|
||
|
.item-tags-one:first-child {
|
||
|
padding-left: 0;
|
||
|
}
|
||
|
.item-tags-one:last-child::after {
|
||
|
width: 0;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|