@ -83,7 +83,7 @@
},
"plugins": {
"job-plugin": {
"version": "1.0.2",
"version": "1.0.3",
"provider": "wxaf516c59d925481f"
}
@ -823,7 +823,7 @@ button::after {
width: 260px;
height: 42px;
opacity: 1;
background: #027aff;
background: var(--color-yc);
border-radius: 25px;
font-size: 18px;
font-weight: 601;
@ -832,7 +832,9 @@ button::after {
line-height: 42px;
margin-top: 100px;
.loginOut:active,.loginOut:hover,.loginOut:focus{
background: var(--color-ych);
.staticTitle {
margin-top: 20px;
font-size: 22px;
@ -20,7 +20,7 @@
<view class="">
<view class="tc" wx:if="{{recordList == null || recordList.length == 0}}">
<i class="t-icon t-icon-gongzitiao11" style=" width: 92px;height: 92px;margin-top: 90px;"></i>
<i class="t-icon t-icon-zanwu" style=" width: 92px;height: 92px;margin-top: 90px;"></i>
<view class="mt20 cccc">暂无提现明细</view>
</view>
@ -5,7 +5,7 @@ page{
font-size: 50px;
display: block;
padding-top: 60px;
color: #027aff;
color: var(--color-yc);
.wxMoney{
margin-top: 12px;
@ -29,6 +29,6 @@ line-height: 30px;
font-weight: 400;
text-align: center;
color: #027AFF;
line-height: 28px;