merge..
This commit is contained in:
@@ -61,6 +61,11 @@ Page({
|
||||
mask :true,
|
||||
duration:2000
|
||||
})
|
||||
setTimeout(()=>{
|
||||
this.setData({
|
||||
loading:false
|
||||
})
|
||||
},3000)
|
||||
})
|
||||
},
|
||||
onPullDownRefresh(){
|
||||
|
||||
@@ -62,8 +62,8 @@ page {
|
||||
margin-right: 20rpx;
|
||||
margin-bottom: 20rpx;
|
||||
border-radius: 10rpx;
|
||||
width: calc(100vw/3 - 20px);
|
||||
height: calc(100vw/3 - 20px);
|
||||
width: calc(100vw/3 - 34px);
|
||||
height: calc(100vw/3 - 34px);
|
||||
}
|
||||
|
||||
.cont-img-list2{
|
||||
@@ -78,8 +78,8 @@ page {
|
||||
margin-right: 20rpx;
|
||||
margin-bottom: 20rpx;
|
||||
border-radius: 10rpx;
|
||||
width: calc(100vw/2.2 - 20px);
|
||||
height: calc(100vw/2.2 - 20px);
|
||||
width: calc(100vw/2.2 - 30px);
|
||||
height: calc(100vw/2.2 - 30px);
|
||||
}
|
||||
|
||||
.cont-video{
|
||||
|
||||
Reference in New Issue
Block a user