@import '@/styles/common.scss';
|
|
.detail-page-avatar-wrapper {
|
display: flex;
|
align-items: center;
|
|
.detail-page-time {
|
font-weight: 400;
|
font-size: 24px;
|
color: boleGetCssVar('text-color', 'secondary');
|
line-height: 34px;
|
margin-left: 12px;
|
}
|
}
|
|
.detail-info-list {
|
margin-bottom: 16px;
|
.detail-info-list-item {
|
display: flex;
|
margin-bottom: 16px;
|
font-weight: 400;
|
font-size: 28px;
|
|
line-height: 40px;
|
|
&:last-child {
|
margin-bottom: 0;
|
}
|
|
.detail-info-list-item-label {
|
color: boleGetCssVar('text-color', 'regular');
|
margin-right: 8px;
|
}
|
|
.detail-info-list-item-content {
|
color: boleGetCssVar('text-color', 'primary');
|
flex: 1;
|
min-width: 0;
|
// @include ellipsis;
|
}
|
}
|
}
|
|
.detail-introduction {
|
font-weight: 400;
|
font-size: 28px;
|
color: boleGetCssVar('text-color', 'primary');
|
line-height: 40px;
|
word-break: break-all;
|
white-space: pre-line;
|
font-size: 30px;
|
line-height: 50px;
|
}
|
|
.safe-cell-title-wrapper {
|
display: flex;
|
align-items: center;
|
|
.safe-cell-title-icon {
|
width: 32px;
|
height: 32px;
|
margin-right: 8px;
|
|
.safe-cell-title {
|
font-weight: 600;
|
font-size: 28px;
|
color: boleGetCssVar('text-color', 'primary');
|
line-height: 40px;
|
}
|
}
|
}
|
|
.safe-cell-content {
|
font-size: 24px;
|
color: boleGetCssVar('text-color', 'secondary');
|
line-height: 30px;
|
text-align: left;
|
word-break: break-all;
|
line-height: 34px;
|
|
.safe-cell-content-btn {
|
color: boleGetCssVar('color', 'primary');
|
display: inline;
|
}
|
}
|
|
.orderDetail-industryTypeName {
|
font-weight: 400;
|
font-size: 28px;
|
color: boleGetCssVar('text-color', 'regular');
|
line-height: 40px;
|
margin-bottom: 32px;
|
}
|