优化了手机端的显示问题

This commit is contained in:
limqhz
2022-05-14 01:26:27 +08:00
parent 9e1dd3af77
commit a5fa8ba4a2
8 changed files with 35 additions and 27 deletions

View File

@@ -90,7 +90,7 @@ figure.effect-sadie figcaption::before {
left: 0;
width: 100%;
height: 100%;
border-radius: 100%;
border-radius: 50%;
background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
content: '';

View File

@@ -20,3 +20,6 @@ function navChange(page){
}
});
}
function changeImg(){
layer.open({ content: '大佬不要意思!这块还在努力建设中...', skin: 'msg', time: 2 });
}