C端小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

40 lignes
651 B

  1. .activityBox {
  2. width: 96%;
  3. margin: 20rpx auto;
  4. text-align: center;
  5. }
  6. .activity {
  7. opacity: 1;
  8. z-index: 10;
  9. width: 640rpx;
  10. height: 270rpx;
  11. top: 11%;
  12. background-color: dodgerblue;
  13. border-radius: 20rpx;
  14. }
  15. .title {
  16. text-align: left;
  17. font-size: 18px;
  18. font-weight: 700;
  19. margin-left: 40rpx;
  20. height: 60rpx;
  21. line-height: 60rpx;
  22. }
  23. .Box{
  24. background-image: linear-gradient(#cc9966, #F4F5F9);
  25. }
  26. .text {
  27. line-height: 50rpx;
  28. height: 50rpx;
  29. text-align: left;
  30. margin-left: 40rpx;
  31. white-space: nowrap;
  32. text-overflow: ellipsis;
  33. overflow: hidden;
  34. font-size: 26rpx;
  35. word-wrap: break-word;
  36. color: rgba(0, 0, 0, 0.3)
  37. }