| 123456789101112131415161718192021222324252627 | @import "/css/form2.wxss";.product_message {    padding: 0 30rpx;}/* 输入提示定位 */.input_text_tips {    position: absolute;    top: 0;    left: 120rpx;    transform: translate(0, -110%);}.pup-title {    height: 44rpx;    font-size: 32rpx;    font-family: PingFangSC-Medium, PingFang SC;    color: #000000;    line-height: 44rpx;    margin: 40rpx 0 0 54rpx;}.fprodclassname {    color: #F00F2B;    opacity: 1 !important;}
 |