.title{line-height: 2em;font-weight: bold;font-size: 40upx;} .content{line-height: 2em;} </style> 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. 32. 33. 34. 35. 36. 37. 3...
<template> <page-meta root-font-size="100px" page-style="color: green;background:#ff0000"> </page-meta> <view class="content"> <view class="title">123</view> </view> </template> <script> export default { data() { return { title: 'Hello1' } }, onLoad() { }, methods: {...
4.输入框placeholder样式 <li> <text>IP</text> <input name="ip" focus="true" type="text" :value="ip" placeholder="IP" @blur="blurIp" placeholder-style="font-size:24rpx;color:#ACACAC;"> </li> 1. 2. 3. 4. 5. 使用placeholder-style可以设置提示词的样式。 5.给图片添加点击动画 <t...
computed:{ fontSize2(){ return uni.upx2px(80) }, } 推荐使用rpx代替upx <!--生效--> <view :style="{fontSize:fontSize+'rpx;'}">HHHHHHH</view> 4、iconfont图标不显示问题 下载的字体文件导入到static/iconfont文件夹,需要修改iconfont.css文件中url路径 @font-face { font-family: "iconfo...
{"pages":[// pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages{"path":"pages/index/index","style":{"navigationBarTitleText":"企业端","navigationBarBackgroundColor":"#007AFF","app-plus":{"bounce":"vertical","titleNView":{"buttons":[{"fontSize":"22px"...
遇到原来的 vue 写法怎么不生效,别犹豫去看文档,可能就是不支持。 有时间熟读文档。 跨端最大的问题就是兼容性。 1. 不能采用全局注册的方式注册组件 通常在 components 目录会存放项目中共用的组件,然后暴露install,全局引用安装 // components/index.js// 各种组件importPagefrom"./page.vue";//constComponents...
写uniapp是 uview这个框架也是不错的选择 3.页面字体适配 在uniapp中 不推荐使用rem,官方有自己的rpx单位也相对实用, 如果你就想使用rem来写uniapp的话,下面就是众多实现方法中的一种适配方案 1.在mian.js 挂载$fontSize变量 importVuefrom'vue' //import uView from "uview-ui"; ...
App-iOS平台 修复 nvue input 组件 placeholder-style 和 placeholder-class 设置 fontSize 不生效的Bug App-iOS平台 修复 nvue list 组件设置 bounce 为 false 可能导致页面无法滚动的Bug App-iOS平台 修复 nvue map 组件使用 controls 控件提交云端打包后可能会引起崩溃的Bug 详情 App-Android平台 修复 tabBar 设置...
true, // 是否全局生效family: family, // 定义的字体名称source: 'url("'+fontUrl+'")', // 字体资源的地址。建议格式为 TTF 和 WOFF,WOFF2 在低版本的iOS上会不兼容。success() {console.log('成功的回调函数')self.family = familyself.