import styled from 'styled-components'; const HoverText = styled.p` color: #000; :hover { color: #ed1212; cursor: pointer; } `.
確定! 回上一頁