update:更新样式

This commit is contained in:
2021-10-11 10:09:32 +08:00
parent 573c1d8447
commit cb92d52b94
6 changed files with 28 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ export default {
document.body.ontouchend = function(e) {
this.endValue = e.changedTouches[0].pageY;
if (
this.endValue - this.startValue > 0 &&
this.endValue - this.startValue > 50 &&
e.changedTouches[0].pageY === e.changedTouches[0].clientY
) {
window.location.reload();
@@ -41,6 +41,7 @@ export default {
padding-bottom: 48px;
position: relative;
box-sizing: border-box;
background: #f6f7f8;
.bottomContent {
position: absolute;
bottom: 10px;
@@ -49,6 +50,7 @@ export default {
font-size: 10px;
p {
margin: 0;
line-height: 14px;
}
b {
color: #5d8cbc;