12345678910111213141516171819202122 |
- /* pages/channelRanking/index.wxss */
- .select{
- text-align: center;
- padding: 15px 10px;
- }
- .f2-canvas{
- height: 56.25vw;
- }
- .youshikehubody{
- margin: 0 5px;
- box-shadow: 0 0 5px #eee;
- }
- .rowText:nth-child(odd) .col {
- background-color: #eee;
- }
- .col{
- padding: .5em 0;
- overflow:hidden;
- text-overflow:ellipsis;
- white-space:nowrap
- }
|