I want to add descriptive information such as title to the rowing chart.
I want to add descriptive information such as title to the rowing chart.
swiper-item has a default style overflow:hidden;
text is hidden, just add a style to text, for example:
.banner text{
position: absolute;
top:0;
left:50%;
transform:translateX(-50%);
}
you write the description of each picture to your slider_list
, and the information in button
gets the
Previous: How to package pandas, with pyinstaller and avoid some common mistakes
Next: Lock table under Mysql Innodb:RR level. Why write blocks select? in another transaction