/* components/card/index.wxss */ .card { border: 1px solid #e7e7e7; box-shadow: 1px 1px 1px #eee; } .card_logo { width: 100%; height: 106px; } .card_title { display: flex; flex-direction: row; align-items: center; justify-content: center; height: 41px; color: #373737; font-size: 12px; }