26 lines
371 B
Plaintext
26 lines
371 B
Plaintext
/* packageI/newMedia/components/titleBox/titleBox.wxss */
|
|
@import "/mycss/iconfont.wxss";
|
|
|
|
.title-box {
|
|
display: flex;
|
|
align-items: center;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
|
|
.title-box-text {
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.iconfont {
|
|
margin-left: 12rpx;
|
|
color: #ee2e2b;
|
|
font-size: 20rpx;
|
|
}
|
|
|
|
.desc {
|
|
padding-left: 18rpx;
|
|
font-size: 30rpx;
|
|
color: #999;
|
|
}
|