app.wxss 344 B

12345678910111213141516171819202122
  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. }