addRole.scss 394 B

12345678910111213141516171819
  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. }