锦水居民端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
566 B

6 years ago
.pulldown-refresh {
5 years ago
/* width:calc(100% - 40rpx); */
/* margin-left: 20rpx; */
6 years ago
background: #f7f7f7;
}
.pulldown-refresh .pulldown-state {
width:100%;
height: 100rpx;
display:flex;
justify-content: center;
align-items: center;
margin-bottom: -100rpx;
}
.pulldown-refresh .pulldown-state .loading {
width: 30rpx;
height: 30rpx;
margin-right: 10rpx;
}
.pulldown-refresh .pulldown-state .loading-state {
font-size: 25rpx;
color:#666;
}
.pulldown-refresh .pulldown-content {
width:100%;
height:auto;
transition: transform 0.05s linear;
}