problem description
The structure is div > ul > li*3
the longest li stretches out the parent element after using double pseudo elements to clear the float, as shown in figure
but not pretty. How to make all child elements equal to the longest
the environmental background of the problems and what methods you have tried
div, ul, li do not set height, attempt to set height:100% for ul and li has no effect
related codes
/ / Please paste the code text below (do not replace the code with pictures)
what result do you expect? What is the error message actually seen?
ask if there is any way