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