update:更新样式
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user