.wrap_box { width: 7.5rem; margin: 0 auto; position: relative; text-align: center; /* padding-top: 9.5rem; box-sizing: border-box; */ } html, body { margin: 0 auto; } * { box-sizing: border-box; } .list_wrap .list_title { font-size: 0.32rem; font-family: OPPOSans; font-weight: bold; color: #111111; text-align: left; padding-left: 0.3rem; box-sizing: border-box; } /* 底部å°è‰æ ·å¼ */ .xiaocao { width: 0.32rem; } .xiaocao_text { font-size: 0.32rem; color: #279152; margin-left: 0.2rem; } .noData_wrap { display: flex; align-items: center; justify-content: center; } /* 动画 */ .animation { -webkit-animation: free_download 1s linear alternate infinite; animation: free_download 1s linear alternate infinite; } @-webkit-keyframes free_download { 0% { -webkit-transform: scale(0.8); } 100% { -webkit-transform: scale(1); } } @keyframes free_download { 0% { transform: scale(0.8); } 100% { transform: scale(1); } } /* 底部å°è‰æ ·å¼ 完*/