购物城

<style>         /*隔行变色*/             table tr:nth-child(2n){                 background: #2FAE2E;             }             table tr:nth-child(3n){                 background: red;             }      
相关文章
相关标签/搜索