Commit ec6ef87e authored by zhengke's avatar zhengke

修改

parent fbf012d5
......@@ -6,17 +6,18 @@
padding-top:20px;
}
.koraActivityContent{
/* display: flex; */
display: flex;
flex-wrap: wrap;
margin:15px;
}
.activeList{
width:120px;
width:31%;
height:170px;
background-color: #fff;
border-radius: 3px;
color:#404040;
text-align: center;
margin-right:12px;
margin-right:3.5%;
font-size:13px;
margin-bottom:12px;
display:inline-block;
......
......@@ -6,18 +6,19 @@
padding-top:20px;
}
.categoryContent{
/* display: flex; */
display: flex;
flex-wrap: wrap;
margin:15px;
padding-bottom:20px;
}
.cateList{
width:120px;
width:31%;
height:130px;
background-color: #fff;
border-radius: 3px;
color:#404040;
text-align: center;
margin-right:12px;
margin-right:3.5%;
font-size:13px;
margin-bottom:12px;
display:inline-block;
......
<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-item v-for="(item, index) in cols" :key="index">
<view :style="[formatStyle]">
......@@ -38,7 +38,7 @@
</view>
<view class="companyCanhui">
<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 class="companyCanhui">
<Text class="companyLeftTitle">公司名(中文)<text>*</text></Text>
......
......@@ -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>
<text class="text">收藏</text>
</view>
<view class="item2" style="padding:0;position: relative;">
<view style="flex: 1;">
<button open-type="contact" class="KoraBtnList">联系我们</button>
<view class="item2" style="padding:0;">
<view style="flex: 1;position: relative;">
<button open-type="contact" class="KoraBtnList">
联系我们
</button>
<view class="KoraLine"></view>
</view>
<view class="KoraLine"></view>
<view style="flex: 1;">
<button open-type="contact" class="KoraBtnList">在线客服</button>
</view>
......@@ -288,7 +290,7 @@ export default {
height:20px;
background-color: #fff;
position: absolute;
left:124px;
right:0;
top:15px;
z-index:99;
}
......
......@@ -87,6 +87,8 @@
</view>
<view class="acdetaiDate" style="margin-top:10px;">
<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>
<view class="acdetaiWriter">
......
<style>
.compInformation {
background-color: #fff;
margin-bottom:80px;
margin-bottom:140px;
}
.compInfoList {
......@@ -103,7 +103,7 @@
<view class="comInforName">
成立时间
</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 class="compInfoList">
<view class="comInforName">
......
......@@ -5,12 +5,14 @@
.contanctIn {
padding: 15px;
display: flex;
flex-wrap: wrap;
}
.contancList {
width: 121px;
width: 31%;
background-color: #fff;
margin:0 10px 10px 0;
margin:0 3.5% 10px 0;
display: inline-block;
text-align: center;
border-radius: 3px;
......
<style>
.compInformation {
background-color: #fff;
margin-bottom: 80px;
margin-bottom: 140px;
}
.compInfoList {
......@@ -116,7 +116,7 @@
<view class="comInforName">
成立时间
</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 class="compInfoList">
<view class="comInforName">
......
......@@ -42,26 +42,12 @@
width: 100%;
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>
<template>
<view class="koraNews">
<view class="koraNewsSearch">
<u-search placeholder="输入关键字搜索" style="width:81%;" :show-action="false" v-model="msg.Title"></u-search>
<view class="koraNews_Btn" @click="getList(1)">搜索</view>
<u-search action-text="搜索" :focus="true" :clearabled="true" style="width:95%" :show-action="true" radius="40" v-model="msg.Title"
@search="getList(1)" @custom="getList(1)"></u-search>
</view>
<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"
......
<style>
.compInformation {
background-color: #fff;
margin-bottom: 80px;
margin-bottom: 140px;
}
.compInfoList {
......@@ -122,7 +122,7 @@
<view class="comInforName">
成立时间
</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 class="compInfoList">
<view class="comInforName">
......
......@@ -42,26 +42,12 @@
width: 100%;
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>
<template>
<view class="koraNews">
<view class="koraNewsSearch">
<u-search placeholder="输入关键字搜索" style="width:81%;" :show-action="false" v-model="msg.Title"></u-search>
<view class="koraNews_Btn" @click="getList(1)">搜索</view>
<u-search action-text="搜索" :focus="true" :clearabled="true" style="width:95%" :show-action="true" radius="40" v-model="msg.Title"
@search="getList(1)" @custom="getList(1)"></u-search>
</view>
<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"
......
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