主题色修改

cyl/dev
zsk 1 year ago
parent e7d482971c
commit bdefcfe441

@ -8,6 +8,8 @@ page {
--color-hover: #1890ffcc; --color-hover: #1890ffcc;
--color-be: #1890ff; --color-be: #1890ff;
--color-027: #1890ff; --color-027: #1890ff;
--color-f40: #ff4400;
--color-f40-h:#fff3ef;
--color-href: #576b95; --color-href: #576b95;
--weui-FG-3:#eee; --weui-FG-3:#eee;
} }
@ -31,6 +33,9 @@ page {
.ysd-base-color { .ysd-base-color {
color: var(--color-ysd) !important; color: var(--color-ysd) !important;
} }
.ysd-base-f40 {
color: var(--color-f40) !important;
}
.br8 { .br8 {
border-radius: 8px; border-radius: 8px;
} }
@ -540,7 +545,7 @@ page {
color: #ccc !important; color: #ccc !important;
} }
.cf40 { .cf40 {
color: #1890ff !important; color: #ff4400 !important;
} }
.tar { .tar {
text-align: right; text-align: right;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 329 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 777 B

@ -3,11 +3,11 @@
<view> <view>
<view class="display-flex servicePrice mt12 p14" hover-class="none" hover-stop-propagation="false"> <view class="display-flex servicePrice mt12 p14" hover-class="none" hover-stop-propagation="false">
<view class="left"> <view class="left">
<view class="display-flex"> <!--<view class="display-flex">
<!-- <icon class="iconfont icon-zhuyi f14 ysd-base-color"></icon> <icon class="iconfont icon-zhuyi f14 ysd-base-color"></icon>
<view class="f14 color666">该区域内容转发后老乡不可见</view>--> <view class="f14 color666">该区域内容转发后老乡不可见</view>
</view> </view>-->
<view class="price ysd-base-color"> <view class="price ysd-base-f40">
服务费: 服务费:
<span wx:if="{{!isLogin}}" bindtap="goNewEnroll">仅登录可见</span> <span wx:if="{{!isLogin}}" bindtap="goNewEnroll">仅登录可见</span>
<span wx:elif="{{!isAgency}}" bindtap="showTobe">仅代理可见</span> <span wx:elif="{{!isAgency}}" bindtap="showTobe">仅代理可见</span>
@ -18,7 +18,7 @@
</view> </view>
</view> </view>
<view class="right"> <view class="right">
<icon wx:if="{{isAgency}}" class="iconfont {{isServicePriceShow ? 'icon-zhengyan1' : 'icon-biyan1'}} ysd-base-color" size="23" color bindtap="toggleprice" data-index="{{isServicePriceShow ? 1 : 2}}"></icon> <icon wx:if="{{isAgency}}" class="iconfont {{isServicePriceShow ? 'icon-zhengyan1' : 'icon-biyan1'}} ysd-base-f40" size="23" color bindtap="toggleprice" data-index="{{isServicePriceShow ? 1 : 2}}" style="height: 18px; position: relative; top: -10px;"></icon>
</view> </view>
</view> </view>
</view> </view>
@ -53,7 +53,7 @@
</view> </view>
</view> </view>
<view class="tr"> <view class="tr">
<view class="jobMoney ysd-base-color"> <view class="jobMoney ysd-base-f40">
<!-- {{jobDetail.record.combiSalary}} --> <!-- {{jobDetail.record.combiSalary}} -->
<view class="hourPay" wx:if="{{jobDetail.record.salaryClassify == 0}}"> <view class="hourPay" wx:if="{{jobDetail.record.salaryClassify == 0}}">
<span class="f14">¥</span> <span class="f14">¥</span>
@ -89,7 +89,7 @@
</view> </view>
<!-- {{jobDetail.record.hourlyPay || '--'}} --> <!-- {{jobDetail.record.hourlyPay || '--'}} -->
</view> </view>
<view class="f14s c633 mt10 ysd-base-color"> <view class="f14s c633 mt10 ysd-base-f40">
<!-- 5200-8400 --> <!-- 5200-8400 -->
{{jobDetail.record.monthlyPay || '--'}} {{jobDetail.record.monthlyPay || '--'}}
</view> </view>
@ -183,7 +183,7 @@
<block wx:if="{{currIndex == '1'}}"> <block wx:if="{{currIndex == '1'}}">
<view wx:if="{{jobDetail.record.notes}}"> <view wx:if="{{jobDetail.record.notes}}">
<view class="detailH3">温馨提示</view> <view class="detailH3">温馨提示</view>
<view class="pri ysd-base-color border1" style="line-height:24px;padding:3px 8px;border-radius: 4px;text-align: justify;">{{jobDetail.record.notes}}</view> <view class="pri ysd-base-f40 border1" style="line-height:24px;padding:3px 8px;border-radius: 4px;text-align: justify;">{{jobDetail.record.notes}}</view>
</view> </view>
<view class="detailH3">薪资待遇</view> <view class="detailH3">薪资待遇</view>
<view class="outSp"> <view class="outSp">

@ -54,8 +54,8 @@ page,
width: 45px; width: 45px;
} }
.servicePrice { .servicePrice {
border: 1rpx solid var(--color-ysd); border: 1rpx solid var(--color-f40);
background-color: rgba(24,144,255,0.2); background-color: var(--color-f40-f);
justify-content: space-between; justify-content: space-between;
border-right-color: transparent; border-right-color: transparent;
border-left-color: transparent; border-left-color: transparent;

@ -134,7 +134,7 @@
<view class="navSub" bindtap="witchNav" data-title="{{item.title}}" data-url="{{item.path}}" wx:for="{{navList}}" target wx:key="index" aria-role="navigate" open-type="navigate"> <view class="navSub" bindtap="witchNav" data-title="{{item.title}}" data-url="{{item.path}}" wx:for="{{navList}}" target wx:key="index" aria-role="navigate" open-type="navigate">
<view class="por" style="width:44px" hover-class="none" hover-stop-propagation="false"> <view class="por" style="width:44px" hover-class="none" hover-stop-propagation="false">
<image class src="{{item.img}}" mode="aspectFit|aspectFill|widthFix" binderror bindload></image> <image class src="{{item.img}}" mode="aspectFit|aspectFill|widthFix" binderror bindload></image>
<view class="poa ysd-basebg-color" wx:if="{{!readed && item.title == '消息中心'}}" style="width:10px;height:10px;border-radius:50%;right:-2px;top:-2px" hover-class="none" hover-stop-propagation="false"></view> <view class="poa" wx:if="{{!readed && item.title == '消息中心'}}" style="width:10px;height:10px;border-radius:50%;right:-2px;top:-2px;background-color:#ff4400" hover-class="none" hover-stop-propagation="false"></view>
</view> </view>
<view class="f12 lh1" hover-class="none" hover-stop-propagation="false"> <view class="f12 lh1" hover-class="none" hover-stop-propagation="false">
{{item.title}} {{item.title}}

@ -408,7 +408,7 @@ height: 746rpx;
flex: 1; flex: 1;
text-align: right; text-align: right;
white-space: nowrap; white-space: nowrap;
color: var(--color-ysd); color: var(--color-f40);
font-weight: 601; font-weight: 601;
} }
.weui-btn { .weui-btn {

@ -7,8 +7,8 @@
<view class="container"> <view class="container">
<view class="tc"> <view class="tc">
<!-- <image src='https://matripe.oss-cn-beijing.aliyuncs.com/bclogo.png' class='logoPng' mode='aspectFit'></image> --> <image src='https://matripe.oss-cn-beijing.aliyuncs.com/bclogo.png' class='logoPng' mode='aspectFit'></image>
<image class="logo" src="http://matripe.oss-cn-beijing.aliyuncs.com/images/daotian.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image> <!-- <image class="logo" src="http://matripe.oss-cn-beijing.aliyuncs.com/images/daotian.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>-->
<!-- --> <!-- -->
<view> <view>
<image src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/title3.svg" style="width: 190px;height: 19px;margin-top:20px;"></image> <image src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/title3.svg" style="width: 190px;height: 19px;margin-top:20px;"></image>

@ -271,7 +271,7 @@
<view class="content"> <view class="content">
<view> <view>
<navigator class target url="{{isLogin? '/pages/addUserCard/index': '/pages/login/index'}}" hover-class="thover" open-type="navigate"> <navigator class target url="{{isLogin? '/pages/addUserCard/index': '/pages/login/index'}}" hover-class="thover" open-type="navigate">
<image class src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/zj.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image> <image class src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/zjb.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
<view>证件</view> <view>证件</view>
</navigator> </navigator>
</view> </view>
@ -283,7 +283,7 @@
</view>--> </view>-->
<view> <view>
<navigator class target url="{{isLogin? '/pages/addCard/index': '/pages/login/index'}}" hover-class="thover" aria-role="navigate" open-type="navigate"> <navigator class target url="{{isLogin? '/pages/addCard/index': '/pages/login/index'}}" hover-class="thover" aria-role="navigate" open-type="navigate">
<image class src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/yhk.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image> <image class src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/yhkb.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
<view>银行卡</view> <view>银行卡</view>
</navigator> </navigator>
</view> </view>
@ -299,7 +299,7 @@
</view>--> </view>-->
<view> <view>
<navigator class target url="{{isLogin? '/subPage/addressBook/index': '/pages/login/index'}}" hover-class="thover" open-type="navigate"> <navigator class target url="{{isLogin? '/subPage/addressBook/index': '/pages/login/index'}}" hover-class="thover" open-type="navigate">
<image class src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/dzb.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image> <image class src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/dzbb.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
<view>地址本</view> <view>地址本</view>
</navigator> </navigator>
</view> </view>
@ -330,8 +330,8 @@
</view> </view>
</view> </view>
<view class hover-class="none" hover-stop-propagation="false"> <view class hover-class="none" hover-stop-propagation="false">
<i class="t-icon t-icon-dianhua6 mr8" bindtap="makePhoneCall" hover-class="thover" style="width:40px;height:40px "></i> <i class="t-icon t-icon-dianhua mr8" bindtap="makePhoneCall" hover-class="thover" style="width:40px;height:40px "></i>
<i class="t-icon t-icon-qiyeweixin" bindtap="showdialog" hover-class="thover" style="width:40px;height:40px "></i> <i class="t-icon t-icon-qiyeweixin1" bindtap="showdialog" hover-class="thover" style="width:40px;height:40px "></i>
</view> </view>
<!-- <view class="display-flex bt1 serviceBottom" hover-class="none" hover-stop-propagation="false"> <!-- <view class="display-flex bt1 serviceBottom" hover-class="none" hover-stop-propagation="false">
<view class="display-flex br1 f14" bindtap="makePhoneCall" hover-class="thover"> <view class="display-flex br1 f14" bindtap="makePhoneCall" hover-class="thover">

@ -17,10 +17,10 @@
font-size: 12px; font-size: 12px;
} }
.salaryBtn { .salaryBtn {
background: rgba(24,144,255,0.2); background:#fff3ef;
border-radius: 2px; border-radius: 2px;
padding: 2px 4px; padding: 2px 4px;
color: #1890ff; color: #ff4400;
} }
.fee { .fee {
height: 20px; height: 20px;
@ -94,5 +94,5 @@
color: #999; color: #999;
} }
.cf40 { .cf40 {
color: #1890ff; color: #ff4400;
} }

Loading…
Cancel
Save