This commit is contained in:
parent
dc9ec3b3de
commit
63c8e17a81
|
@ -30,6 +30,7 @@
|
||||||
color="#029d88" disabled />
|
color="#029d88" disabled />
|
||||||
</view>
|
</view>
|
||||||
<view class="qiandao" @click="goNavs('/my/qiandao/index')">
|
<view class="qiandao" @click="goNavs('/my/qiandao/index')">
|
||||||
|
<image class="qiandaoimg" src="../../static/sign.gif"></image>
|
||||||
签到
|
签到
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -1584,19 +1585,26 @@ export default {
|
||||||
}
|
}
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
|
||||||
.qiandao{
|
.qiandao{
|
||||||
width: 61px;
|
width:70px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
background-image: linear-gradient(-48deg, #ffcb51,#ffc24a,#fe7416);
|
background-image: linear-gradient(-48deg, #ffcb51,#ffc24a,#fe7416);
|
||||||
border: 1px solid #ffbf49;
|
border: 1px solid #ffbf49;
|
||||||
color: #ffffb2;
|
color: #ffffb2;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
text-align: center;
|
text-indent: 50rpx;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
}
|
}
|
||||||
|
.qiandaoimg{
|
||||||
|
position: absolute;
|
||||||
|
top:0;
|
||||||
|
right:74rpx;
|
||||||
|
width: 50rpx;
|
||||||
|
height: 50rpx;
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
font-family: Helvetica Neue, Helvetica, sans-serif;
|
font-family: Helvetica Neue, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
|
@ -1730,11 +1738,11 @@ page {
|
||||||
top: 0;
|
top: 0;
|
||||||
background: url(../../static/images/index/vip.png) no-repeat center;
|
background: url(../../static/images/index/vip.png) no-repeat center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
width: 220rpx;
|
width: 200rpx;
|
||||||
height: 85px;
|
height:140rpx;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height:100px;
|
line-height:90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.xianb {
|
.xianb {
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
Loading…
Reference in New Issue