index.wxss 342 B

12345678910111213141516171819202122
  1. /* pages/channelRanking/index.wxss */
  2. .select{
  3. text-align: center;
  4. padding: 15px 10px;
  5. }
  6. .f2-canvas{
  7. height: 56.25vw;
  8. }
  9. .youshikehubody{
  10. margin: 0 5px;
  11. box-shadow: 0 0 5px #eee;
  12. }
  13. .rowText:nth-child(odd) .col {
  14. background-color: #eee;
  15. }
  16. .col{
  17. padding: .5em 0;
  18. overflow:hidden;
  19. text-overflow:ellipsis;
  20. white-space:nowrap
  21. }