addRole.scss 1.1 KB

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