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.

56 lignes
939 B

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