diff --git a/pages/index/index.vue b/pages/index/index.vue index 2668d2e..2d870c9 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -30,6 +30,7 @@ color="#029d88" disabled /> + 签到 @@ -1584,19 +1585,26 @@ export default { } @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap'); .qiandao{ - width: 61px; + width:70px; height: 30px; line-height: 30px; background-image: linear-gradient(-48deg, #ffcb51,#ffc24a,#fe7416); border: 1px solid #ffbf49; color: #ffffb2; font-size: 28rpx; - text-align: center; + text-indent: 50rpx; position: absolute; top: 0; right: 0; border-radius: 40px; } + .qiandaoimg{ + position: absolute; + top:0; + right:74rpx; + width: 50rpx; + height: 50rpx; + } body { font-family: Helvetica Neue, Helvetica, sans-serif; } @@ -1730,11 +1738,11 @@ page { top: 0; background: url(../../static/images/index/vip.png) no-repeat center; background-size: cover; - width: 220rpx; - height: 85px; + width: 200rpx; + height:140rpx; font-size: 22px; text-align: center; - line-height:100px; + line-height:90px; } .xianb { diff --git a/static/sign.gif b/static/sign.gif new file mode 100644 index 0000000..422bac2 Binary files /dev/null and b/static/sign.gif differ