// @import url("./root.css"); [rise-fall='green_rise']{ // 绿涨红跌 .rise{ color: #06c174; } .fall{ color: red; } .rise-btn{ background-color: #06c174; } .fall-btn{ background-color: red; } } [rise-fall='red_rise']{ // 红涨绿跌 .fall{ color: #06c174; } .rise{ color: red; } // 红涨绿跌 .fall-btn{ background-color: #06c174; } .rise-btn{ background-color: red; } }