style: 样式调整
This commit is contained in:
@ -177,7 +177,7 @@ export default {
|
||||
<icon-oblique-line size="12" class="color-#C9CDD4 mx-4px" />
|
||||
<span class="cts bold !color-#1D2129">内容稿件详情</span>
|
||||
</div>
|
||||
<div class="flex-1 bg-#fff rounded-8px py-32px">
|
||||
<div class="flex-1 bg-#fff rounded-8px content">
|
||||
<div class="w-684px mx-auto flex flex-col items-center">
|
||||
<div class="flex justify-start flex-col w-full">
|
||||
<p class="mb-8px cts bold !text-28px !lh-40px !color-#211F24">{dataSource.value.title}</p>
|
||||
|
||||
@ -1,7 +1,12 @@
|
||||
$footer-height: 68px;
|
||||
$content-padding-y: 32px;
|
||||
.manuscript-detail-wrap {
|
||||
width: 100%;
|
||||
height: calc(100% - ($footer-height - $layout-padding-bottom));
|
||||
.content {
|
||||
padding-top: $content-padding-y;
|
||||
padding-bottom: calc($footer-height - $layout-padding-bottom + $content-padding-y);
|
||||
}
|
||||
.cts {
|
||||
color: #939499;
|
||||
font-family: $font-family-regular;
|
||||
|
||||
Reference in New Issue
Block a user