This commit is contained in:
parent
dc9ec3b3de
commit
63c8e17a81
|
@ -30,6 +30,7 @@
|
|||
color="#029d88" disabled />
|
||||
</view>
|
||||
<view class="qiandao" @click="goNavs('/my/qiandao/index')">
|
||||
<image class="qiandaoimg" src="../../static/sign.gif"></image>
|
||||
签到
|
||||
</view>
|
||||
</view>
|
||||
|
@ -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 {
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
Loading…
Reference in New Issue