底部推荐移动端样式修改

master
candice 2 years ago
parent 93c938f3cc
commit 2e1aab4e8b

@ -1899,6 +1899,22 @@ table.content_article td img { width: 37%;
); );
} }
@media (max-width: 750px) { @media (max-width: 750px) {
.nextarticle { position: relative; float: none;}
.tournextname a {
color: #fff;
position: absolute;
background: rgba(0, 0, 0, 0.40);
font-size: 18px;
font-weight: 600;
font-family: 'Goudy Old Style';
padding: 5px 10px;
line-height: 19px;
text-decoration: none;
width: calc(100% - 20px);
display: block;
bottom: 0;
text-shadow: 1px 1px 1px #000;
}
.listtour { .listtour {
display: flex; display: flex;
flex-direction: row; flex-direction: row;

Loading…
Cancel
Save