-
在index.wxss里:
.weui-cells{
margin-top:0;
opacity:0;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
-webkit-transition:.3s;
transition:.3s;
}
其中的:
-webkit-…
-
**2.2.0**
**希望支持小程序样式文件wxss**
-
只能引用线上图片或者 `base64`
-
index.wxss文件编译时提示template文件夹下的noticebar.wxss文件不存在,我看了一下文件夹里确实没有这个文件,请问是不是上传的时候没有传
-
https://github.com/Tencent/weui-wxss/blob/221cf58e384d65b2abd5c2b86c235fb935a29d18/src/app.less#L43-L45
直接引用 weui.wxss 发现没有这个属性,会导致重叠。
![image](https://user-images.githubusercontent.com/45537528/808…
-
https://vkuviewdoc.fsq.pub/components/tabs.html
[pages/movie/movie] Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.(./uni_modu…
-
是wx升级了原因吗?现在解压出来的时候没有wxss文件了.log 窗口显示 Guess wxss(first turn)...
-
**问题描述**
所有在App.vue里面引用的css代码,在所有的pages页面的wxss里面都重复了一次
**复现步骤**
打包微信小程序
**预期结果**
每个pages里的wxss只有在当前页面写的
**实际结果**
公共的css在每个wxss里面都重复了一次
**系统信息:**
- 发行平台: [ 微信小程序]
- HBuilderX版本 …
-
使用竖向滚动时,需要给 `` 一个固定高度,通过 WXSS 设置 height。
```html
```
-
全局的wxss 在命名class的时候不会提示 只会提示 例如: 在index.wxml中 只会提示index.wxss中的各种class属性 希望修复哈 谢谢