addUsers.scss 938 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. .role{
  25. position: absolute;
  26. width: 100%;
  27. height: 100%;
  28. .text{
  29. position: absolute;
  30. right: 0;
  31. }
  32. }
  33. /* 保存按钮 */
  34. .submit-but {
  35. width: 500rpx;
  36. height: 90rpx;
  37. background: #FA8C16 !important;
  38. border-radius: 45rpx !important;
  39. font-size: 28rpx !important;
  40. font-family: PingFang SC-Bold, PingFang SC;
  41. font-weight: bold;
  42. color: #FFFFFF !important;
  43. }