Browse Source

style: 🎨 字体大小修改

test
姜鑫 2 years ago
parent
commit
8c6916646a
  1. 6
      src/App.vue
  2. 8
      src/components/ScrollListItem/ScrollListItem.vue

6
src/App.vue

@ -61,9 +61,9 @@ body,
#app { #app {
background: #000; background: #000;
} }
.text-24 p,
.text-24 div,
.text-24 span {
.special p,
.special div,
.special span {
font-size: 24px !important; font-size: 24px !important;
} }
</style> </style>

8
src/components/ScrollListItem/ScrollListItem.vue

@ -15,8 +15,8 @@
{{ formatDate(customer.addTime) }} {{ formatDate(customer.addTime) }}
</div> </div>
<ScrollView class="relative h-[355px]" scrollbar :list="customer.suggestionContent"> <ScrollView class="relative h-[355px]" scrollbar :list="customer.suggestionContent">
<div class="text-[#C70082] text-24 font-normal leading-normal whitespace-normal pr-[14px] pb-10">
<div v-html="customer.suggestionContent"></div>
<div class="text-[#C70082] font-normal leading-normal whitespace-normal pr-[14px] pb-10">
<div class="text-24 special" v-html="customer.suggestionContent"></div>
</div> </div>
</ScrollView> </ScrollView>
</div> </div>
@ -33,8 +33,8 @@
{{ formatDate(customer.updateTime) }} {{ formatDate(customer.updateTime) }}
</div> </div>
<ScrollView class="relative h-[356px]" scrollbar observe-image :list="customer.replyContent"> <ScrollView class="relative h-[356px]" scrollbar observe-image :list="customer.replyContent">
<div class="text-[##333333] text-24 font-normal leading-normal whitespace-normal pr-2">
<div class="mb-2" v-html="customer.replyContent"></div>
<div class="text-[##333333] font-normal leading-normal whitespace-normal pr-2">
<div class="mb-2 special text-24" v-html="customer.replyContent"></div>
<div v-if="customer.sign" class="text-[#333] text-24">店铺店长: {{ customer.sign }}</div> <div v-if="customer.sign" class="text-[#333] text-24">店铺店长: {{ customer.sign }}</div>
<div class="flex items-center text-[#333] text-24 pt-2"> <div class="flex items-center text-[#333] text-24 pt-2">
总经理: 能岛拓也 总经理: 能岛拓也

Loading…
Cancel
Save