Flex-wrap doesn't work under google17, nor does it use compatible writing.

css code is as follows:
.api-list {

overflow-y: auto;
display:-webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: horizontal;
flex-direction: row;  
padding: 10px;
box-sizing: border-box;

  -webkit-flex-wrap:wrap;
-webkit-box-lines:multiple;
-moz-flex-wrap:wrap;
flex-wrap:wrap;

}
.part-item {

width: 50%;
color: rgba(255, 255, 255, 0.7);
height: 120px;
padding: 10px;
box-sizing: border-box;
cursor: pointer;

}



! [picture upload.]

Css
Mar.01,2021

changed the layout to solve

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b377c1-2b5e5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b377c1-2b5e5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?