purchaser-report-list.scss 635 B

1234567891011121314151617181920212223242526272829303132333435
  1. @import "./cssAuthorTheme.scss";
  2. .announcement{
  3. background: #fff;
  4. padding: 0 30rpx;
  5. .content-ul {
  6. border-top: 1px solid #f6f6f6;
  7. padding:0;
  8. // .li-type {
  9. // min-width: 126rpx;
  10. // padding: 0 15rpx;
  11. // // width: 91rpx;
  12. // height: 34rpx;
  13. // // margin-top: 6rpx;
  14. // display: flex;
  15. // align-items: center;
  16. // justify-content: center;
  17. // flex-shrink: 0;
  18. // border-radius: 4rpx;
  19. // color: #fff;
  20. // font-size: 20rpx;
  21. // font-weight: 500;
  22. // }
  23. .li-item {
  24. .li-user {
  25. width: 200rpx;
  26. .user_report-img {
  27. width: 23rpx;
  28. height: 26rpx;
  29. flex-shrink: 0;
  30. }
  31. }
  32. }
  33. }
  34. }