app.wxss 539 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .noborder::after {
  2. border: 0 !important;
  3. }
  4. .radius {
  5. border-radius: 8px !important;
  6. }
  7. .distance {
  8. margin: 0 30px !important;
  9. box-sizing: border-box;
  10. }
  11. .primary {
  12. background: #2278a8 !important;
  13. }
  14. i-count-down {
  15. display: inline-block;
  16. }
  17. .text-overflow {
  18. overflow: hidden;
  19. white-space: nowrap;
  20. text-overflow: ellipsis;
  21. }
  22. .watermark {
  23. height: 100%;
  24. width: 100%;
  25. position: absolute;
  26. top: 0;
  27. left: 0;
  28. z-index: -1;
  29. }
  30. .watermark-img {
  31. height: 134rpx;
  32. width: 190rpx;
  33. position: absolute;
  34. z-index: -1;
  35. }