form2.wxss 638 B

123456789101112131415161718192021222324252627282930
  1. /* 表单输入 */
  2. .user_message_input {
  3. padding: 0 30rpx;
  4. margin-top: 40rpx;
  5. box-sizing: border-box;
  6. }
  7. .input-class {
  8. font-size: 32rpx !important;
  9. width: 380rpx !important;
  10. text-align: right !important;
  11. background-color: #F6F7F8 !important;
  12. }
  13. /* 提交按钮 */
  14. .submit_but {
  15. width: 240rpx;
  16. height: 88rpx;
  17. border-radius: 44px;
  18. margin: 60rpx auto;
  19. font-size: 32rpx !important;
  20. font-family: PingFangSC-Medium, PingFang SC !important;
  21. font-weight: 500 !important;
  22. }
  23. .custom-class {
  24. width: 100% !important;
  25. z-index: 99;
  26. box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  27. }