需要开发 IM

This commit is contained in:
cbb
2025-12-30 17:52:19 +08:00
parent 8fe2079446
commit d0cf491201
23 changed files with 515 additions and 61 deletions

View File

@@ -23,7 +23,9 @@ text-transform: none;`
<view class="release-box">
<nav-bar isPlaceholder>
<template #right>
<text class="right-btn" @click="onUpData">发布</text>
<text class="public-navbar__right-btn" @click="onUpData">
发布
</text>
</template>
</nav-bar>
@@ -46,18 +48,6 @@ text-transform: none;`
</template>
<style lang="scss" scoped>
.right-btn {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 28rpx;
color: #ffffff;
font-style: normal;
text-transform: none;
background: linear-gradient(0deg, #00d993 0%, #00d9c5 100%);
padding: 12rpx 36rpx;
border-radius: 8rpx;
}
.content {
padding: 32rpx 58rpx;
.textarea {