WeChat Mini Programs adds description information such as title to the broadcast picture.

I want to add descriptive information such as title to the rowing chart.

clipboard.png

,button

clipboard.png


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

dynamically according to the index of the corresponding picture.
Menu