<view class="green text">
class的值支持联名设置,空格分隔的即为不同的css标签名字。
.green{
background-color: green;
}
.text{
font-size: 20upx;
width: 200upx;
height: 200upx;
}
<view class="green text">
class的值支持联名设置,空格分隔的即为不同的css标签名字。
.green{
background-color: green;
}
.text{
font-size: 20upx;
width: 200upx;
height: 200upx;
}
本文标题:scss的语法
本文链接:https://www.haomeiwen.com/subject/qqwtzctx.html
网友评论