|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<section class="content-title-container bg-white">
|
|
|
<span
|
|
|
- class="j-tag-item border red fixed-header-top-left"
|
|
|
+ class="page-tag border red fixed-header-top-left"
|
|
|
v-if="content.isSelfSite"
|
|
|
>
|
|
|
业主委托项目
|
|
@@ -102,6 +102,15 @@ export default {
|
|
|
.content-title-container {
|
|
|
position: relative;
|
|
|
padding: 24px 16px 12px;
|
|
|
+ .page-tag {
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 0 8px;
|
|
|
+ border: 1px solid #FB483D;
|
|
|
+ background: rgba(251, 72, 61, 0.1);
|
|
|
+ color: #FB483D;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 18px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.text-underline {
|