提交 e4caf3d5 作者: 王定

完成大部分优化,在找日历

上级 a9b217aa
# API 接口地址 # API 接口地址
# VITE_GLOB_API_URL=http://111.22.182.169:49600 # VITE_GLOB_API_URL=http://111.22.182.169:49600
# VITE_GLOB_API_URL=http://36.133.16.81:42111 # VITE_GLOB_API_URL=http://36.133.16.81:42111
VITE_GLOB_API_URL=http://localhost:8080 VITE_GLOB_API_URL=http://123.207.47.17
# API 接口地址前缀 # API 接口地址前缀
# VITE_GLOB_API_URL_PREFIX=/jeecgboot # VITE_GLOB_API_URL_PREFIX=/jeecgboot
......
...@@ -480,7 +480,7 @@ ...@@ -480,7 +480,7 @@
animation: ripple 2s infinite ease-out; animation: ripple 2s infinite ease-out;
&.ripple-purchase { &.ripple-purchase {
background-color: #fa8c16; background-color: #5db66f;
} }
} }
...@@ -501,8 +501,7 @@ ...@@ -501,8 +501,7 @@
box-shadow: 0 4rpx 16rpx rgba(93, 182, 111, 0.3); box-shadow: 0 4rpx 16rpx rgba(93, 182, 111, 0.3);
&.fab-purchase { &.fab-purchase {
background: linear-gradient(135deg, #ffbb96 0%, #fa8c16 100%); background-color: #5db66f;
box-shadow: 0 4rpx 16rpx rgba(250, 140, 22, 0.3);
} }
text { text {
...@@ -785,14 +784,16 @@ ...@@ -785,14 +784,16 @@
font-size: 22rpx; font-size: 22rpx;
padding: 6rpx 20rpx; padding: 6rpx 20rpx;
border-radius: 30rpx; border-radius: 30rpx;
&.supply { background-color: #5db66f;
color: #fff;
/* &.supply {
background-color: #5db66f; background-color: #5db66f;
color: #fff; color: #fff;
} }
&.purchase { &.purchase {
background-color: #fa8c16; background-color: #fa8c16;
color: #fff; color: #fff;
} } */
} }
} }
} }
......
...@@ -390,7 +390,7 @@ ...@@ -390,7 +390,7 @@
<text class="font_2 pos_6"></text> <text class="font_2 pos_6"></text>
</view> </view>
</view> --> </view> -->
<view class="codefun-flex-row equal-division section_3 codefun-mt-12"> <view class="codefun-flex-row equal-division section_3 codefun-mt-12 codefun-justify-around">
<view <view
v-for="(item, index) in pageData.menuItems" v-for="(item, index) in pageData.menuItems"
:key="item.id" :key="item.id"
...@@ -652,7 +652,7 @@ ...@@ -652,7 +652,7 @@
</view> </view>
<view class="codefun-flex-col codefun-mt-24"> <view class="codefun-flex-col codefun-mt-24">
<view class="codefun-flex-col codefun-self-stretch codefun-mt-18"> <view class="codefun-flex-col codefun-self-stretch codefun-mt-18">
<view class="codefun-flex-col codefun-justify-start section_17"> <view v-if="pageData.trainingCalendar.days.length" class="codefun-flex-col codefun-justify-start section_17">
<view class="codefun-flex-row equal-division_4"> <view class="codefun-flex-row equal-division_4">
<view <view
v-for="day in pageData.trainingCalendar.days" v-for="day in pageData.trainingCalendar.days"
...@@ -927,9 +927,9 @@ ...@@ -927,9 +927,9 @@
width: 134rpx; width: 134rpx;
} }
.equal-division-item_9 { .equal-division-item_9 {
// position: absolute; // position: absolute;position
// right: 147rpx; // right: 147rpx;right
// top: 6rpx; // top: 6rpx;top
.text_6 { .text_6 {
line-height: 22.12rpx; line-height: 22.12rpx;
} }
...@@ -939,9 +939,9 @@ ...@@ -939,9 +939,9 @@
width: 134rpx; width: 134rpx;
} }
.equal-division-item_10 { .equal-division-item_10 {
// position: absolute; // position: absolute;position
// right: 13rpx; // right: 13rpx;right
// top: 6rpx; // top: 6rpx;top
.text_7 { .text_7 {
line-height: 22.18rpx; line-height: 22.18rpx;
} }
...@@ -1233,7 +1233,7 @@ ...@@ -1233,7 +1233,7 @@
.section_10 { .section_10 {
padding: 20rpx 0 130rpx; padding: 20rpx 0 130rpx;
border-radius: 16rpx 16rpx 0rpx 0rpx; border-radius: 16rpx 16rpx 0rpx 0rpx;
// background-image: url('/static/images/codefun/e1d1e83ba1f6592210e646c5b6ca5b53.png'); // background-image: url('/static/images/codefun/e1d1e83ba1f6592210e646c5b6ca5b53.png');background-image
background-size: 100% 100%; background-size: 100% 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
......
...@@ -292,7 +292,7 @@ ...@@ -292,7 +292,7 @@
<view v-for="item in employmentList" :key="item.id" class="job-card" @click="onEmploymentItemClick(item)"> <view v-for="item in employmentList" :key="item.id" class="job-card" @click="onEmploymentItemClick(item)">
<view class="card-header"> <view class="card-header">
<view class="company-logo"> <view class="company-logo">
<image :src="item.picture || item.enterpriseLogoUrl || '/static/images/linghuoyonggong/avatar.png'" mode="aspectFill" /> <image :src="item.picture || item.enterpriseLogoUrl || '/static/images/linghuoyonggong/default.png'" mode="aspectFill" />
<view class="urgent-badge" v-if="item.urgentdegree > 3">急招</view> <view class="urgent-badge" v-if="item.urgentdegree > 3">急招</view>
</view> </view>
<view class="card-title-area"> <view class="card-title-area">
...@@ -405,7 +405,7 @@ ...@@ -405,7 +405,7 @@
.search-btn { .search-btn {
padding: 0 24rpx; padding: 0 24rpx;
height: 64rpx; height: 64rpx;
background-color: rgba(255, 255, 255, 0.2); background: linear-gradient(135deg, #5db66f 0%, #3da553 100%);
border-radius: 32rpx; border-radius: 32rpx;
display: flex; display: flex;
align-items: center; align-items: center;
...@@ -490,11 +490,6 @@ ...@@ -490,11 +490,6 @@
color: #fff; color: #fff;
} }
} }
&:nth-child(2).active {
background: linear-gradient(135deg, #fa8c16 0%, #fa541c 100%);
box-shadow: 0 4rpx 16rpx rgba(250, 140, 22, 0.35);
}
} }
} }
...@@ -552,7 +547,7 @@ ...@@ -552,7 +547,7 @@
height: 96rpx; height: 96rpx;
border-radius: 16rpx; border-radius: 16rpx;
overflow: hidden; overflow: hidden;
background-color: #f5f5f5; background-color: rgba(243, 255, 227, 1);
flex-shrink: 0; flex-shrink: 0;
position: relative; position: relative;
......
...@@ -453,7 +453,7 @@ ...@@ -453,7 +453,7 @@
.book-btn { .book-btn {
padding: 8rpx 20rpx; padding: 8rpx 20rpx;
background: linear-gradient(135deg, #fa8c16 0%, #fa541c 100%); background: linear-gradient(135deg, #5db66f 0%, #3da553 100%);
color: #fff; color: #fff;
font-size: 22rpx; font-size: 22rpx;
font-weight: 500; font-weight: 500;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论