addRole.scss 1.3 KB

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