index.scss 909 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. @import "../../static/unread.wxss";
  2. @import "../../components/My_card/index.scss";
  3. @import "./incidental.scss";
  4. .list {
  5. padding: 30rpx;
  6. .content {
  7. display: flex;
  8. width: 100%;
  9. height: 80rpx;
  10. .cover {
  11. width: 80rpx;
  12. height: 80rpx;
  13. }
  14. .main {
  15. width: 538rpx;
  16. margin-left: 12rpx;
  17. .title {
  18. height: 40rpx;
  19. font-size: 28rpx;
  20. font-family: PingFang SC-Medium, PingFang SC;
  21. font-weight: 500;
  22. color: #333333;
  23. }
  24. .explain {
  25. height: 34rpx;
  26. font-size: 24rpx;
  27. font-family: PingFang SC-Regular, PingFang SC;
  28. color: #666666;
  29. margin-top: 16rpx;
  30. }
  31. }
  32. }
  33. .incidental{
  34. margin-top: 18rpx;
  35. }
  36. }