flat: 去除无效的按钮,等

This commit is contained in:
Apcallover
2024-05-20 10:48:23 +08:00
parent 73e8bd5bb6
commit f3eef9f396
11 changed files with 2198 additions and 2175 deletions

View File

@@ -34,7 +34,7 @@
</view> </view>
<view style="display: flex;align-items: center;position:absolute;right:0;"> <view style="display: flex;align-items: center;position:absolute;right:0;">
<image src="../../static/img/location_new.png" style="width: 30rpx;height: 30rpx;" mode=""></image> <image src="../../static/img/location_new.png" style="width: 30rpx;height: 30rpx;" mode=""></image>
<view>2.2km</view> <view>--km</view>
</view> </view>
</view> </view>
<view class="comment" v-if='comment' @tap.stop="goComment(companyitem.missionNo)"> <view class="comment" v-if='comment' @tap.stop="goComment(companyitem.missionNo)">

View File

@@ -34,7 +34,7 @@
</view> </view>
<view style="display: flex;align-items: center;position:absolute;right:0;"> <view style="display: flex;align-items: center;position:absolute;right:0;">
<image src="../../static/img/location_new.png" style="width: 30rpx;height: 30rpx;" mode=""></image> <image src="../../static/img/location_new.png" style="width: 30rpx;height: 30rpx;" mode=""></image>
<view>2.2km</view> <view>--km</view>
</view> </view>
</view> </view>
<view class="comment" v-if='comment' @tap.stop="goComment(companyitem.missionNo)"> <view class="comment" v-if='comment' @tap.stop="goComment(companyitem.missionNo)">

View File

@@ -36,7 +36,7 @@
</view> --> </view> -->
<view style="display: flex;align-items: center;position:absolute;right:0;"> <view style="display: flex;align-items: center;position:absolute;right:0;">
<image src="../../static/img/location_new.png" style="width: 30rpx;height: 30rpx;" mode=""></image> <image src="../../static/img/location_new.png" style="width: 30rpx;height: 30rpx;" mode=""></image>
<view>2.2km</view> <view>--km</view>
</view> </view>
</view> </view>
<view class="comment" v-if='comment' @tap.stop="goComment(companyitem.missionNo)"> <view class="comment" v-if='comment' @tap.stop="goComment(companyitem.missionNo)">

View File

@@ -34,7 +34,7 @@
</view> </view>
<view style="display: flex;align-items: center;position:absolute;right:0;"> <view style="display: flex;align-items: center;position:absolute;right:0;">
<image src="../../static/img/location_new.png" style="width: 30rpx;height: 30rpx;" mode=""></image> <image src="../../static/img/location_new.png" style="width: 30rpx;height: 30rpx;" mode=""></image>
<view>2.2km</view> <view>--km</view>
</view> </view>
</view> </view>
<view class="comment" v-if='comment' @tap.stop="goComment(companyitem.missionNo)"> <view class="comment" v-if='comment' @tap.stop="goComment(companyitem.missionNo)">

View File

@@ -34,7 +34,7 @@
</view> </view>
<view style="display: flex;align-items: center;position:absolute;right:0;"> <view style="display: flex;align-items: center;position:absolute;right:0;">
<image src="../../static/img/location_new.png" style="width: 30rpx;height: 30rpx;" mode=""></image> <image src="../../static/img/location_new.png" style="width: 30rpx;height: 30rpx;" mode=""></image>
<view>2.2km</view> <view>--km</view>
</view> </view>
</view> </view>
<view class="comment" v-if='comment' @tap.stop="goComment(companyitem.missionNo)"> <view class="comment" v-if='comment' @tap.stop="goComment(companyitem.missionNo)">

View File

@@ -43,7 +43,7 @@
</view> --> </view> -->
<view style="display: flex;align-items: center;position:absolute;right:0;"> <view style="display: flex;align-items: center;position:absolute;right:0;">
<image src="../../static/img/location_new.png" style="width: 30rpx;height: 30rpx;" mode=""></image> <image src="../../static/img/location_new.png" style="width: 30rpx;height: 30rpx;" mode=""></image>
<view>2.2km</view> <view>--km</view>
</view> </view>
</view> </view>
<view class="comment" v-if='comment' @tap.stop="goComment(companyitem.missionNo)"> <view class="comment" v-if='comment' @tap.stop="goComment(companyitem.missionNo)">

View File

@@ -164,7 +164,7 @@
<view class="font24" style="margin-top: 22rpx !important;">在线咨询</view> <view class="font24" style="margin-top: 22rpx !important;">在线咨询</view>
</view> </view>
</button> --> </button> -->
<view class="helpCardItem" style="border-right: 1px solid #F5F6F7;" @click=""> <!-- <view class="helpCardItem" style="border-right: 1px solid #F5F6F7;" @click="">
<view class="cardItemIcon"> <view class="cardItemIcon">
<image src="../../static/img/index/consult.png" mode=""></image> <image src="../../static/img/index/consult.png" mode=""></image>
</view> </view>
@@ -175,9 +175,9 @@
<image src="../../static/img/index/bangzhu.png" mode=""></image> <image src="../../static/img/index/bangzhu.png" mode=""></image>
</view> </view>
<view class="font24">就业帮助</view> <view class="font24">就业帮助</view>
</view> </view> -->
<view class="helpCardItem" style="border-right: 1px solid #F5F6F7;" @click=""> <view class="helpCardItem" style="border-right: 1px solid #F5F6F7;" @click="">
<view class="cardItemIcon"> <view class="cardItemIcon" @click="navTo('/pageMy/setUserBase/applicationsRecord')">
<image src="../../static/img/index/legal.png" mode=""></image> <image src="../../static/img/index/legal.png" mode=""></image>
</view> </view>
<view class="font24">问卷调查</view> <view class="font24">问卷调查</view>
@@ -196,10 +196,10 @@
<view class="top_log"></view> <view class="top_log"></view>
<view class="next_market" @click="navTo('/pages/market/market')">去市场</view> <view class="next_market" @click="navTo('/pages/market/market')">去市场</view>
</view> </view>
<view class="market_bottom"> <!-- <view class="market_bottom">
<view>了解市场<u-icon name="arrow-right" color="#666666" size="13"></u-icon></view> <view>了解市场<u-icon name="arrow-right" color="#666666" size="13"></u-icon></view>
<view>我要咨询<u-icon name="arrow-right" color="#666666" size="13"></u-icon></view> <view>我要咨询<u-icon name="arrow-right" color="#666666" size="13"></u-icon></view>
</view> </view> -->
</view> </view>
<view class="latestMission"> <view class="latestMission">
@@ -223,7 +223,7 @@
<image :src="item.headPic" <image :src="item.headPic"
style="width: 80rpx;height: 80rpx;margin-right: 20rpx;border-radius: 10rpx;" mode=""> style="width: 80rpx;height: 80rpx;margin-right: 20rpx;border-radius: 10rpx;" mode="">
</image> </image>
<view style="font-size: 28rpx;">{{ item.articleTitle }}</view> <view style="flex: 1; font-size: 28rpx;">{{ item.articleTitle }}</view>
</view> </view>
</view> </view>
<view v-if="policyContentList.length<=0"> <view v-if="policyContentList.length<=0">

View File

@@ -23,10 +23,11 @@
<image src="../../static/img/deyang.png"></image> <image src="../../static/img/deyang.png"></image>
</view> </view>
</view> </view>
<view class="broadcast"> <!-- <view class="broadcast">
<view class="cast-l"><u-icon style="margin-right: 10rpx;" name="volume" color="#fb6a09" size="20"></u-icon>周六常态化招聘会通知</view> <view class="cast-l"><u-icon style="margin-right: 10rpx;" name="volume" color="#fb6a09"
size="20"></u-icon>周六常态化招聘会通知</view>
<u-icon name="arrow-right" color="#666666" size="16"></u-icon> <u-icon name="arrow-right" color="#666666" size="16"></u-icon>
</view> </view> -->
</view> </view>
<view class="conatiner_card"> <view class="conatiner_card">
@@ -38,25 +39,27 @@
<view class="row color_666 fs_30 marT_30"> <view class="row color_666 fs_30 marT_30">
<u-icon style="margin-right: 10rpx;" name="map" color="#666666" size="16"></u-icon> <u-icon style="margin-right: 10rpx;" name="map" color="#666666" size="16"></u-icon>
四川省德阳市旌阳区天山南路1段108号 四川省德阳市旌阳区天山南路1段108号
<u-icon style="margin-left: 10rpx;" name="arrow-right" color="#666666" size="16"></u-icon> <!-- <u-icon style="margin-left: 10rpx;" name="arrow-right" color="#666666" size="16"></u-icon> -->
</view> </view>
<view class="row color_666 fs_28 marT_10"> <!-- <view class="row color_666 fs_28 marT_10">
<view class="column">距离我7km</view> <view class="column">距离我7km</view>
</view> </view> -->
</view> </view>
<view class="conatiner_card"> <view class="conatiner_card">
<view class="row blod fs_34">关于市场</view> <view class="row blod fs_34">关于市场</view>
<view class="row color_666 fs_30">德阳市公共就业服务市场为进一步促进公共就业服务提质增效保障重点企业用工需求助力高校毕业生等重点群体实现更充分更高质量就业德阳市人社局进一步加强统筹靶向施力充分利用市本级和各区()现有招聘网站微信小程序抖音号等以及线下人力资源招聘市场全力打造集手机端+电脑端+线下端三位一体立体招聘矩阵通过深挖收集企业用工岗位信息坚持定向推送进一步拓宽招聘信息发布渠道提升招聘求职成功率</view> <view class="row color_666 fs_30">
德阳市公共就业服务市场为进一步促进公共就业服务提质增效保障重点企业用工需求助力高校毕业生等重点群体实现更充分更高质量就业德阳市人社局进一步加强统筹靶向施力充分利用市本级和各区()现有招聘网站微信小程序抖音号等以及线下人力资源招聘市场全力打造集手机端+电脑端+线下端三位一体立体招聘矩阵通过深挖收集企业用工岗位信息坚持定向推送进一步拓宽招聘信息发布渠道提升招聘求职成功率
</view>
</view> </view>
<view class="container_chioe"> <!-- <view class="container_chioe">
<view class="chioe_share color_666 fs_24"> <view class="chioe_share color_666 fs_24">
<u-icon name="share" color="#666666" size="16"></u-icon>分享 <u-icon name="share" color="#666666" size="16"></u-icon>分享
</view> </view>
<view class="chioe_btn">电话咨询</view> <view class="chioe_btn">电话咨询</view>
<view class="chioe_btn btn_Blue">到这去</view> <view class="chioe_btn btn_Blue">到这去</view>
</view> </view> -->
</view> </view>
</template> </template>
@@ -74,7 +77,6 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@function designTo($num) { @function designTo($num) {
@return ($num / 620rpx) * 750rpx @return ($num / 620rpx) * 750rpx
} }
@@ -84,38 +86,48 @@
font-size : #{$i}rpx; font-size : #{$i}rpx;
} }
} }
@for $i from 1 to 60 { @for $i from 1 to 60 {
.marT_#{$i} { .marT_#{$i} {
margin-top : #{$i}rpx; margin-top : #{$i}rpx;
} }
} }
.color_666 { .color_666 {
color: #666666; color: #666666;
} }
.bold { .bold {
font-weight: bold; font-weight: bold;
} }
image { image {
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
.app_container { .app_container {
background-color: #f3f4f8; background-color: #f3f4f8;
min-height: calc(100vh - var(--window-top) - var(--status-bar-height) - var(--window-bottom)); min-height: calc(100vh - var(--window-top) - var(--status-bar-height) - var(--window-bottom));
.container_head { .container_head {
min-height: 300rpx; min-height: 300rpx;
padding: 28rpx; padding: 28rpx;
background: linear-gradient(to bottom, rgba(69, 112, 250, 1), rgba(69, 112, 250, .0)); background: linear-gradient(to bottom, rgba(69, 112, 250, 1), rgba(69, 112, 250, .0));
.row { .row {
display: flex; display: flex;
align-content: center; align-content: center;
justify-content: space-between; justify-content: space-between;
.head_left { .head_left {
color: #FFFFFF; color: #FFFFFF;
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
flex-direction: column; flex-direction: column;
.left_title {} .left_title {}
.left_content { .left_content {
height: designTo(87rpx); height: designTo(87rpx);
width: designTo(313rpx); width: designTo(313rpx);
@@ -126,12 +138,14 @@ image{
justify-content: space-around; justify-content: space-around;
align-items: center; align-items: center;
flex-wrap: nowrap; flex-wrap: nowrap;
.content_item { .content_item {
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
} }
} }
} }
.head_right { .head_right {
width: designTo(220rpx); width: designTo(220rpx);
height: designTo(148rpx); height: designTo(148rpx);
@@ -149,6 +163,7 @@ image{
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 0 24rpx; padding: 0 24rpx;
.cast-l { .cast-l {
font-size: 32rpx; font-size: 32rpx;
display: flex; display: flex;
@@ -162,10 +177,12 @@ image{
height: fit-content; height: fit-content;
border-radius: 20rpx; border-radius: 20rpx;
padding: designTo(28rpx); padding: designTo(28rpx);
.row { .row {
display: flex; display: flex;
align-items: center; align-items: center;
} }
.column { .column {
padding: 10rpx 20rpx; padding: 10rpx 20rpx;
border-radius: 40rpx; border-radius: 40rpx;
@@ -184,12 +201,14 @@ image{
background-color: #FFFFFF; background-color: #FFFFFF;
height: designTo(108rpx); height: designTo(108rpx);
padding: 0 28rpx designTo(30rpx) 28rpx; padding: 0 28rpx designTo(30rpx) 28rpx;
.chioe_share { .chioe_share {
display: flex; display: flex;
align-items: center; align-items: center;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
} }
.chioe_btn { .chioe_btn {
color: #FFFFFF; color: #FFFFFF;
background: linear-gradient(to right, #fbaf1a, #fbaf1a); background: linear-gradient(to right, #fbaf1a, #fbaf1a);
@@ -199,6 +218,7 @@ image{
line-height: designTo(66rpx); line-height: designTo(66rpx);
border-radius: designTo(33rpx); border-radius: designTo(33rpx);
} }
.btn_Blue { .btn_Blue {
background: linear-gradient(to right, #95aefb, #4b74f7); background: linear-gradient(to right, #95aefb, #4b74f7);
} }

View File

@@ -43,7 +43,7 @@
</view> --> </view> -->
<view style="display: flex;align-items: center;position:absolute;right:0;"> <view style="display: flex;align-items: center;position:absolute;right:0;">
<image src="../../static/img/location_new.png" style="width: 30rpx;height: 30rpx;" mode=""></image> <image src="../../static/img/location_new.png" style="width: 30rpx;height: 30rpx;" mode=""></image>
<view>2.2km</view> <view>--km</view>
</view> </view>
</view> </view>
<view class="comment" v-if='comment' @tap.stop="goComment(companyitem.missionNo)"> <view class="comment" v-if='comment' @tap.stop="goComment(companyitem.missionNo)">

View File

@@ -53,7 +53,7 @@
</view> --> </view> -->
<view style="display: flex;align-items: center;position:absolute;right:0;"> <view style="display: flex;align-items: center;position:absolute;right:0;">
<image src="../../../static/img/location_new.png" style="width: 30rpx;height: 30rpx;" mode=""></image> <image src="../../../static/img/location_new.png" style="width: 30rpx;height: 30rpx;" mode=""></image>
<view>2.2km</view> <view>--km</view>
</view> </view>
</view> </view>
<view class="comment" v-if='comment' @tap.stop="goComment(companyitem.missionNo)"> <view class="comment" v-if='comment' @tap.stop="goComment(companyitem.missionNo)">

View File

@@ -5,7 +5,9 @@
</template> </template>
<script> <script>
import {getPolicyContent} from '@/api/newIndex.js' import {
getPolicyContent
} from '@/api/newIndex.js'
export default { export default {
data() { data() {
return { return {
@@ -44,5 +46,6 @@
} */ } */
.policy-content { .policy-content {
padding: 30rpx; padding: 30rpx;
font-family: PingFangSC-Regular, PingFang SC;
} }
</style> </style>