basics.scss 771 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .one-row{
  2. display: inline-block;
  3. white-space:nowrap;
  4. overflow: hidden;
  5. text-overflow: ellipsis;
  6. }
  7. .two-row{
  8. display: -webkit-box;
  9. -webkit-box-orient: vertical;
  10. -webkit-line-clamp: 2;
  11. overflow: hidden;
  12. }
  13. .SearchBox{
  14. background-color: inherit;
  15. }
  16. .pages-box{
  17. width: 100%;
  18. min-height: 100vh;
  19. background-color: $my-pages-bg;
  20. box-sizing: border-box;
  21. }
  22. .pages-bg-1{
  23. width: 100%;
  24. min-height: 100vh;
  25. background: linear-gradient(180deg,#f8e3de, #f7f7f7) top/100% 775rpx no-repeat, $my-pages-bg !important;
  26. }
  27. .pages-bg-2{
  28. width: 100%;
  29. background: linear-gradient(180deg,#eb5153 36%, #ffffff 69%) top/100% 453rpx no-repeat, $my-pages-bg !important;
  30. }
  31. .uv-loadmore{
  32. margin: 0 !important;
  33. padding: 10px 0 !important;
  34. }
  35. :deep(em img){
  36. width: 100%;
  37. }