31 lines
496 B
Plaintext
31 lines
496 B
Plaintext
.pc-content{
|
|
padding:60rpx 30rpx 0 30rpx;
|
|
}
|
|
.pc-content .title{
|
|
font-size: 40rpx;
|
|
font-weight: 500;
|
|
}
|
|
.pc-content .tags{
|
|
margin-top:20rpx;
|
|
}
|
|
.pc-content .spliter{
|
|
margin:40rpx 0;
|
|
}
|
|
.pc-content .price{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.pc-content .price .key{
|
|
font-size: 28rpx;
|
|
margin-right: 12rpx;
|
|
}
|
|
.pc-content .price .money{
|
|
font-size: 44rpx;
|
|
}
|
|
.pc-content .price .weight{
|
|
font-size: 44rpx;
|
|
color:#FFC300;
|
|
}
|
|
.pc-content .button{
|
|
margin:54rpx 0 50rpx;
|
|
} |