提交 e4caf3d5 作者: 王定

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

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