wxml代码:
<view class="dice-box second">
<span class="dice-point"></span>
<span class="dice-point"></span>
</view>
wxss代码:
.second {
display: flex;
justify-content: space-around;
}
.second .dice-point:nth-of-type(2) {
align-self: flex-end;
}
报错信息:
文件错误, 错误信息:ERR: E:githubwx-demopagesgamegame.wxss(38:25): unexpected token 2
这样式这么写是有什么问题啊?
好像是本身就不提供!只有简单的几种选择器
https://mp.weixin.qq.com/debu...