摘要: // 单行 overflow:hidden; /*超出宽度部分的隐藏*/ white-space:nowrap; /*文字不换行*/ text-overflow:ellipsis; /*超出则...代替*/ // 多行 text-overflow: -o-ellipsis-lastline; /*两行后超出省略*/ overflow: hidden; text-overflow: ellips... 阅读全文
posted @ 2019-08-02 09:56 一只螺 阅读(369) 评论(0) 推荐(0) 编辑
摘要: onReady() { let buttons = '按钮' //buttons = '\ue670' 如果是字体图标需要引入ttf文件 // #ifdef APP-PLUS var currentWebview = this.$mp.page.$getAppWebview(); console.log(currentWebview) var t... 阅读全文
posted @ 2019-08-02 09:53 一只螺 阅读(9358) 评论(0) 推荐(0) 编辑
摘要: uni.getSystemInfo({ success: function(res) { // res - 各种参数 console.log(res.windowWidth); // 屏幕的宽度 let info = uni.createSelectorQuery().select(".类名"); 阅读全文
posted @ 2019-08-02 09:50 一只螺 阅读(45941) 评论(6) 推荐(2) 编辑
该文被密码保护。 阅读全文
posted @ 2019-03-27 12:28 一只螺 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 在要显示验证码图片的位置引入该文件 -- 验证码文件名是上面代码文件的文件名 在 js 代码中点击验证码图片就更换验证码 PHP中 验证验证码是否正确 阅读全文
posted @ 2019-03-22 16:47 一只螺 阅读(521) 评论(0) 推荐(0) 编辑