Ask how this css style adapts to the mobile end.

Hello, everyone. Xiaobai has come to ask you questions again.

I built a static blog based on hexo ( vim tutorial net ), using a theme called miho, but I added a module recommended by related articles at the end of the article, and the style is the content at the bottom of the CSDN blog referenced. Please don"t spray me. I can"t do anything. I"m a python student. I don"t know the front-end technology: () at all.

the content of this module can be displayed normally on PC, but it does not appear explicitly on the mobile end. I also know that this is a problem of mobile adaptation. I have searched the information for a long time and haven"t done it for two weeks. I have no choice but to ask you for advice. I hope you can give me some help or keywords for my search. Thank you very much.

this is an explicit effect on PC

pc


May.22,2021

remove the two lines of gaze

.similar_list li a {
    vertical-align: middle;
    /* display: inline-block; */
    max-width: 95%;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
    color: -sharp333;
}
Menu