feat: 新增样式文件

This commit is contained in:
duanshuwen
2025-10-13 21:07:50 +08:00
parent 621d5d4c57
commit 52975fe514
23 changed files with 249 additions and 5 deletions

View File

@@ -6,7 +6,10 @@
v-for="(item, index) in itemList"
:key="index"
>
<view class="more-tips-item-title" @click="sendReply(item)">
<view
class="more-tips-item-title font-500 font-size-12 line-height-24 text-center"
@click="sendReply(item)"
>
{{ item }}
</view>
</view>

View File

@@ -24,11 +24,7 @@
position: relative;
.more-tips-item-title {
font-weight: 500;
font-size: $uni-font-size-sm;
color: #00a6ff;
line-height: 24px;
text-align: center;
white-space: nowrap;
}
}