change.wxss 454 B

123456789101112131415161718192021222324252627
  1. @import "/css/form2.wxss";
  2. .product_message {
  3. padding: 0 30rpx;
  4. }
  5. /* 输入提示定位 */
  6. .input_text_tips {
  7. position: absolute;
  8. top: 0;
  9. left: 120rpx;
  10. transform: translate(0, -110%);
  11. }
  12. .pup-title {
  13. height: 44rpx;
  14. font-size: 32rpx;
  15. font-family: PingFangSC-Medium, PingFang SC;
  16. color: #000000;
  17. line-height: 44rpx;
  18. margin: 40rpx 0 0 54rpx;
  19. }
  20. .fprodclassname {
  21. color: #F00F2B;
  22. opacity: 1 !important;
  23. }