community.wxss 678 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .community-content {
  2. filter: blur(10rpx);
  3. }
  4. .middle {
  5. margin: 0 35rpx;
  6. margin-top: 22rpx;
  7. display: flex;
  8. justify-content: space-between;
  9. align-items: center;
  10. }
  11. .middle-title {
  12. font-size: 42rpx;
  13. font-weight: bold;
  14. color: #353535;
  15. position: relative;
  16. }
  17. .middle-bell {
  18. height: 50rpx;
  19. }
  20. .red-point {
  21. position: absolute;
  22. right: -8rpx;
  23. top: 8rpx;
  24. width: 25rpx;
  25. height: 25rpx;
  26. background: linear-gradient(0deg, #FF7B60 0%, #FF4330 100%);
  27. border-radius: 50%;
  28. z-index: -1;
  29. }
  30. .bottom {
  31. margin-top: 20rpx;
  32. }
  33. .card-bg {
  34. border-radius: 30rpx;
  35. margin: 30rpx 30rpx 20rpx;
  36. padding: 30rpx;
  37. }