上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 56 下一页
摘要: bug描述 fatal: unable to access ‘https://github.com/…’: OpenSSL SSL_read: Connection was reset, errno 10054 bug产生原因 产生原因:一般是这是因为服务器的SSL证书没有经过第三方机构的签署,所以 阅读全文
posted @ 2022-10-27 17:12 SultanST 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 请求地图 接口遇到跨域问题,腾讯地图文档说可以用jsonp解决,我是安装了 一个vue-jsonp解决的 如果有更好的办法,希望可以不吝赐教 1、安装 vue-jsonp npm install vue-jsonp 2、在main.js中引入 import VueJsonp from 'vue-js 阅读全文
posted @ 2022-10-27 14:57 SultanST 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 可以参考这个Github项目:https://github.com/nfroidure/ttf2woff2 应该是在google官方woff2项目外面包了一层。 使用示意如下: var fs = require('fs'); var ttf2woff2 = require('ttf2woff2'); 阅读全文
posted @ 2022-10-27 12:34 SultanST 阅读(51) 评论(0) 推荐(0) 编辑
摘要: display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-content: space-between; 阅读全文
posted @ 2022-10-27 12:33 SultanST 阅读(17) 评论(0) 推荐(0) 编辑
摘要: /* checkbox大小的调整 */ checkbox { transform: scale(0.7,0.7); } /*checkbox选中后图标样式 */ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before { width 阅读全文
posted @ 2022-10-27 12:32 SultanST 阅读(13) 评论(0) 推荐(0) 编辑
摘要: flex布局 居中 display:flex; justify-content: center;检查侧轴是否居中,比如古代竖着写字,检查字是否在每条竹简的中央。 display:flex; align-items: center;检查横轴是否居中,比如现代人是横着写字,检查字是否写在上下横线的中间。 阅读全文
posted @ 2022-10-27 10:32 SultanST 阅读(19) 评论(0) 推荐(0) 编辑
摘要: /* radio样式修改 */ /* 单选、多选 勾选 */ /* 默认背景样式*/ radio .wx-radio-input{ width: 20rpx; height: 20rpx; background-color: #fff!important; text-align: center; l 阅读全文
posted @ 2022-10-27 10:31 SultanST 阅读(20) 评论(0) 推荐(0) 编辑
摘要: //核心是 -webkit- background: -webkit-linear-gradient(left, #fb5c30, #ef1125); 阅读全文
posted @ 2022-10-27 10:30 SultanST 阅读(45) 评论(0) 推荐(0) 编辑
摘要: /* // 取消input的上下箭头,局部样式不能生效 */ input::-webkit-inner-spin-button { -webkit-appearance: none !important; } input::-webkit-outer-spin-button{ -webkit-app 阅读全文
posted @ 2022-10-27 10:30 SultanST 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 小程序的背景可以选用图片z-index:-1; 阅读全文
posted @ 2022-10-27 10:29 SultanST 阅读(22) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 56 下一页