1 Commits

Author SHA1 Message Date
史典卓
23284483c4 flat: 赞存 2025-03-26 09:54:42 +08:00
10 changed files with 1255 additions and 1280 deletions

View File

@@ -367,69 +367,41 @@ const workwageUnitCategoryState = [
const addressColumn = [ const addressColumn = [
[{ [{
value: '1500',
label: "五道岗乡"
},
{
value: '700',
label: "土龙山镇"
},
{
value: '1400',
label: "大八浪乡"
},
{
value: '800',
label: "孟家岗镇"
},
{
value: '1300',
label: "明义乡"
},
{
value: '1700',
label: "曙光农场"
},
{
value: '1000',
label: "柳毛河镇"
},
{
value: '4', value: '4',
label: "桦南县" label: "馆陶县"
}, },
{ {
value: '1600', value: '5',
label: "桦南林业局" label: "馆陶镇"
}, },
{ {
value: '1800', value: '6',
label: "桦南种畜场" label: "房寨镇"
}, },
{ {
value: '600', value: '7',
label: "桦南镇" label: "魏僧寨镇"
}, },
{ {
value: '1200', value: '8',
label: "梨树乡" label: "柴堡镇"
}, },
{ {
value: '500', value: '9',
label: "石头河子镇" label: "寿山寺"
}, },
{ {
value: '1100', value: '10',
label: "金沙乡" label: " 王桥乡"
}, },
{ {
value: '900', value: '11',
label: "阎家镇" label: "路桥乡"
}, },
{ {
value: '400', value: '12',
label: "驼腰子镇" label: "南徐村乡"
} },
] ]
] ]

View File

@@ -5,6 +5,7 @@
"versionName": "1.0.0", "versionName": "1.0.0",
"versionCode": "100", "versionCode": "100",
"transformPx": false, "transformPx": false,
"sassImplementationName": "node-sass",
"app-plus": { "app-plus": {
"usingComponents": true, "usingComponents": true,
"compilerVersion": 3, "compilerVersion": 3,

View File

@@ -79,7 +79,7 @@
{ {
"path": "pages/project/newProject", "path": "pages/project/newProject",
"style": { "style": {
"navigationBarTitleText": "华楠县灵活就业平台", "navigationBarTitleText": "馆陶县灵活就业平台",
"navigationBarBackgroundColor": "#FFFFFF", "navigationBarBackgroundColor": "#FFFFFF",
"enablePullDownRefresh": true "enablePullDownRefresh": true
} }

File diff suppressed because it is too large Load Diff

View File

@@ -31,14 +31,13 @@
</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 marT_30"> <view class="row color_666 fs_30 marT_30">
<u-icon style="margin-right: 10rpx" name="calendar" color="#666666" size="16"></u-icon> <u-icon style="margin-right: 10rpx;" name="calendar" color="#666666" size="16"></u-icon>营业时间
营业时间
</view> </view>
<view class="row color_666 fs_30">上午9:00-12:00 下午14:00-18:00</view> <view class="row color_666 fs_30">上午9:00-12:00 下午14:00-18:00</view>
<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>
@@ -65,161 +64,164 @@
</template> </template>
<script> <script>
export default { export default {
data() { data() {
return {}; return {
},
methods: {}, }
}; },
methods: {
}
}
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@function designTo($num) { @function designTo($num) {
@return ($num / 620rpx) * 750rpx; @return ($num / 620rpx) * 750rpx
}
@for $i from 10 to 60 {
.fs_#{$i} {
font-size: #{$i}rpx;
} }
}
@for $i from 1 to 60 { @for $i from 10 to 60 {
.marT_#{$i} { .fs_#{$i} {
margin-top: #{$i}rpx; font-size : #{$i}rpx;
}
} }
}
.color_666 { @for $i from 1 to 60 {
color: #666666; .marT_#{$i} {
} margin-top : #{$i}rpx;
}
}
.bold { .color_666 {
font-weight: bold; color: #666666;
} }
image { .bold {
width: 100%; font-weight: bold;
height: 100%; }
}
.app_container { image {
background-color: #f3f4f8; width: 100%;
min-height: calc(100vh - var(--window-top) - var(--status-bar-height) - var(--window-bottom)); height: 100%;
}
.container_head { .app_container {
min-height: 300rpx; background-color: #f3f4f8;
padding: 28rpx; min-height: calc(100vh - var(--window-top) - var(--status-bar-height) - var(--window-bottom));
background: linear-gradient(to bottom, rgba(69, 112, 250, 1), rgba(69, 112, 250, 0));
.row { .container_head {
display: flex; min-height: 300rpx;
align-content: center; padding: 28rpx;
justify-content: space-between; background: linear-gradient(to bottom, rgba(69, 112, 250, 1), rgba(69, 112, 250, .0));
.head_left { .row {
color: #ffffff;
display: flex; display: flex;
align-items: flex-start; align-content: center;
flex-direction: column; justify-content: space-between;
.left_title { .head_left {
} color: #FFFFFF;
.left_content {
height: designTo(87rpx);
width: designTo(313rpx);
background-color: rgba(69, 104, 252, 0.4);
border-radius: 20rpx;
margin-top: 20rpx;
display: flex; display: flex;
justify-content: space-around; align-items: flex-start;
align-items: center; flex-direction: column;
flex-wrap: nowrap;
.content_item { .left_title {}
text-align: center;
white-space: nowrap; .left_content {
height: designTo(87rpx);
width: designTo(313rpx);
background-color: rgba(69, 104, 252, 0.4);
border-radius: 20rpx;
margin-top: 20rpx;
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: nowrap;
.content_item {
text-align: center;
white-space: nowrap;
}
} }
} }
.head_right {
width: designTo(220rpx);
height: designTo(148rpx);
border-radius: 20rpx;
overflow: hidden;
}
} }
.head_right { .broadcast {
width: designTo(220rpx); margin-top: designTo(65rpx);
height: designTo(148rpx); height: designTo(77rpx);
background-color: rgba(244, 230, 224, 1);
border-radius: 20rpx; border-radius: 20rpx;
overflow: hidden;
}
}
.broadcast {
margin-top: designTo(65rpx);
height: designTo(77rpx);
background-color: rgba(244, 230, 224, 1);
border-radius: 20rpx;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 24rpx;
.cast-l {
font-size: 32rpx;
display: flex; display: flex;
justify-content: space-between;
align-items: center;
padding: 0 24rpx;
.cast-l {
font-size: 32rpx;
display: flex;
}
}
}
.conatiner_card {
margin: 28rpx;
background-color: #FFFFFF;
height: fit-content;
border-radius: 20rpx;
padding: designTo(28rpx);
.row {
display: flex;
align-items: center;
}
.column {
padding: 10rpx 20rpx;
border-radius: 40rpx;
background-color: #f3f4f8;
}
}
.container_chioe {
position: fixed;
bottom: 0;
left: 0;
right: 0;
display: flex;
justify-content: space-around;
align-items: center;
background-color: #FFFFFF;
height: designTo(108rpx);
padding: 0 28rpx designTo(30rpx) 28rpx;
.chioe_share {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
.chioe_btn {
color: #FFFFFF;
background: linear-gradient(to right, #fbaf1a, #fbaf1a);
height: designTo(66rpx);
width: designTo(228rpx);
text-align: center;
line-height: designTo(66rpx);
border-radius: designTo(33rpx);
}
.btn_Blue {
background: linear-gradient(to right, #95aefb, #4b74f7);
} }
} }
} }
.conatiner_card {
margin: 28rpx;
background-color: #ffffff;
height: fit-content;
border-radius: 20rpx;
padding: designTo(28rpx);
.row {
display: flex;
align-items: center;
}
.column {
padding: 10rpx 20rpx;
border-radius: 40rpx;
background-color: #f3f4f8;
}
}
.container_chioe {
position: fixed;
bottom: 0;
left: 0;
right: 0;
display: flex;
justify-content: space-around;
align-items: center;
background-color: #ffffff;
height: designTo(108rpx);
padding: 0 28rpx designTo(30rpx) 28rpx;
.chioe_share {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
.chioe_btn {
color: #ffffff;
background: linear-gradient(to right, #fbaf1a, #fbaf1a);
height: designTo(66rpx);
width: designTo(228rpx);
text-align: center;
line-height: designTo(66rpx);
border-radius: designTo(33rpx);
}
.btn_Blue {
background: linear-gradient(to right, #95aefb, #4b74f7);
}
}
}
</style> </style>

View File

@@ -12,7 +12,7 @@
</view> </view>
<view class="navPosition" @click="navTo('/pages/project/map')"> <view class="navPosition" @click="navTo('/pages/project/map')">
<u-icon name="map" color="#2979ff" size="16"></u-icon> <u-icon name="map" color="#2979ff" size="16"></u-icon>
<view class="positionText">华楠县地图服务</view> <view class="positionText">馆陶县地图服务</view>
<u-icon name="arrow-right" color="#666666" size="14"></u-icon> <u-icon name="arrow-right" color="#666666" size="14"></u-icon>
</view> </view>
<view class="content"> <view class="content">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

View File

@@ -10,7 +10,7 @@ export default {
}) !== false, }) !== false,
homeTitle: getStore({ homeTitle: getStore({
name: 'homeTitle' name: 'homeTitle'
}) || '华楠县智慧就业服务平台' }) || '管陶县智慧就业服务平台'
}, },
actions: {}, actions: {},
mutations: { mutations: {

View File

@@ -7,11 +7,12 @@ module.exports = {
proxy: { proxy: {
'/api': { '/api': {
// target: 'http://192.168.1.115:8000', // target: 'http://192.168.1.115:8000',
target: 'http://39.98.184.58:88', // target: 'http://39.98.184.58:8000',
target: 'http://39.98.44.136:80',
ws: true, ws: true,
// pathRewrite: { pathRewrite: {
// '^/api': '/' '^/api': '/'
// } }
}, },
'/qq/map': { '/qq/map': {
//本地服务接口地址 //本地服务接口地址