addRole.scss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .module-navigation {
  2. display: flex;
  3. height: 90rpx;
  4. width: 750rpx;
  5. background-color: #fff;
  6. margin-top: 20rpx;
  7. >view {
  8. width: 180rpx;
  9. line-height: 90rpx;
  10. text-align: center;
  11. font-size: 28rpx;
  12. font-family: PingFang SC-Bold, PingFang SC;
  13. font-weight: bold;
  14. color: #333333;
  15. }
  16. }
  17. .footer {
  18. position: fixed;
  19. display: flex;
  20. align-items: center;
  21. justify-content: center;
  22. width: 750rpx;
  23. height: 130rpx;
  24. background-color: #fff;
  25. bottom: 0;
  26. .submit {
  27. width: 500rpx;
  28. height: 90rpx !important;
  29. background: #FA8C16;
  30. border-radius: 45rpx;
  31. font-size: 28rpx;
  32. font-family: PingFang SC-Bold, PingFang SC;
  33. font-weight: bold;
  34. color: #FFFFFF;
  35. }
  36. .delete-but {
  37. width: 230rpx;
  38. height: 90rpx;
  39. margin-right: 40rpx;
  40. font-size: 28rpx;
  41. font-family: PingFang SC-Bold, PingFang SC;
  42. font-weight: bold;
  43. color: #999999;
  44. border: 2rpx solid #CCCCCC;
  45. }
  46. .delete-sub {
  47. width: 400rpx;
  48. }
  49. }