index.scss 990 B

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