You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
309 B
19 lines
309 B
/* pages/pbService/appreciate/info/index.wxss */
|
|
.name {
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
margin: 20rpx;
|
|
}
|
|
.video-bottom {
|
|
display: flex;
|
|
align-items: center;
|
|
color: #999999;
|
|
font-size: 20rpx;
|
|
margin: 20rpx;
|
|
}
|
|
.video-bottom .iconfont {
|
|
margin-right: 10rpx;
|
|
}
|
|
.icon-zan.active {
|
|
color: red;
|
|
}
|