This commit is contained in:
zxy
2024-02-20 09:57:09 +08:00
4 changed files with 67 additions and 47 deletions

View File

@@ -5,7 +5,10 @@
"path" : "pages/index/index",
"style" : {
"enablePullDownRefresh" : true,
"navigationBarBackgroundColor" : "#FFFFFF"
"navigationBarBackgroundColor" : "#FFFFFF",
"navigationBarShadow": {
"colorType": "none"
}
}
},
{

View File

@@ -1,6 +1,8 @@
<template>
<view class="home-body">
<uni-nav-bar :shadow="false" >
<view class="body_header">
<view class="home_logo"> </view>
<uni-nav-bar :shadow="false" backgroundColor="transparent">
<view class="headd" @click="goSeach">
<!-- <image src="../../static/img/search.svg" style="width: 32rpx;height: 32rpx; color: blue;" mode=""></image> -->
<view class="headd_left">
@@ -12,7 +14,7 @@
</view>
</view>
</uni-nav-bar>
<view class="homeHead">
<!-- <view class="homeHead"> -->
<view class="headSwiper">
<swiper :indicator-dots="true" indicator-active-color="#fff" indicator-color="rgba(255,255,255,0.80)" :autoplay="true"
:interval="3000" :duration="1000" class="yswiper" :circular="true">
@@ -41,8 +43,10 @@
</swiper>
</view>
</view>
<!-- </view> -->
</view>
<view class="jobService">
<view class="cardTips">就业服务</view>
<view class="serviceItem" @click="goures()">
@@ -503,6 +507,18 @@
</script>
<style lang="scss">
.home_logo{
background: url(@/static/img/index/inLogo.png) no-repeat center center;
background-size: cover;
height: 60rpx;
width: 400rpx;
margin: 24rpx 24rpx 24rpx 24rpx;
}
.body_header{
background: url(@/static/img/index/bannerBg.png) no-repeat center center;
background-size: 100% 100%;
padding-top: 24rpx;
}
.search_style{
color: #2297fa;
}
@@ -525,16 +541,16 @@
}
.headd {
background-color: #f6f6f6;
// background-color: #f6f6f6;
border-radius: 200rpx;
border: 2rpx solid #2297fa;
border: 4rpx solid #2297fa;
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 auto;
width: 690rpx;
margin-right: auto;
height: 60rpx;
height: 80rpx;
.headd_left{
padding-left: 15rpx;
display: flex;
@@ -556,7 +572,7 @@
content: '';
left: 0;
top: calc(50% - 15rpx);
width: 2rpx;
width: 4rpx;
height: 30rpx;
background-color: #2297fa;
@@ -572,6 +588,7 @@
width: 690rpx;
height: 260rpx;
margin: 20rpx auto;
border-radius: 30rpx;
}
.yswiper {

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
static/img/index/inLogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB