addUsers.scss 805 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /* 备注 */
  2. .remark {
  3. width: 750rpx;
  4. background-color: #ffffff;
  5. padding: 30rpx;
  6. padding-top: 20rpx;
  7. box-sizing: border-box;
  8. margin-top: 20rpx;
  9. .title {
  10. font-size: 28rpx;
  11. font-family: PingFang SC-Regular, PingFang SC;
  12. color: #666666;
  13. }
  14. .textarea {
  15. width: 690rpx;
  16. height: 200rpx;
  17. background: #F5F5F5 !important;
  18. border-radius: 16rpx;
  19. margin-top: 20rpx;
  20. box-sizing: border-box;
  21. padding: 20rpx 30rpx;
  22. }
  23. }
  24. /* 保存按钮 */
  25. .submit-but {
  26. width: 500rpx;
  27. height: 90rpx;
  28. background: #FA8C16 !important;
  29. border-radius: 45rpx !important;
  30. font-size: 28rpx !important;
  31. font-family: PingFang SC-Bold, PingFang SC;
  32. font-weight: bold;
  33. color: #FFFFFF !important;
  34. }