11 2020 档案

摘要:uni.getSystemInfo({ success:function(e){ this.$options.globalData.statusBar = e.statusBarHeight // #ifndef MP if(e.platform == 'android') { this.$opti 阅读全文
posted @ 2020-11-26 16:32 徐文芩 阅读(8173) 评论(0) 推荐(0)
摘要:图片变形问题 flex布局中,当一个元素定义了flex-grow,而其他元素没定义flex-grow时,可能会将其他元素挤压变形。这时给其他元素添加一下css样式: flex-shrink:0; 可以解决这个问题 省略号问题 在flex布局的大容器A中并排放置两个子容器,并且子容器设置flex:1, 阅读全文
posted @ 2020-11-25 15:59 徐文芩 阅读(345) 评论(0) 推荐(0)
摘要:text-indent 首行缩进,只与元素第一行有关 eg. text-indent:50px 首行缩进50像素 white-space 设置如何处理元素内的空白 eg. white-space:pre-wrap 保留空格和回车 white-space:pre 空白会被浏览器保留,其行为方式类似 H 阅读全文
posted @ 2020-11-25 15:54 徐文芩 阅读(642) 评论(0) 推荐(0)
摘要:#ifdef #ifndef #endif 利用注释实现 支持文件类型有:.vue/ .js/ .css/ page.json /以及各种预编译语言文件(.scss) 我一般用来区分编译平台,常用的平台(%PLATFORM%): APP-PLUS app平台 H5 H5平台 MP_WEIXIN 微信 阅读全文
posted @ 2020-11-25 15:46 徐文芩 阅读(156) 评论(0) 推荐(0)
摘要:<!-- bootstrap 轮播 --> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ol class="carousel-indicato 阅读全文
posted @ 2020-11-24 11:35 徐文芩 阅读(105) 评论(0) 推荐(0)