我的样式修改

master
zsk 2 years ago
parent cf362e39fb
commit afa7ba4de4

@ -83,7 +83,7 @@
}, },
"plugins": { "plugins": {
"job-plugin": { "job-plugin": {
"version": "1.0.2", "version": "1.0.3",
"provider": "wxaf516c59d925481f" "provider": "wxaf516c59d925481f"
} }
}, },

@ -823,7 +823,7 @@ button::after {
width: 260px; width: 260px;
height: 42px; height: 42px;
opacity: 1; opacity: 1;
background: #027aff; background: var(--color-yc);
border-radius: 25px; border-radius: 25px;
font-size: 18px; font-size: 18px;
font-weight: 601; font-weight: 601;
@ -832,7 +832,9 @@ button::after {
line-height: 42px; line-height: 42px;
margin-top: 100px; margin-top: 100px;
} }
.loginOut:active,.loginOut:hover,.loginOut:focus{
background: var(--color-ych);
}
.staticTitle { .staticTitle {
margin-top: 20px; margin-top: 20px;
font-size: 22px; font-size: 22px;

@ -20,7 +20,7 @@
<view class=""> <view class="">
<view class="tc" wx:if="{{recordList == null || recordList.length == 0}}"> <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 class="mt20 cccc">暂无提现明细</view>
</view> </view>

@ -5,7 +5,7 @@ page{
font-size: 50px; font-size: 50px;
display: block; display: block;
padding-top: 60px; padding-top: 60px;
color: #027aff; color: var(--color-yc);
} }
.wxMoney{ .wxMoney{
margin-top: 12px; margin-top: 12px;
@ -29,6 +29,6 @@ line-height: 30px;
font-weight: 400; font-weight: 400;
text-align: center; text-align: center;
color: #027AFF; color: var(--color-yc);
line-height: 28px; line-height: 28px;
} }
Loading…
Cancel
Save