index.wxss 710 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .content-card {
  2. display: flex;
  3. flex-direction: column;
  4. box-shadow: 0px -4rpx 16rpx 0px rgba(148, 163, 178, 0.05);
  5. border-radius: 20rpx 20rpx 0px 0px;
  6. }
  7. .card-dot {
  8. width: 18rpx;
  9. height: 18rpx;
  10. border-radius: 50%;
  11. border: 6rpx solid #3963BC;
  12. margin-left: 26rpx;
  13. }
  14. .card-top {
  15. display: flex;
  16. flex-direction: row;
  17. align-items: center;
  18. width: 750rpx;
  19. height: 100rpx;
  20. }
  21. .content-name {
  22. font-size: 28rpx;
  23. font-family: PingFangSC-Regular;
  24. font-weight: 400;
  25. color: rgba(69, 82, 107, 1);
  26. line-height: 20px;
  27. margin-left: 8px;
  28. }
  29. .card-bottom {
  30. width: 750rpx;
  31. box-sizing: border-box;
  32. }
  33. .card-padding {
  34. padding: 0rpx 20rpx 40rpx 20rpx;
  35. }
  36. .padd{
  37. padding-bottom: 40rpx;
  38. }