Taro+react开发(55) 样式写内嵌
Posted 前端小歌谣
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Taro+react开发(55) 样式写内嵌相关的知识,希望对你有一定的参考价值。
.qus_header{
display: flex;
justify-content:space-between;
.que_header_left{
margin:26px 0 0 30px;
.que_header_left_text{
font-size: 32px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #333333;
}
}
.que_header_right{
margin:26px 45px 0 0;
.que_header_title_text{
font-size: 30px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #333333;
}
}
}
.que_header_title{
margin:16px 0 0 30px;
}
以上是关于Taro+react开发(55) 样式写内嵌的主要内容,如果未能解决你的问题,请参考以下文章