Authored by 张孝茹

logo

3.27 KB | W: | H:

4.96 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

3.14 KB | W: | H:

4.88 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -42,7 +42,9 @@ class Index extends Page {
}
bindEvents() {
$('.qcode,.qcode-big').on('mouseover', this.showBigCode.bind(this));
$('.more-fresh').on('mouseover', this.showBigCode.bind(this));
$('.qcode,.qcode-big').on('mouseout', this.hideBigCode.bind(this));
$('.more-fresh').on('mouseout', this.hideBigCode.bind(this));
}
showBigCode(e) {
let index = e.currentTarget.dataset.index;
... ...
... ... @@ -361,6 +361,7 @@
.item-info {
padding: 0 20px 20px;
overflow: hidden;
position: relative;
img {
width: 30px;
... ... @@ -370,6 +371,16 @@
border-radius: 30px;
}
.v {
width: 10px;
height: 10px;
background: url("../images/area/v.png");
background-size: 100% 100%;
position: absolute;
top: 20px;
left: 40px;
}
.user {
max-width: 125px;
font-size: 22px;
... ... @@ -432,7 +443,7 @@
margin: 0 auto;
text-align: center;
background: #f6f6f6;
padding: 10px 50px 80px;
padding: 10px 50px 120px;
line-height: 32px;
}
... ... @@ -900,6 +911,7 @@
.item-info {
padding: 0 20px 18px;
overflow: hidden;
position: relative;
img {
width: 25px;
... ... @@ -909,6 +921,16 @@
border-radius: 30px;
}
.v {
width: 10px;
height: 10px;
background: url("../images/area/v.png");
background-size: 100% 100%;
position: absolute;
top: 15px;
left: 36px;
}
.user {
max-width: 75px;
font-size: 20px;
... ... @@ -971,7 +993,7 @@
background-position: center center;
position: absolute;
bottom: 8px;
right: -110px;
right: -100px;
}
}
... ... @@ -982,7 +1004,6 @@
margin: 0 auto;
text-align: center;
background: #f6f6f6;
line-height: 32px;
}
.foot-list {
... ...