Commit ee96769a authored by lvtz's avatar lvtz

fix

parent c60c2a1e
......@@ -399,8 +399,6 @@ Page({
})
},
classstatisticsSearch() {
console.log(this.data.sid)
const prams = {
// start_time: this.data.startTime,
// end_time: this.data.endTime,
......
This diff is collapsed.
......@@ -48,12 +48,13 @@ page{
width: 73rpx;
height: 73rpx;
position: absolute;
left: 358rpx;
left: 357rpx;
top: 750rpx;
border-radius: 50%;
}
.card.cardb .qrcode{
top: 733rpx;
top: 734rpx;
left: 360rpx;
}
.card.cardc .qrcode{
top: 762rpx;
......@@ -68,13 +69,14 @@ page{
top: 550rpx;
}
.swiper-item-s .card.cardb .qrcode{
top: 523rpx;
top: 524rpx;
left: 360rpx;
}
.swiper-item-s .card.cardc .qrcode{
top: 566rpx;
top: 568rpx;
}
.swiper-item-s .card.cardd .qrcode{
top: 568rpx;
top: 560rpx;
}
.swiper-item-s .card.carde .qrcode{
top: 575rpx;
......@@ -88,7 +90,7 @@ page{
}
.card.carda .avatar {
top: 106rpx;
left: 200rpx;
left: 198rpx;
}
.card.cardb .avatar {
top: 184rpx;
......@@ -100,11 +102,11 @@ page{
}
.card.cardd .avatar {
top: 177rpx;
left: 199rpx;
left: 201rpx;
}
.card.carde .avatar {
top: 178rpx;
left: 196rpx;
left: 195rpx;
}
.swiper-item-s .card.carda .avatar{
top: 106rpx;
......@@ -129,7 +131,7 @@ page{
/* 昵称 */
.card .nickname {
color: #FFC15D;
font-size: 30rpx;
font-size: 19rpx;
font-weight: 700;
line-height: 1;
width: 260rpx;
......@@ -162,7 +164,7 @@ page{
position: absolute;
left: 65rpx;
top: 312rpx;
width: 348rpx;
width: 346rpx;
height: 248rpx;
border-radius: 13rpx;
overflow: hidden;
......@@ -279,7 +281,7 @@ page{
top: 370rpx;
}
.swiper-item-s .card.cardd .themetitle.novoice{
top: 380rpx;
top: 365rpx;
}
.swiper-item-s .card.carde .themetitle.novoice{
top: 370rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment