flat: yic
This commit is contained in:
@@ -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
@@ -31,13 +31,14 @@
|
|||||||
</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>
|
||||||
@@ -64,56 +65,52 @@
|
|||||||
</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 {
|
@for $i from 10 to 60 {
|
||||||
.fs_#{$i} {
|
.fs_#{$i} {
|
||||||
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;
|
||||||
@@ -121,12 +118,13 @@
|
|||||||
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);
|
||||||
@@ -173,7 +171,7 @@
|
|||||||
|
|
||||||
.conatiner_card {
|
.conatiner_card {
|
||||||
margin: 28rpx;
|
margin: 28rpx;
|
||||||
background-color: #FFFFFF;
|
background-color: #ffffff;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
padding: designTo(28rpx);
|
padding: designTo(28rpx);
|
||||||
@@ -198,7 +196,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: #FFFFFF;
|
background-color: #ffffff;
|
||||||
height: designTo(108rpx);
|
height: designTo(108rpx);
|
||||||
padding: 0 28rpx designTo(30rpx) 28rpx;
|
padding: 0 28rpx designTo(30rpx) 28rpx;
|
||||||
|
|
||||||
@@ -210,7 +208,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.chioe_btn {
|
.chioe_btn {
|
||||||
color: #FFFFFF;
|
color: #ffffff;
|
||||||
background: linear-gradient(to right, #fbaf1a, #fbaf1a);
|
background: linear-gradient(to right, #fbaf1a, #fbaf1a);
|
||||||
height: designTo(66rpx);
|
height: designTo(66rpx);
|
||||||
width: designTo(228rpx);
|
width: designTo(228rpx);
|
||||||
@@ -223,5 +221,5 @@
|
|||||||
background: linear-gradient(to right, #95aefb, #4b74f7);
|
background: linear-gradient(to right, #95aefb, #4b74f7);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -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: 61 KiB After Width: | Height: | Size: 50 KiB |
BIN
static/img/index/inLogo3.png
Normal file
BIN
static/img/index/inLogo3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 61 KiB |
@@ -11,7 +11,7 @@ module.exports = {
|
|||||||
target: 'http://39.98.44.136:80',
|
target: 'http://39.98.44.136:80',
|
||||||
ws: true,
|
ws: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
'^/api': '/'
|
'^/api': '/api'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'/qq/map': {
|
'/qq/map': {
|
||||||
|
|||||||
Reference in New Issue
Block a user