Commit ec6ef87e authored by zhengke's avatar zhengke

修改

parent fbf012d5
...@@ -6,17 +6,18 @@ ...@@ -6,17 +6,18 @@
padding-top:20px; padding-top:20px;
} }
.koraActivityContent{ .koraActivityContent{
/* display: flex; */ display: flex;
flex-wrap: wrap;
margin:15px; margin:15px;
} }
.activeList{ .activeList{
width:120px; width:31%;
height:170px; height:170px;
background-color: #fff; background-color: #fff;
border-radius: 3px; border-radius: 3px;
color:#404040; color:#404040;
text-align: center; text-align: center;
margin-right:12px; margin-right:3.5%;
font-size:13px; font-size:13px;
margin-bottom:12px; margin-bottom:12px;
display:inline-block; display:inline-block;
......
...@@ -6,18 +6,19 @@ ...@@ -6,18 +6,19 @@
padding-top:20px; padding-top:20px;
} }
.categoryContent{ .categoryContent{
/* display: flex; */ display: flex;
flex-wrap: wrap;
margin:15px; margin:15px;
padding-bottom:20px; padding-bottom:20px;
} }
.cateList{ .cateList{
width:120px; width:31%;
height:130px; height:130px;
background-color: #fff; background-color: #fff;
border-radius: 3px; border-radius: 3px;
color:#404040; color:#404040;
text-align: center; text-align: center;
margin-right:12px; margin-right:3.5%;
font-size:13px; font-size:13px;
margin-bottom:12px; margin-bottom:12px;
display:inline-block; display:inline-block;
......
<template> <template>
<div class="mynav" :style="{'background':bg}" style="padding-bottom:40px;"> <div class="mynav" :style="{'background':bg}" style="padding-bottom:50px;">
<swiper :autoplay="false" :style="{'height': height + 'rpx' }"> <swiper :autoplay="false" :style="{'height': height + 'rpx' }">
<swiper-item v-for="(item, index) in cols" :key="index"> <swiper-item v-for="(item, index) in cols" :key="index">
<view :style="[formatStyle]"> <view :style="[formatStyle]">
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</view> </view>
<view class="companyCanhui"> <view class="companyCanhui">
<Text class="companyLeftTitle">邮箱地址<text>*</text></Text> <Text class="companyLeftTitle">邮箱地址<text>*</text></Text>
<input class="uni-input inputM" style='margin-left: 10px;margin-top: 5px;' v-model="companyMsg.EMail" placeholder="请输入邮箱地址" /> <input class="uni-input inputM" type="number" style='margin-left: 10px;margin-top: 5px;' v-model="companyMsg.EMail" placeholder="请输入邮箱地址" />
</view> </view>
<view class="companyCanhui"> <view class="companyCanhui">
<Text class="companyLeftTitle">公司名(中文)<text>*</text></Text> <Text class="companyLeftTitle">公司名(中文)<text>*</text></Text>
......
...@@ -12,11 +12,13 @@ ...@@ -12,11 +12,13 @@
<view style="width: 22px; margin: auto;"><u-icon :name="favorStatus ? 'like' : 'like-o'" size="44" :color="favorStatus ? mc : '#333'"></u-icon></view> <view style="width: 22px; margin: auto;"><u-icon :name="favorStatus ? 'like' : 'like-o'" size="44" :color="favorStatus ? mc : '#333'"></u-icon></view>
<text class="text">收藏</text> <text class="text">收藏</text>
</view> </view>
<view class="item2" style="padding:0;position: relative;"> <view class="item2" style="padding:0;">
<view style="flex: 1;"> <view style="flex: 1;position: relative;">
<button open-type="contact" class="KoraBtnList">联系我们</button> <button open-type="contact" class="KoraBtnList">
联系我们
</button>
<view class="KoraLine"></view>
</view> </view>
<view class="KoraLine"></view>
<view style="flex: 1;"> <view style="flex: 1;">
<button open-type="contact" class="KoraBtnList">在线客服</button> <button open-type="contact" class="KoraBtnList">在线客服</button>
</view> </view>
...@@ -288,7 +290,7 @@ export default { ...@@ -288,7 +290,7 @@ export default {
height:20px; height:20px;
background-color: #fff; background-color: #fff;
position: absolute; position: absolute;
left:124px; right:0;
top:15px; top:15px;
z-index:99; z-index:99;
} }
......
...@@ -87,6 +87,8 @@ ...@@ -87,6 +87,8 @@
</view> </view>
<view class="acdetaiDate" style="margin-top:10px;"> <view class="acdetaiDate" style="margin-top:10px;">
<view>报名日期:<text v-if="dataList.SignEndTimeStr">{{dataList.SignEndTimeStr}}</text></view> <view>报名日期:<text v-if="dataList.SignEndTimeStr">{{dataList.SignEndTimeStr}}</text></view>
</view>
<view class="acdetaiDate" style="margin-top:10px;">
<view>截止日期:<text v-if="dataList.SignStartTimeStr">{{dataList.SignStartTimeStr}}</text></view> <view>截止日期:<text v-if="dataList.SignStartTimeStr">{{dataList.SignStartTimeStr}}</text></view>
</view> </view>
<view class="acdetaiWriter"> <view class="acdetaiWriter">
......
<style> <style>
.compInformation { .compInformation {
background-color: #fff; background-color: #fff;
margin-bottom:80px; margin-bottom:140px;
} }
.compInfoList { .compInfoList {
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
<view class="comInforName"> <view class="comInforName">
成立时间 成立时间
</view> </view>
<view @click="showStart=true" style="width:75%;color:#808080;text-align: right;">{{msg.FoundingTime}}</view> <view @click="showStart=true" style="width:75%;color:#808080;text-align: right;height:30px;">{{msg.FoundingTime}}</view>
</view> </view>
<view class="compInfoList"> <view class="compInfoList">
<view class="comInforName"> <view class="comInforName">
......
...@@ -5,12 +5,14 @@ ...@@ -5,12 +5,14 @@
.contanctIn { .contanctIn {
padding: 15px; padding: 15px;
display: flex;
flex-wrap: wrap;
} }
.contancList { .contancList {
width: 121px; width: 31%;
background-color: #fff; background-color: #fff;
margin:0 10px 10px 0; margin:0 3.5% 10px 0;
display: inline-block; display: inline-block;
text-align: center; text-align: center;
border-radius: 3px; border-radius: 3px;
......
<style> <style>
.compInformation { .compInformation {
background-color: #fff; background-color: #fff;
margin-bottom: 80px; margin-bottom: 140px;
} }
.compInfoList { .compInfoList {
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
<view class="comInforName"> <view class="comInforName">
成立时间 成立时间
</view> </view>
<view @click="showStart=true" style="width:75%;color:#808080;text-align: right;">{{msg.FoundingTime}}</view> <view @click="showStart=true" style="width:75%;color:#808080;text-align: right;height:30px;">{{msg.FoundingTime}}</view>
</view> </view>
<view class="compInfoList"> <view class="compInfoList">
<view class="comInforName"> <view class="comInforName">
......
...@@ -42,26 +42,12 @@ ...@@ -42,26 +42,12 @@
width: 100%; width: 100%;
justify-content: space-between; justify-content: space-between;
} }
.koraNews_Btn {
width: 60px;
height: 34px;
background-color: #000450;
color: #fff;
text-align: center;
line-height: 34px;
border-radius: 3px;
margin-top:0.5px;
margin-right: 20px;
display: inline-block;
}
</style> </style>
<template> <template>
<view class="koraNews"> <view class="koraNews">
<view class="koraNewsSearch"> <view class="koraNewsSearch">
<u-search placeholder="输入关键字搜索" style="width:81%;" :show-action="false" v-model="msg.Title"></u-search> <u-search action-text="搜索" :focus="true" :clearabled="true" style="width:95%" :show-action="true" radius="40" v-model="msg.Title"
<view class="koraNews_Btn" @click="getList(1)">搜索</view> @search="getList(1)" @custom="getList(1)"></u-search>
</view> </view>
<u-empty v-if="dataList.length==0" text="暂无数据" mode="data"></u-empty> <u-empty v-if="dataList.length==0" text="暂无数据" mode="data"></u-empty>
<scroll-view v-else :scroll-y="true" :enable-back-to-top="true" :enable-flex="true" <scroll-view v-else :scroll-y="true" :enable-back-to-top="true" :enable-flex="true"
......
<style> <style>
.compInformation { .compInformation {
background-color: #fff; background-color: #fff;
margin-bottom: 80px; margin-bottom: 140px;
} }
.compInfoList { .compInfoList {
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
<view class="comInforName"> <view class="comInforName">
成立时间 成立时间
</view> </view>
<view @click="showStart=true" style="width:75%;color:#808080;text-align:right;">{{msg.FoundingTime}}</view> <view @click="showStart=true" style="width:75%;color:#808080;text-align:right;height:30px;">{{msg.FoundingTime}}</view>
</view> </view>
<view class="compInfoList"> <view class="compInfoList">
<view class="comInforName"> <view class="comInforName">
......
...@@ -42,26 +42,12 @@ ...@@ -42,26 +42,12 @@
width: 100%; width: 100%;
justify-content: space-between; justify-content: space-between;
} }
.koraNews_Btn {
width: 60px;
height: 34px;
background-color: #000450;
color: #fff;
text-align: center;
line-height: 34px;
border-radius: 3px;
margin-top:0.5px;
margin-right: 20px;
display: inline-block;
}
</style> </style>
<template> <template>
<view class="koraNews"> <view class="koraNews">
<view class="koraNewsSearch"> <view class="koraNewsSearch">
<u-search placeholder="输入关键字搜索" style="width:81%;" :show-action="false" v-model="msg.Title"></u-search> <u-search action-text="搜索" :focus="true" :clearabled="true" style="width:95%" :show-action="true" radius="40" v-model="msg.Title"
<view class="koraNews_Btn" @click="getList(1)">搜索</view> @search="getList(1)" @custom="getList(1)"></u-search>
</view> </view>
<u-empty v-if="dataList.length==0" text="暂无数据" mode="data"></u-empty> <u-empty v-if="dataList.length==0" text="暂无数据" mode="data"></u-empty>
<scroll-view v-else :scroll-y="true" :enable-back-to-top="true" :enable-flex="true" <scroll-view v-else :scroll-y="true" :enable-back-to-top="true" :enable-flex="true"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment