Bladeren bron

主色更换

Xiao_123 2 maanden geleden
bovenliggende
commit
fb80005f0f
46 gewijzigde bestanden met toevoegingen van 294 en 151 verwijderingen
  1. 2 2
      components/FilterList/index.vue
  2. 5 5
      components/FilterList/mFilter.vue
  3. 3 3
      components/PositionList/index.vue
  4. 1 1
      custom-tab-bar/index.js
  5. 7 7
      layout/components/authModal/login/index.vue
  6. 1 1
      pages.json
  7. 2 2
      pages/index/my.vue
  8. 2 2
      pages/index/position.vue
  9. 6 6
      pages/index/welfare.vue
  10. 5 5
      pages/login/index.vue
  11. 1 1
      pagesA/balance/index.vue
  12. 5 5
      pagesA/chart/index.vue
  13. 1 1
      pagesA/collect/index.vue
  14. 2 2
      pagesA/integral/index.vue
  15. 1 1
      pagesA/interview/index.vue
  16. 3 3
      pagesA/interview/item.vue
  17. 1 1
      pagesA/recommendation/index.vue
  18. 1 1
      pagesA/resume/index.vue
  19. 1 1
      pagesA/resumeAnalysis/components/workExperience.vue
  20. 8 8
      pagesA/resumeOnline/index.vue
  21. 5 5
      pagesA/resumeOnline/portrait.vue
  22. 5 5
      pagesA/resumeOnline/vocationalSkills.vue
  23. 1 1
      pagesA/resumeOnline/workExperience.vue
  24. 2 2
      pagesA/seenMe/index.vue
  25. 6 6
      pagesA/vip/blockEnt/index.vue
  26. 2 2
      pagesA/vip/template/index.vue
  27. 5 5
      pagesA/vipPackage/index.vue
  28. 4 4
      pagesB/companyDetail/index.vue
  29. 4 4
      pagesB/jobFair/enterprises.vue
  30. 2 2
      pagesB/jobFair/enterprisesClassification.vue
  31. 1 1
      pagesB/jobFair/index.vue
  32. 2 2
      pagesB/jobFair/positionClassification.vue
  33. 8 8
      pagesB/positionDetail/index.vue
  34. 2 2
      pagesB/positionDetail/similar.vue
  35. 3 3
      pagesB/recommendEnterprise/index.vue
  36. 13 8
      static/style/index.css
  37. 0 0
      static/style/index.min.css
  38. 9 9
      static/style/index.scss
  39. 23 12
      static/style/position/index.css
  40. 0 0
      static/style/position/index.min.css
  41. 9 9
      static/style/position/index.scss
  42. 126 0
      static/style/protocol/index.css
  43. 1 0
      static/style/protocol/index.min.css
  44. 1 1
      static/style/protocol/index.scss
  45. 1 1
      uni_modules/uni-scss/theme.scss
  46. 1 1
      utils/request.js

+ 2 - 2
components/FilterList/index.vue

@@ -22,7 +22,7 @@
             <uni-icons
               class="point"
               type="smallcircle-filled"
-              color="#008978"
+              color="#00B760"
               size="6"
             />
             {{item.value.length}}
@@ -144,7 +144,7 @@ watch(() => props.list,
       align-items: center;
       justify-content: center;
       &.active {
-        color: #008978;
+        color: #00B760;
       }
       .over {
         overflow: hidden;

+ 5 - 5
components/FilterList/mFilter.vue

@@ -24,7 +24,7 @@
                   <uni-icons
                     v-if="Array.isArray(arr.choose) && arr.choose.includes(_arr[props.itemValue])"
                     type="checkmarkempty"
-                    color="#008978"
+                    color="#00B760"
                     size="16"
                   />
                 </view>
@@ -278,7 +278,7 @@ const submit = () => {
       padding: 0 15px;
       box-sizing: border-box;
       &.active {
-        border-bottom: 2px solid #008978;
+        border-bottom: 2px solid #00B760;
       }
     }
   }
@@ -301,7 +301,7 @@ const submit = () => {
         box-sizing: border-box;
         margin-bottom: 10px;
         &.active {
-          border-bottom: 2px solid #008978;
+          border-bottom: 2px solid #00B760;
         }
       }
       &-items {
@@ -312,7 +312,7 @@ const submit = () => {
           overflow-x: hidden;
           overflow-y: auto;
           .active {
-            color: #008978;
+            color: #00B760;
           }
         }
       }
@@ -332,7 +332,7 @@ const submit = () => {
       }
       &.submit {
         flex: 1;
-        background: #008978;
+        background: #00B760;
         color: #FFF ;
       }
     }

+ 3 - 3
components/PositionList/index.vue

@@ -61,7 +61,7 @@
               :text="`赏金:${commissionCalculation(item.job.hirePrice / 100, 1)}元`"
               inverted="false"
               size="default"
-              custom-style="background-color: #e2f0ef; color:#00897B; border-color:#e2f0ef;"
+              custom-style="background-color: #e2f0ef; color:#00B760; border-color:#e2f0ef;"
             />
           </view>
           <view v-if="props.showUpdateTime" class="font-size-13 color-999 ss-m-t-10" :style="`text-align: ${props.updateTimeAlign};`">更新时间:{{ timesTampChange(item?.job?.refreshTime || item.job?.updateTime, 'Y-M-D h:m') }}</view>
@@ -148,7 +148,7 @@ const handleToJobFair = () => {
 .job-name {
   font-size: 16px;
   font-weight: 700;
-  color: #345768;
+  color: #0E100F;
   max-width: 80vw;
   overflow: hidden;
   white-space: nowrap;
@@ -170,7 +170,7 @@ const handleToJobFair = () => {
 
 .salary-text {
 	float: right;
-	color: #CEC149;
+	color: #00B760;
   font-weight: 700;
 }
 .list-shape {

+ 1 - 1
custom-tab-bar/index.js

@@ -3,7 +3,7 @@ Component({
     selected: 0,
 		show: true,
     color: "#7A7E83",
-    selectedColor: "#00897B",
+    selectedColor: "#00B760",
     list: [
 			{
 				"pagePath": "/pages/index/position",

+ 7 - 7
layout/components/authModal/login/index.vue

@@ -7,7 +7,7 @@
         :current="current"
         :values="items"
         style-type="text" 
-        active-color="#00897B" 
+        active-color="#00B760" 
         @clickItem="onClickItem"
       />
       <!-- <view class="head-subtitle ss-m-t-10">未注册的手机号,验证后自动注册账号</view> -->
@@ -74,7 +74,7 @@
         </view>
         <button v-if="current !== 0" class="send-button" @tap="handleLogin"> 登 录  </button>
         <view class="agreement-box ss-flex ss-row-center" style="margin-bottom: 30px;">
-          <uni-icons size="20" :type="protocol ? 'checkbox-filled' : 'circle'" :color="protocol ? '#00897B' : '#ccc'" @tap="protocol = !protocol"></uni-icons>
+          <uni-icons size="20" :type="protocol ? 'checkbox-filled' : 'circle'" :color="protocol ? '#00B760' : '#ccc'" @tap="protocol = !protocol"></uni-icons>
           <view class="color-999 ss-flex ss-col-center ss-m-l-8 font-size-13">
             我已阅读并遵守
             <view class="color-primary" @tap.stop="handleToDetail('user')">
@@ -295,18 +295,18 @@ const handleLogin = async () => {
 .login-code {
   width: 73px;
   min-width: 73px;
-  color: #00897B;
+  color: #00B760;
   text-align: center; 
   font-size: 12px; 
   cursor: pointer;
-  // border: 1px dashed #00897B;
+  // border: 1px dashed #00B760;
   // border-radius: 26px;
   padding: 0;
 }
 .head-title {
   font-size: 40rpx;
   text-align: center;
-  color: #00897B;
+  color: #00B760;
   margin-top: 30rpx;
 }
 .quickLogon {
@@ -317,7 +317,7 @@ const handleLogin = async () => {
 }
 .wxLogon {
   font-size: .85em;
-  color: #00897B;
+  color: #00B760;
   border: none;
   margin: 0;
   padding: 0;
@@ -328,7 +328,7 @@ const handleLogin = async () => {
   color: red;
   // text-align: right;
   &.login {
-    color: #00897B;
+    color: #00B760;
   }
 }
 .pb-20 {

+ 1 - 1
pages.json

@@ -360,7 +360,7 @@
 	},
 	"tabBar": {
 		"color": "#7A7E83",
-		"selectedColor": "#00897B",
+		"selectedColor": "#00B760",
 		"borderStyle": "black",
 		"backgroundColor": "#ffffff",
 		"height": "65px",

+ 2 - 2
pages/index/my.vue

@@ -15,7 +15,7 @@
 			<view class="d-flex">
 				<view v-for="(item, index) in itemList" :key="index" @tap="handleToLink(item)" class="parent">
 					<view class="d-flex justify-space-around align-center">
-						<uni-icons color="#00897B" :type="item.icon" size="30"/>
+						<uni-icons color="#00B760" :type="item.icon" size="30"/>
 						<text class="itemText">{{ item.title }}</text>
 					</view>
 				</view>
@@ -63,7 +63,7 @@
 			<uni-popup ref="inputDialog" type="dialog">
 				<view class="shareQrCodePopupContent">
 					<view>请前往网页版{{ dialogType ? '门墩儿招聘' : '门墩儿商城' }}</view>
-					<uni-link class="ss-m-t-10" :href="dialogType ? 'https://www.menduner.com' : 'https://www.menduner.com/mall'" text="点击复制网页地址" color="#00897B" fontSize="16" copyTips="已复制,请在电脑端打开"></uni-link>
+					<uni-link class="ss-m-t-10" :href="dialogType ? 'https://www.menduner.com' : 'https://www.menduner.com/mall'" text="点击复制网页地址" color="#00B760" fontSize="16" copyTips="已复制,请在电脑端打开"></uni-link>
 				</view>
 			</uni-popup>
 		</view>

+ 2 - 2
pages/index/position.vue

@@ -315,7 +315,7 @@ const loadingMore = () => {
 :deep(.uni-searchbar__box) {
   width: calc(100% - 105px);
   height: 40px !important;
-  border: 1px solid #00897B;
+  border: 1px solid #00B760;
   padding-right: 20px;
   flex: none;
 }
@@ -326,7 +326,7 @@ const loadingMore = () => {
   width: 110px;
   height: 40px;
   font-size: 16px;
-  background-color: #00897B;
+  background-color: #00B760;
   color: #fff;
   border-radius: 0 5px 5px 0;
   z-index: 9;

+ 6 - 6
pages/index/welfare.vue

@@ -91,7 +91,7 @@
     <uni-popup ref="inputDialog" type="dialog">
       <view class="shareQrCodePopupContent">
         <view class="ss-m-b-10">请前往网页版门墩儿商城兑换</view>
-        <uni-link href="https://www.menduner.com/mall" text="点击复制网页地址" color="#00897B" fontSize="16" copyTips="已复制,请在电脑端打开"></uni-link>
+        <uni-link href="https://www.menduner.com/mall" text="点击复制网页地址" color="#00B760" fontSize="16" copyTips="已复制,请在电脑端打开"></uni-link>
       </view>
     </uni-popup>
 	</layout-page>
@@ -333,7 +333,7 @@ function handleTo (page) {
           height: 30%;
           right: 0;
           top: 35%;
-          background: #00897B;
+          background: #00B760;
         }
         .iconBox {
           width: 100rpx;
@@ -421,7 +421,7 @@ function handleTo (page) {
         font-size: .75em;
         color: #999;
         &-light {
-          color: #00897B;
+          color: #00B760;
           padding: 0 10rpx;
         }
         button {
@@ -430,7 +430,7 @@ function handleTo (page) {
           font-size: 24rpx;
           margin: 0 10rpx;
           border: unset;
-          background-color: #00897B;
+          background-color: #00B760;
           color: #FFF;
           &.disabled {
             // background-color: #a7a7a7 !important;
@@ -459,7 +459,7 @@ function handleTo (page) {
       }
       &-price {
         padding-top: 10upx;
-        color: #00897B;
+        color: #00B760;
         font-size: 32upx;
       }
       &-name {
@@ -478,6 +478,6 @@ function handleTo (page) {
   }
 }
 :deep(.uni-section .uni-section-header__decoration) {
-  background-color: #00897B !important;
+  background-color: #00B760 !important;
 }
 </style>

+ 5 - 5
pages/login/index.vue

@@ -34,7 +34,7 @@
 
       <button class="send-button" @tap="handleLogin"> 注册 </button>
       <view class="agreement-box ss-flex ss-row-center">
-        <uni-icons size="20" :type="protocol ? 'checkbox-filled' : 'circle'" :color="protocol ? '#00897B' : '#ccc'" @tap="protocol = !protocol"></uni-icons>
+        <uni-icons size="20" :type="protocol ? 'checkbox-filled' : 'circle'" :color="protocol ? '#00B760' : '#ccc'" @tap="protocol = !protocol"></uni-icons>
         <view class="color-999 ss-flex ss-col-center ss-m-l-8 font-size-13">
           我已阅读并遵守
           <view class="color-primary" @tap.stop="handleToDetail('user')">
@@ -251,23 +251,23 @@ const handleLogin = async () => {
 .login-code {
   width: 73px;
   min-width: 73px;
-  color: #00897B;
+  color: #00B760;
   text-align: center; 
   font-size: 12px; 
   cursor: pointer;
-  border: 1px dashed #00897B;
+  border: 1px dashed #00B760;
   border-radius: 26px;
   padding: 0;
 }
 .head-title {
   font-size: 40rpx;
   text-align: center;
-  color: #00897B;
+  color: #00B760;
 }
 .wxLogon {
   text-align: center;
   font-size: .85em;
-  color: #00897B;
+  color: #00B760;
   border: none;
   margin: 0;
   padding: 0;

+ 1 - 1
pagesA/balance/index.vue

@@ -134,7 +134,7 @@ function loadingMore () {
       line-height: 60rpx;
       font-size: 28rpx;
       text-align: center;
-      background: #00897B;
+      background: #00B760;
       color: #FFF;
       border-radius: 30rpx;
     }

+ 5 - 5
pagesA/chart/index.vue

@@ -109,19 +109,19 @@
             </template>
             <!-- 发起面试邀请 -->
             <view class="message-text none" v-else-if="val.payload?.type === 101">
-              <uni-tag text="发起了面试邀请" custom-style="background-color: #00897B; border-color: #00897B; color: #fff;" />
+              <uni-tag text="发起了面试邀请" custom-style="background-color: #00B760; border-color: #00B760; color: #fff;" />
             </view>
             <view class="message-text none" v-else-if="val.payload?.type === 103">
               <uni-tag text="拒绝了面试邀请" type="error" />
             </view>
             <view class="message-text none" v-else-if="val.payload?.type === 104">
-              <uni-tag text="接受了面试邀请" custom-style="background-color: #00897B; border-color: #00897B; color: #fff;" />
+              <uni-tag text="接受了面试邀请" custom-style="background-color: #00B760; border-color: #00B760; color: #fff;" />
             </view>
             <view v-else-if="val.payload.type === 105" class="text-end">
               <uni-tag
                 v-if="val.from_uid === IM.uid"
                 :text="val.payload.content?.type === 1 ? '附件简历已发送' : '简历请求已发送'"
-                custom-style="background-color: #00897B; border-color: #00897B; color: #fff;"
+                custom-style="background-color: #00B760; border-color: #00B760; color: #fff;"
               />
               <view
                 v-if="val.payload.content?.type !== 2 || val.from_uid !== IM.uid"
@@ -864,7 +864,7 @@ onLoad(async (options) => {
     .text {
       margin-left: 20rpx;
       &.active {
-        color: #00897b;
+        color: #00B760;
       }
     }
   }
@@ -891,7 +891,7 @@ onLoad(async (options) => {
   .popup-actions {
     padding: 60rpx;
     .default {
-      background: #00897b;
+      background: #00B760;
       color: #DDD;
       font-size: .9em;
     }

+ 1 - 1
pagesA/collect/index.vue

@@ -1,6 +1,6 @@
 <template>
   <view class="defaultBgc">
-    <uni-segmented-control :current="current" :values="controlList" @clickItem="handleChange" styleType="text" activeColor="#00897B" style="background-color: #fff;"></uni-segmented-control>
+    <uni-segmented-control :current="current" :values="controlList" @clickItem="handleChange" styleType="text" activeColor="#00B760" style="background-color: #fff;"></uni-segmented-control>
     <Position v-if="current === 0"></Position>
     <Company v-else></Company>
   </view>

+ 2 - 2
pagesA/integral/index.vue

@@ -29,7 +29,7 @@
       <uni-popup ref="inputDialog" type="dialog">
         <view class="shareQrCodePopupContent">
           <view class="ss-m-b-10">请前往网页版门墩儿商城查看</view>
-          <uni-link href="https://www.menduner.com/mall" text="点击复制网页地址" color="#00897B" fontSize="16" copyTips="已复制,请在电脑端打开"></uni-link>
+          <uni-link href="https://www.menduner.com/mall" text="点击复制网页地址" color="#00B760" fontSize="16" copyTips="已复制,请在电脑端打开"></uni-link>
         </view>
       </uni-popup>
     </view>
@@ -156,7 +156,7 @@ function handleUse () {
       line-height: 60rpx;
       font-size: 28rpx;
       text-align: center;
-      background: #00897B;
+      background: #00B760;
       color: #FFF;
       border-radius: 30rpx;
     }

+ 1 - 1
pagesA/interview/index.vue

@@ -1,6 +1,6 @@
 <template>
   <view>
-    <uni-segmented-control :current="current" :values="controlList" @clickItem="handleChange" styleType="text" activeColor="#00897B"></uni-segmented-control>
+    <uni-segmented-control :current="current" :values="controlList" @clickItem="handleChange" styleType="text" activeColor="#00B760"></uni-segmented-control>
     <scroll-view class="scrollBox defaultBgc" scroll-y="true" @scrolltolower="loadingMore" style="height: calc(100vh - 36px);">
       <view v-if="items.length">
         <PositionList v-if="current === 0" class="pb-10" :list="items" :noMore="false"></PositionList>

+ 3 - 3
pagesA/interview/item.vue

@@ -15,7 +15,7 @@
       <!-- 职位信息 -->
       <view class="list-shape">
         <view class="titleBox my-5" @click="toDetail(item)">
-          <span style="font-size: 16px;font-weight: 700; color: #345768;">{{ formatName(item.job?.name) }}</span>
+          <span style="font-size: 16px;font-weight: 700; color: #0E100F;">{{ formatName(item.job?.name) }}</span>
           <span v-if="!item.job?.payFrom && !item.job?.payTo" class="salary-text">面议</span>
           <span v-else class="salary-text">{{ item.job?.payFrom }}-{{ item.job?.payTo }}{{ item.job?.payName ? '/' + item.job?.payName : '' }}</span>
         </view>
@@ -29,7 +29,7 @@
 					<view class="divided-line"></view>
 					<view class="d-flex justify-end">
 						<span style="color: #dd524d;text-decoration: underline;" @click="handleAction(item, 'refuse')">拒绝</span>
-						<span style="color: #00897B;margin-left: 65rpx;text-decoration: underline;" @click="handleAction(item, 'agree')">同意</span>
+						<span style="color: #00B760;margin-left: 65rpx;text-decoration: underline;" @click="handleAction(item, 'agree')">同意</span>
 					</view>
 				</view>
       </view>
@@ -100,7 +100,7 @@ const handleAction = (item, type) => {
 
 .salary-text {
 	float: right;
-	color: #CEC149;
+	color: #00B760;
   font-weight: 700;
 }
 .list-shape {

+ 1 - 1
pagesA/recommendation/index.vue

@@ -1,6 +1,6 @@
 <template>
 	<layout-page>
-		<uni-segmented-control :current="current" :values="controlListText" @clickItem="handleChange" styleType="text" activeColor="#00897B"></uni-segmented-control>
+		<uni-segmented-control :current="current" :values="controlListText" @clickItem="handleChange" styleType="text" activeColor="#00B760"></uni-segmented-control>
 		<scroll-view class="scrollBox defaultBgc" scroll-y="true" @scrolltolower="loadingMore" style="height: calc(100vh - 72rpx);">
 		  <view v-if="items.length" class="listBox">
 		    <m-list :items="items"></m-list>

+ 1 - 1
pagesA/resume/index.vue

@@ -5,7 +5,7 @@
       <uni-card v-for="(item, index) in bioList" :key="index" :is-shadow="true" :border='false' shadow="0px 0px 3px 1px rgba(0,0,0,0.1)">
         <view class="d-flex align-center">
           <view v-if="props.resumeAnalysis" class="ss-m-r-15">
-            <radio :value="index" color="#00897B" :checked="index === checkedIndex" @tap="radioChange(index)" />
+            <radio :value="index" color="#00B760" :checked="index === checkedIndex" @tap="radioChange(index)" />
           </view>
           <view @click="preview(item.url)"  style="flex: 1;">
             <view class="font-size-14" style="font-weight: bold;">{{ item.title }}</view>

+ 1 - 1
pagesA/resumeAnalysis/components/workExperience.vue

@@ -17,7 +17,7 @@
           <picker mode="date" :value="formData.endTime" :disabled="endDisabled" fields="month" :end="endDate" @change="e => formData.endTime = e.detail.value">
             <view class="uni-input ss-m-t-20" :style="{'opacity': endDisabled ? '0.5' : '1'}">{{ formData.endTime }}</view>
           </picker>
-          <uni-data-checkbox selectedColor="#00897B" class="ss-m-l-50 ss-m-t-14" multiple v-model="sofar" :localdata="[{ text: '至今', value: 1 }]" @change="handleChangeSofar"></uni-data-checkbox>
+          <uni-data-checkbox selectedColor="#00B760" class="ss-m-l-50 ss-m-t-14" multiple v-model="sofar" :localdata="[{ text: '至今', value: 1 }]" @change="handleChangeSofar"></uni-data-checkbox>
         </view>
 			</uni-forms-item>
       <uni-forms-item label="工作内容" name="content" required>

+ 8 - 8
pagesA/resumeOnline/index.vue

@@ -7,7 +7,7 @@
         :percent="Number.isInteger(completeNum/7*100) ? (completeNum/7*100) : (completeNum/7*100).toFixed(2)"
         show-info
         border-radius="50"
-        activeColor="#00897B"
+        activeColor="#00B760"
         stroke-width="8"
       />
     </view>
@@ -489,8 +489,8 @@ $px: 30rpx;
     flex-wrap: wrap;
     .tag {
       margin: 0 10rpx 10rpx 0;
-      border: 2rpx solid #008978;
-      color: #008978;
+      border: 2rpx solid #00B760;
+      color: #00B760;
       white-space: nowrap;
       padding: 4rpx 10rpx;
       border-radius: 10rpx;
@@ -550,8 +550,8 @@ $px: 30rpx;
         flex-direction: row;
         flex-wrap: wrap;
         .tag {
-          border: 2rpx solid #008978;
-          color: #008978;
+          border: 2rpx solid #00B760;
+          color: #00B760;
           padding: 4rpx 16rpx;
           font-size: 24rpx;
           margin: 10rpx 10rpx 0 0;
@@ -589,7 +589,7 @@ $px: 30rpx;
         border-bottom: none;
       }
       &.active {
-        color: #008978;
+        color: #00B760;
         font-weight: 600;
       }
     }
@@ -607,7 +607,7 @@ $px: 30rpx;
       margin-right: calc($px / 2);
     }
     .save {
-      color: #008978;
+      color: #00B760;
     }
     .close {
       color: gray;
@@ -627,6 +627,6 @@ $px: 30rpx;
 }
 .resumeAnalysisBtn {
   text-decoration: underline;
-  color: #008978;
+  color: #00B760;
 }
 </style>

+ 5 - 5
pagesA/resumeOnline/portrait.vue

@@ -27,11 +27,11 @@
           <view v-if="val?.children?.length" class="tags">
             <view v-for="k in val.children" :key="k.id">
               <view v-if="select.includes(k.nameCn)" class="tag" style="color: grey; border: 2rpx solid grey;">
-                <uni-icons type="plusempty" size="14" color="#008978"></uni-icons>
+                <uni-icons type="plusempty" size="14" color="#00B760"></uni-icons>
                 {{ k?.nameCn || '--' }}
               </view>
-              <view v-else class="tag" style="color: #008978; border: 2rpx solid #008978;" @tap="handleSelect(k.nameCn)">
-                <uni-icons type="plusempty" size="14" color="#008978"></uni-icons>
+              <view v-else class="tag" style="color: #00B760; border: 2rpx solid #00B760;" @tap="handleSelect(k.nameCn)">
+                <uni-icons type="plusempty" size="14" color="#00B760"></uni-icons>
                 {{ k?.nameCn || '--' }}
               </view>
             </view>
@@ -119,8 +119,8 @@ $px: 30rpx;
     flex-wrap: wrap;
     .tag {
       margin: 0 15rpx 12rpx 0;
-      border: 2rpx 15rpx #008978;
-      color: #008978;
+      border: 2rpx 15rpx #00B760;
+      color: #00B760;
       white-space: nowrap;
       padding: 4rpx 10rpx;
       border-radius: 10rpx;

+ 5 - 5
pagesA/resumeOnline/vocationalSkills.vue

@@ -9,11 +9,11 @@
           v-for="tag in skillExp"
           :key="tag.id"
           class="tag"
-          style="color: #00897B; border: 2rpx solid #00897B;"
+          style="color: #00B760; border: 2rpx solid #00B760;"
           @tap="handleDelete(tag.id)"
         >
           {{ tag.title }}
-          <uni-icons type="clear" size="16" color="#00897B"></uni-icons>
+          <uni-icons type="clear" size="16" color="#00B760"></uni-icons>
         </view>
       </view>
     </view>
@@ -144,8 +144,8 @@ const handleDelete = async (id) => {
   flex-wrap: wrap;
   .tag {
     margin: 0 15rpx 12rpx 0;
-    border: 2rpx 15rpx #008978;
-    color: #008978;
+    border: 2rpx 15rpx #00B760;
+    color: #00B760;
     white-space: nowrap;
     padding: 4rpx 10rpx;
     border-radius: 10rpx;
@@ -153,6 +153,6 @@ const handleDelete = async (id) => {
   }
 }
 :deep(.uni-section .uni-section-header__decoration) {
-  background-color: #00897B !important;
+  background-color: #00B760 !important;
 }
 </style>

+ 1 - 1
pagesA/resumeOnline/workExperience.vue

@@ -18,7 +18,7 @@
           <picker mode="date" :value="formData.endTime" :disabled="endDisabled" fields="month" :end="endDate" @change="e => formData.endTime = e.detail.value">
             <view class="uni-input ss-m-t-20" :style="{'opacity': endDisabled ? '0.5' : '1'}">{{ formData.endTime }}</view>
           </picker>
-          <uni-data-checkbox selectedColor="#00897B" class="ss-m-l-50 ss-m-t-14" multiple v-model="sofar" :localdata="[{ text: '至今', value: 1 }]" @change="handleChangeSofar"></uni-data-checkbox>
+          <uni-data-checkbox selectedColor="#00B760" class="ss-m-l-50 ss-m-t-14" multiple v-model="sofar" :localdata="[{ text: '至今', value: 1 }]" @change="handleChangeSofar"></uni-data-checkbox>
         </view>
 			</uni-forms-item>
       <uni-forms-item label="工作内容" name="content" required>

+ 2 - 2
pagesA/seenMe/index.vue

@@ -143,9 +143,9 @@ const handleToBuyVip = () => {
 	color: #666;
 }
 .text-line {
-	color: #00897b;
+	color: #00B760;
 	font-weight: bold;
 	padding-bottom: 2px;
-	border-bottom: 1px solid #00897b;
+	border-bottom: 1px solid #00B760;
 }
 </style>

+ 6 - 6
pagesA/vip/blockEnt/index.vue

@@ -23,11 +23,11 @@
       <view
         v-for="k in dataList" :key="k.id"
         class="tag"
-        style="color: #00897B; background-color: #e2f0ef;;"
+        style="color: #00B760; background-color: #e2f0ef;;"
         @tap="handleDel(k)"
       >
         {{ k.name }}
-        <uni-icons type="clear" size="16" color="#00897B"></uni-icons>
+        <uni-icons type="clear" size="16" color="#00B760"></uni-icons>
       </view>
     </view>
      
@@ -161,7 +161,7 @@ const getEntList = async () => {
   width: 110px;
   height: 40px;
   font-size: 16px;
-  background-color: #00897B;
+  background-color: #00B760;
   color: #fff;
   border-radius: 0 5px 5px 0;
   z-index: 9;
@@ -169,7 +169,7 @@ const getEntList = async () => {
 :deep(.uni-searchbar__box) {
   width: calc(100% - 105px);
   height: 40px !important;
-  border: 1px solid #00897B;
+  border: 1px solid #00B760;
   padding-right: 20px;
   flex: none;
 }
@@ -181,8 +181,8 @@ const getEntList = async () => {
   padding: 30rpx;
   .tag {
     margin: 0 15rpx 12rpx 0;
-    border: 2rpx 15rpx #008978;
-    color: #008978;
+    border: 2rpx 15rpx #00B760;
+    color: #00B760;
     white-space: nowrap;
     padding: 4rpx 10rpx;
     border-radius: 10rpx;

+ 2 - 2
pagesA/vip/template/index.vue

@@ -7,8 +7,8 @@
           <view @click="preview(item.url)"  style="flex: 1;">
             <view class="font-size-14" style="font-weight: bold; margin: 15rpx 0; color: #777;">{{ item.title }}</view>
           </view>
-          <uni-icons class="ss-m-l-20" color="#00897b" type="eye-filled" size="20"></uni-icons>
-          <uni-icons class="ss-m-l-20" color="#00897b" @click="null" type="download-filled" size="20"></uni-icons>
+          <uni-icons class="ss-m-l-20" color="#00B760" type="eye-filled" size="20"></uni-icons>
+          <uni-icons class="ss-m-l-20" color="#00B760" @click="null" type="download-filled" size="20"></uni-icons>
         </view>
 			</uni-card>
 		</view>

+ 5 - 5
pagesA/vipPackage/index.vue

@@ -170,7 +170,7 @@ const payType = [
     disabled: true,
     icon: 'icon-qianbao1',
     // color: '#fd9702'
-    color: '#00897B'
+    color: '#00B760'
   }
 ]
 
@@ -587,8 +587,8 @@ getPayMethodsList()
       display: flex;
       align-items: center;
       padding: 0 40rpx;
-      border: 2rpx solid #00897B;
-      background: #00897B;
+      border: 2rpx solid #00B760;
+      background: #00B760;
       color: #FFF;
       border-radius: 180rpx 0 180rpx 0;
       position: relative;
@@ -597,7 +597,7 @@ getPayMethodsList()
       //   position: absolute;
       //   width: 50rpx;
       //   height: 50rpx;
-      //   background: radial-gradient(top right, transparent 50%, #00897B 50%);
+      //   background: radial-gradient(top right, transparent 50%, #00B760 50%);
       //   left: 0;
       //   top: 0;
       //   margin-left: -25rpx;
@@ -686,7 +686,7 @@ getPayMethodsList()
       line-height: 40px;
       color: #FFF;
       // color: #724d2b;
-      background: #00897B;
+      background: #00B760;
       // background: linear-gradient(121deg,#fde2c2 29.02%,#c19164 104.03%);
       border-radius: 90px;
     }

+ 4 - 4
pagesB/companyDetail/index.vue

@@ -18,7 +18,7 @@
     </view>
 
     <view class="ss-m-t-30" style="background-color: #fff;">
-      <uni-segmented-control :current="current" :values="items" @clickItem="changeControl" styleType="text" activeColor="#00897B"></uni-segmented-control>
+      <uni-segmented-control :current="current" :values="items" @clickItem="changeControl" styleType="text" activeColor="#00B760"></uni-segmented-control>
     </view>
 
     <view v-if="current === 0" style="height: 20rpx; background-color: #f8f8fa;"></view>
@@ -50,7 +50,7 @@
       <view>
         <h4>企业网址</h4>
         <view class="ss-m-t-20">
-          <uni-link v-if="info.website" :href="info.website" :text="info.website" color="#00897B"></uni-link>
+          <uni-link v-if="info.website" :href="info.website" :text="info.website" color="#00B760"></uni-link>
           <view v-else></view>
         </view>
       </view>
@@ -73,7 +73,7 @@
       <view>
         <h4>企业地址</h4>
         <view class="ss-m-t-20" v-if="info?.business?.address">
-          <uni-icons type="map-pin-ellipse" color="#00897B" size="20"></uni-icons>
+          <uni-icons type="map-pin-ellipse" color="#00B760" size="20"></uni-icons>
           <span class="color-666 font-size-15">{{ info?.business?.address }}</span>
         </view>
         <view v-else></view>
@@ -242,7 +242,7 @@ const videoErrorCallback = (e) =>{
 
 <style scoped lang="scss">
 .title-des {
-  color: #37576c;
+  color: #0E100F;
   font-size: 17px;
   margin-right: 30px;
   margin-top: 1px;

+ 4 - 4
pagesB/jobFair/enterprises.vue

@@ -182,7 +182,7 @@ const toDetail = (item) =>{
 :deep(.uni-searchbar__box) {
   width: calc(100% - 105px);
   height: 40px !important;
-  border: 1px solid #00897B;
+  border: 1px solid #00B760;
   padding-right: 20px;
   flex: none;
 }
@@ -193,7 +193,7 @@ const toDetail = (item) =>{
   width: 110px;
   height: 40px;
   font-size: 16px;
-  background-color: #00897B;
+  background-color: #00B760;
   color: #fff;
   border-radius: 0 5px 5px 0;
   z-index: 9;
@@ -202,7 +202,7 @@ const toDetail = (item) =>{
   width: 110px;
   height: 32px;
   font-size: 13px;
-  background-color: #00897B;
+  background-color: #00B760;
   color: #fff;
   // border-radius: 0 5px 5px 0;
   z-index: 9;
@@ -246,7 +246,7 @@ const toDetail = (item) =>{
     margin-bottom: 12px;
   }
   .jobFairName {
-    color: #00897b;
+    color: #00B760;
   }
 }
 </style>

+ 2 - 2
pagesB/jobFair/enterprisesClassification.vue

@@ -194,7 +194,7 @@ const handleShare = () => {
   top: 16px;
   border-radius: 50%;
   padding: 8px;
-  background-color: #00897B;
+  background-color: #00B760;
 }
 .box {
   height: 100vh;
@@ -221,7 +221,7 @@ const handleShare = () => {
   .jobCount {
     height: 40px;
     line-height: 40px;
-    color: #00897B;
+    color: #00B760;
     text-align: center;
     // padding: 0 50rpx;
     font-size: 15px;

+ 1 - 1
pagesB/jobFair/index.vue

@@ -5,7 +5,7 @@
       <uni-card v-for="val in items" :key="val.id">
         <image v-if="val?.previewImg" class="ss-m-t-10" :src="val.previewImg" mode="widthFix" style="width: 100%; height: auto; border-radius: 6px;"></image>
         <view class="ss-m-t-20">活动时间:{{ timesTampChange(val.startTime, 'Y-M-D') }}至{{ timesTampChange(val.endTime, 'Y-M-D') }}</view>
-        <button class="ss-m-t-20 ss-m-b-10" style="background-color: #00897B; color: #fff;" type="primary" @tap="handleToJobFairEnterprises(val)">查看详情</button>
+        <button class="ss-m-t-20 ss-m-b-10" style="background-color: #00B760; color: #fff;" type="primary" @tap="handleToJobFairEnterprises(val)">查看详情</button>
       </uni-card>
     </view>
     <view v-else class="nodata-img-parent">

+ 2 - 2
pagesB/jobFair/positionClassification.vue

@@ -88,7 +88,7 @@ const textColor = computed(() => {
   return backgroundColor.value === '#fff' ? '#777' : '#fff'
 })
 const entNameColor = computed(() => {
-  return backgroundColor.value === '#fff' ? '#00897B' : '#fff'
+  return backgroundColor.value === '#fff' ? '#00B760' : '#fff'
 })
 const getJobFairDetail = async () => {
   if (!query.jobFairId) return
@@ -192,7 +192,7 @@ const handleShare = () => {
   top: 16px;
   border-radius: 50%;
   padding: 8px;
-  background-color: #00897B;
+  background-color: #00B760;
 }
 .box {
   height: 100vh;

+ 8 - 8
pagesB/positionDetail/index.vue

@@ -77,7 +77,7 @@
             <view class="my10">
               <uni-icons
                 type="map-pin-ellipse"
-                color="#00897B"
+                color="#00B760"
                 class="mr"
                 size="25"
               ></uni-icons>
@@ -92,13 +92,13 @@
       <view class="bottom-content">
         <!-- 已登录可以分享 -->
         <button v-if="beenLogin" class="bottom-content-tool shareButtonCss" open-type="share">
-          <uni-icons type="redo-filled" size="24" color="#00897B" style="line-height: 24px;"/>
-          <span style="color:#00897B;font-weight:bold;line-height: 22px;">分享</span>
+          <uni-icons type="redo-filled" size="24" color="#00B760" style="line-height: 24px;"/>
+          <span style="color:#00B760;font-weight:bold;line-height: 22px;">分享</span>
         </button>
         <!-- 未登录点击分享拉起登录 -->
         <view v-else @click="handleClickShare" class="bottom-content-tool">
-          <uni-icons type="redo-filled" size="24" color="#00897B"/>
-          <span style="color:#00897B;font-weight:bold;">分享</span>
+          <uni-icons type="redo-filled" size="24" color="#00B760"/>
+          <span style="color:#00B760;font-weight:bold;">分享</span>
         </view>
         <button class="btnStyle bgButtons" type="primary" plain="true" @tap="handleSend">立即沟通</button>
         <button v-if="delivery" :disabled="true" class="buttons btnStyle disable">我已投递</button>
@@ -380,7 +380,7 @@ const createPoster = async () => {
   context.beginPath()
   context.moveTo(40, 195)
   context.lineTo(412, 195)
-  context.setStrokeStyle('#00897B')
+  context.setStrokeStyle('#00B760')
   context.stroke()
 
   // 企业头像
@@ -709,8 +709,8 @@ const handleLoginConfirm = () => {
     margin-right: 20rpx;
   }
   .bgButtons {
-    border: 2rpx solid #00897b;
-    color: #00897b;
+    border: 2rpx solid #00B760;
+    color: #00B760;
     // background: #FFF;
     border-radius: 50rpx;
   }

+ 2 - 2
pagesB/positionDetail/similar.vue

@@ -100,7 +100,7 @@ const loadingMore = () => {
 :deep(.uni-searchbar__box) {
   width: calc(100% - 105px);
   height: 40px !important;
-  border: 1px solid #00897B;
+  border: 1px solid #00B760;
   padding-right: 20px;
   flex: none;
 }
@@ -111,7 +111,7 @@ const loadingMore = () => {
   width: 110px;
   height: 40px;
   font-size: 16px;
-  background-color: #00897B;
+  background-color: #00B760;
   color: #fff;
   border-radius: 0 5px 5px 0;
   z-index: 9;

+ 3 - 3
pagesB/recommendEnterprise/index.vue

@@ -103,7 +103,7 @@ const handleToPosition = (k) => {
 
 <style scoped lang="scss">
 .enterpriseName {
-  color: #404040;
+  color: #0E100F;
   font-weight: 700;
 }
 .enterAvatar {
@@ -127,13 +127,13 @@ const handleToPosition = (k) => {
 .salary-text {
 	float: right;
   font-size: 15px;
-	color: #CEC149;
+	color: #00B760;
   font-weight: 700;
 }
 .job-name {
   font-size: 30rpx;
   font-weight: 700;
-  color: #345768;
+  color: #0E100F;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;

+ 13 - 8
static/style/index.css

@@ -1,6 +1,6 @@
 @charset "UTF-8";
 :root {
-  --v-primary-base: #00897B;
+  --v-primary-base: #00B760;
   --v-error-base: #fe574a;
   --v-primary-lighten1: #26A69A;
   --v-primary-lighten2: #4DB6AC;
@@ -127,7 +127,7 @@
 }
 
 .color-primary {
-  color: #00897B;
+  color: #00B760;
 }
 
 .color-warning {
@@ -171,7 +171,7 @@
 }
 
 .defaultLink {
-  color: #008978;
+  color: #00B760;
   cursor: pointer;
 }
 
@@ -9011,7 +9011,7 @@
   width: 158rpx;
   height: 56rpx;
   line-height: normal;
-  background: #00897B;
+  background: #00B760;
   border-radius: 28rpx;
   font-size: 26rpx;
   font-weight: 500;
@@ -9024,14 +9024,14 @@
   height: 44px;
   line-height: 44px;
   margin: 20px auto;
-  background-color: #00897B !important;
+  background-color: #00B760 !important;
 }
 
 .second-button {
   width: 50vw;
   height: 44px;
   margin: 15px;
-  background-color: #00897B !important;
+  background-color: #00B760 !important;
 }
 
 .second-button:first-child {
@@ -9052,7 +9052,12 @@
   height: 44px;
   line-height: 44px;
   margin: 20px auto;
-  background-color: #00897B !important;
+  background-color: #00B760 !important;
+  color: #fff;
+}
+
+.main-button-color {
+  background-color: #00B760 !important;
   color: #fff;
 }
 
@@ -9065,7 +9070,7 @@
 
 .save-button {
   margin: 20px 0 20px 20px;
-  background-color: #00897B !important;
+  background-color: #00B760 !important;
 }
 
 .delete-button {

File diff suppressed because it is too large
+ 0 - 0
static/style/index.min.css


+ 9 - 9
static/style/index.scss

@@ -1,5 +1,5 @@
 :root {
-  --v-primary-base: #00897B;
+  --v-primary-base: #00B760;
   --v-error-base: #fe574a;
   --v-primary-lighten1: #26A69A;
   --v-primary-lighten2: #4DB6AC;
@@ -47,7 +47,7 @@
 .color-f2f4f7 { color: #f2f4f7; }
 .color-d5e6e8 { color: #d5e6e8; }
 .color-error { color: #fe574a; }
-.color-primary { color: #00897B; }
+.color-primary { color: #00B760; }
 .color-warning { color: #fb8c00; }
 
 .font-size-12 { font-size: 24rpx; }
@@ -61,7 +61,7 @@
 .font-size-20 { font-size: 40rpx; }
 
 .defaultLink {
-  color:#008978;
+  color:#00B760;
   cursor:pointer;
   // text-decoration: underline;
 }
@@ -384,7 +384,7 @@
   width: 158rpx;
   height: 56rpx;
   line-height: normal;
-  background: #00897B;
+  background: #00B760;
   border-radius: 28rpx;
   font-size: 26rpx;
   font-weight: 500;
@@ -398,7 +398,7 @@
   height: 44px;
   line-height: 44px;
   margin: 20px auto;
-  background-color: #00897B !important;
+  background-color: #00B760 !important;
   // border-radius: 25px;
 }
 //页面底部两个按钮
@@ -406,7 +406,7 @@
   width: 50vw;
   height: 44px;
   margin: 15px;
-  background-color: #00897B !important;
+  background-color: #00B760 !important;
   // border-radius: 25px;
 }
 .second-button:first-child {
@@ -427,13 +427,13 @@
 	height:44px;
 	line-height: 44px;
 	margin:20px auto;
-	background-color: #00897B !important;
+	background-color: #00B760 !important;
 	// border-radius: 25px;
 	color: #fff;
 }
 
 .main-button-color {
-	background-color: #00897B !important;
+	background-color: #00B760 !important;
 	color: #fff;
 }
 
@@ -445,7 +445,7 @@
 }
 .save-button {
   margin: 20px 0 20px 20px;
-  background-color: #00897B !important;
+  background-color: #00B760 !important;
 }
 .delete-button {
   margin: 20px auto;

+ 23 - 12
static/style/position/index.css

@@ -25,10 +25,23 @@
 
 .box {
   padding: 10px 30rpx 100px;
+  background-color: #fff;
+}
+
+.shareCss {
+  background-color: #00B760 !important;
+}
+
+.shareCss .box {
+  margin: 20px 24px;
+  border-radius: 10px;
+  background-color: #fff;
+  height: 194px;
+  overflow: hidden;
 }
 
 .JobName {
-  color: #37576c;
+  color: #0E100F;
   font-size: 24px;
 }
 
@@ -50,7 +63,7 @@
 .tag {
   padding: 5px 10px;
   background-color: #e2f0ef;
-  color: #00897B;
+  color: #00B760;
   border-radius: 5px;
   font-size: 14px;
   margin-right: 8px;
@@ -58,13 +71,12 @@
 }
 
 .hirePrice {
-  padding: 5px 10px;
-  background-color: #fc6d5e63;
-  color: #ff250e;
+  padding: 3px 10px;
+  background-color: #e2f0ef;
+  color: #00B760;
   border-radius: 5px;
   font-size: 14px;
   margin-left: 8px;
-  margin-top: 4px;
 }
 
 .htmlCss {
@@ -91,8 +103,7 @@
   height: 44px;
   border-radius: 25px;
   margin: 0;
-  color: #fff !important;
-  background-color: #00897b !important;
+  background-color: #00B760 !important;
 }
 
 .disable {
@@ -137,7 +148,7 @@
 }
 
 .salary {
-  color: #fe574a;
+  color: #00B760;
   line-height: 41px;
   font-weight: 600;
   height: auto;
@@ -237,12 +248,12 @@
 }
 
 .dialogBox .dialog-content .selected {
-  background-color: #00897b !important;
+  background-color: #00B760 !important;
 }
 
 .dialogBox .selectOnline {
   font-size: 14px;
-  color: #00897b;
+  color: #00B760;
   text-align: center;
   margin-top: 10rpx;
 }
@@ -253,5 +264,5 @@
   line-height: 44px;
   text-align: center;
   color: #fff !important;
-  background-color: #00897b !important;
+  background-color: #00B760 !important;
 }

File diff suppressed because it is too large
+ 0 - 0
static/style/position/index.min.css


+ 9 - 9
static/style/position/index.scss

@@ -9,7 +9,7 @@
   background-color: #fff;
 }
 .shareCss {
-  background-color: #00897B !important;
+  background-color: #00B760 !important;
   .box {
     margin: 20px 24px;
     border-radius: 10px;
@@ -20,7 +20,7 @@
 }
 
 .JobName {
-  color: #37576c;
+  color: #0E100F;
   font-size: 24px;
   // margin-right: 30px;
   // margin-top: 1px;
@@ -44,7 +44,7 @@
 .tag {
   padding: 5px 10px;
   background-color: #e2f0ef;
-  color: #00897B;
+  color: #00B760;
   border-radius: 5px;
   font-size: 14px;
   margin-right: 8px;
@@ -53,7 +53,7 @@
 .hirePrice {
   padding: 3px 10px;
   // background-color: #fc6d5e63; color: #ff250e;
-  background-color: #e2f0ef; color:#00897B;
+  background-color: #e2f0ef; color:#00B760;
   border-radius: 5px;
   font-size: 14px;
   margin-left: 8px;
@@ -86,7 +86,7 @@
   border-radius: 25px;
   margin: 0;
   // color: #fff !important;
-  background-color: #00897b !important;
+  background-color: #00B760 !important;
 }
 .disable { background-color: #41a79d !important; color: #ffffec !important;}
 
@@ -126,7 +126,7 @@
 }
 
 .salary {
-  color: #fe574a;
+  color: #00B760;
   line-height: 41px;
   font-weight: 600;
   height: auto;
@@ -198,12 +198,12 @@
     padding: 20rpx;
     padding-bottom: 50rpx;
     .selected {
-      background-color: #00897b !important;
+      background-color: #00B760 !important;
     }
   }
   .selectOnline {
     font-size: 14px;
-    color: #00897b;
+    color: #00B760;
     text-align: center;
     margin-top: 10rpx;
   }
@@ -213,6 +213,6 @@
     line-height: 44px;
     text-align: center;
     color: #fff !important;
-    background-color: #00897b !important;
+    background-color: #00B760 !important;
   }
 }

+ 126 - 0
static/style/protocol/index.css

@@ -0,0 +1,126 @@
+@charset "UTF-8";
+html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
+  margin: 0;
+  padding: 0;
+}
+
+header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
+  display: block;
+}
+
+table {
+  border-collapse: collapse;
+  border-spacing: 0;
+}
+
+caption, th {
+  text-align: left;
+  font-weight: normal;
+}
+
+html, body, fieldset, img, iframe, abbr {
+  border: 0;
+}
+
+i, cite, em, var, address, dfn {
+  font-style: normal;
+}
+
+[hidefocus], summary {
+  outline: 0;
+}
+
+li {
+  list-style: none;
+}
+
+h1, h2, h3, h4, h5, h6, small {
+  font-size: 100%;
+}
+
+a, button {
+  cursor: pointer;
+}
+
+h1, h2, h3, h4, h5, h6, em, strong, b {
+  font-weight: bold;
+}
+
+del, ins, u, s, a, a:hover {
+  text-decoration: none;
+}
+
+.conter, .conttle {
+  overflow: hidden;
+  padding: 30rpx;
+  padding-bottom: 200rpx;
+}
+
+.large {
+  width: 100%;
+  height: 1px;
+  background-color: var(--v-primary-base);
+}
+
+.Protocol {
+  width: 100%;
+  background-color: #fff;
+}
+
+.Protocol p {
+  color: var(--color-333);
+  font-size: 14px;
+  line-height: 30px;
+}
+
+.segment {
+  width: 100%;
+  font-size: 22px;
+  color: var(--color-333);
+  margin-top: 40rpx;
+  margin-bottom: 30rpx;
+  font-weight: 700;
+  text-align: center;
+}
+
+.subtitle, .crosshead {
+  color: var(--v-primary-base);
+  font-size: 14px;
+  line-height: 30px;
+}
+
+.crosshead {
+  color: var(--color-333);
+}
+
+.text-color {
+  margin-top: 0px;
+  margin-bottom: 0px;
+  padding: 0px;
+  color: #333333;
+  font-size: 14px;
+  line-height: 30px;
+  font-family: 微软雅黑;
+  white-space: normal;
+}
+
+.text-font {
+  font-family: 宋体, SimSun;
+}
+
+.text-size {
+  margin: 0px;
+  padding: 0px;
+  font-size: 14px;
+  color: #00B760;
+  line-height: 30px;
+  font-family: 微软雅黑;
+  white-space: normal;
+}
+
+.text-p {
+  text-align: justify;
+  font-family: Calibri;
+  font-size: 14px;
+  white-space: normal;
+}

+ 1 - 0
static/style/protocol/index.min.css

@@ -0,0 +1 @@
+html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0}header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block}table{border-collapse:collapse;border-spacing:0}caption,th{text-align:left;font-weight:normal}html,body,fieldset,img,iframe,abbr{border:0}i,cite,em,var,address,dfn{font-style:normal}[hidefocus],summary{outline:0}li{list-style:none}h1,h2,h3,h4,h5,h6,small{font-size:100%}a,button{cursor:pointer}h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold}del,ins,u,s,a,a:hover{text-decoration:none}.conter,.conttle{overflow:hidden;padding:30rpx;padding-bottom:200rpx}.large{width:100%;height:1px;background-color:var(--v-primary-base)}.Protocol{width:100%;background-color:#fff}.Protocol p{color:var(--color-333);font-size:14px;line-height:30px}.segment{width:100%;font-size:22px;color:var(--color-333);margin-top:40rpx;margin-bottom:30rpx;font-weight:700;text-align:center}.subtitle,.crosshead{color:var(--v-primary-base);font-size:14px;line-height:30px}.crosshead{color:var(--color-333)}.text-color{margin-top:0px;margin-bottom:0px;padding:0px;color:#333;font-size:14px;line-height:30px;font-family:微软雅黑;white-space:normal}.text-font{font-family:宋体, SimSun}.text-size{margin:0px;padding:0px;font-size:14px;color:#00B760;line-height:30px;font-family:微软雅黑;white-space:normal}.text-p{text-align:justify;font-family:Calibri;font-size:14px;white-space:normal}

+ 1 - 1
static/style/protocol/index.scss

@@ -107,7 +107,7 @@ del,ins,u,s,a,a:hover {
   margin: 0px; 
   padding: 0px; 
   font-size: 14px; 
-  color: #00897B; 
+  color: #00B760; 
   line-height: 30px; 
   font-family: 微软雅黑; 
   white-space: normal;

+ 1 - 1
uni_modules/uni-scss/theme.scss

@@ -3,7 +3,7 @@ $uni-space-root: 2;
 // 边框半径默认值
 $uni-radius-root:5px;
 // 主色
-$uni-primary: #00897B;
+$uni-primary: #00B760;
 // 辅助色
 $uni-success: #4CAF50;
 // 警告色

+ 1 - 1
utils/request.js

@@ -186,7 +186,7 @@ http.interceptors.response.use(
 					content: `恭喜您 【${item.title}】获得${item.point}积分`,
 					showCancel: false,
 					confirmText: '关闭',
-					confirmColor: '#00897B'
+					confirmColor: '#00B760'
 				})
 			}
       return

Some files were not shown because too many files changed in this diff