11 Star 98 Fork 36

Mo / wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 668 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mo 提交于 2020-06-23 14:08 . 新增聊天可发送图片
<script>
export default {
onLaunch: function() {
},
onShow: function() {
},
onHide: function() {
}
}
</script>
<style lang="scss">
@import "uview-ui/index.scss";
html,body,page{
background-color: $uni-bg-color-grey;
}
.select-hover-class{ //首页导航栏按钮
background-color: $uni-color-subtitle !important;
}
.message-hover-class{ //评论区 点击
background-color: $uni-bg-color-hover !important;
}
.contentType2-hover-class{ //语音信息点击
background-color: #c7c6c6 !important;
}
image{
will-change: transform;
}
.u-actionsheet-cancel,
.u-action-sheet-itemz{
font-size: 28rpx !important;
}
</style>
JavaScript
1
https://gitee.com/xiaowang0482/wechat.git
git@gitee.com:xiaowang0482/wechat.git
xiaowang0482
wechat
wechat
master

搜索帮助