CSS我只想在窗口 url 为https://mywebsite.com/my-account/return时加载以下内容
CSS:
<style>.shop table.shop_table.my_account_orders>tbody>tr{
display: table-row !important;}
.shop table.shop_table.my_account_orders>tbody>tr>td{
display: table-cell !important;}
.shop table.shop_table.my_account_orders>tbody>tr>td:before{
display: table-row !important;}</style>