/* package/expertSystem/expertSystem.wxss */ .page { padding-bottom: 30px; } .card { box-sizing: border-box; width: 100%; height: 100%; background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius: 5px; overflow: hidden; margin-top: 10px; padding: 10px; } .img { width: 100px; height: 100px; margin-right: 10px; } .right { width: calc(100% - 110px); } .btn { background-color: #1979ff !important; margin: 0; } .info { font-size: 14px; color: #333; }