C端小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dateLsit.wxss 929 B

2 년 전
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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: 32rpx;
  20. font-weight: 700;
  21. margin-left: 10rpx;
  22. line-height: 60rpx;
  23. }
  24. .Box {
  25. background-image: linear-gradient(#c96, #f4f5f9);
  26. }
  27. .text {
  28. line-height: 50rpx;
  29. height: 50rpx;
  30. text-align: left;
  31. margin-left: 10rpx;
  32. white-space: nowrap;
  33. text-overflow: ellipsis;
  34. overflow: hidden;
  35. font-size: 26rpx;
  36. word-wrap: break-word;
  37. color: rgba(0, 0, 0, 0.3);
  38. }
  39. .noData {
  40. text-align: center;
  41. height: 60rpx;
  42. line-height: 60rpx;
  43. margin-top: 60rpx;
  44. color: rgba(0, 0, 0, 0.3);
  45. }
  46. .loading {
  47. text-align: center;
  48. height: 60rpx;
  49. line-height: 60rpx;
  50. color: rgba(0, 0, 0, 0.3);
  51. }