|
@@ -0,0 +1,176 @@
|
|
|
+npm<template>
|
|
|
+ <div id="rightcont">
|
|
|
+ <el-col :span="24" class="search">
|
|
|
+ <el-col :span="12" class="left">
|
|
|
+ <el-col :span="19" class="input"><el-input v-model="input" placeholder="输入产品关键字"></el-input></el-col>
|
|
|
+ <el-col :span="5" class="btn">
|
|
|
+ <i class="el-icon-search"></i>
|
|
|
+ <span>产品</span>
|
|
|
+ </el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12" class="left">
|
|
|
+ <el-col :span="19" class="input"><el-input v-model="input" placeholder="输入产品关键字"></el-input></el-col>
|
|
|
+ <el-col :span="5" class="btn">
|
|
|
+ <i class="el-icon-search"></i>
|
|
|
+ <span>产品</span>
|
|
|
+ </el-col>
|
|
|
+ </el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24" class="info">
|
|
|
+ <el-tabs type="border-card">
|
|
|
+ <el-tab-pane>
|
|
|
+ <span slot="label">技术供求</span>
|
|
|
+ <el-col :span="12" class="gongqiuList">
|
|
|
+ <el-col :span="24" class="title"><span class="textOver">缩短贝类暂养吐沙净化时间</span></el-col>
|
|
|
+ <el-col :span="12"><span>技术类型:技术类</span></el-col>
|
|
|
+ <el-col :span="12">日期:2019-07-06</el-col>
|
|
|
+ <el-col :span="24">价格:¥元/公斤</el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12" class="gongqiuList">
|
|
|
+ <el-col :span="24" class="title"><span class="textOver">缩短贝类暂养吐沙净化时间</span></el-col>
|
|
|
+ <el-col :span="12"><span>技术类型:技术类</span></el-col>
|
|
|
+ <el-col :span="12">日期:2019-07-06</el-col>
|
|
|
+ <el-col :span="24">价格:¥元/公斤</el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12" class="gongqiuList">
|
|
|
+ <el-col :span="24" class="title"><span class="textOver">缩短贝类暂养吐沙净化时间</span></el-col>
|
|
|
+ <el-col :span="12"><span>技术类型:技术类</span></el-col>
|
|
|
+ <el-col :span="12">日期:2019-07-06</el-col>
|
|
|
+ <el-col :span="24">价格:¥元/公斤</el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12" class="gongqiuList">
|
|
|
+ <el-col :span="24" class="title"><span class="textOver">缩短贝类暂养吐沙净化时间</span></el-col>
|
|
|
+ <el-col :span="12"><span>技术类型:技术类</span></el-col>
|
|
|
+ <el-col :span="12">日期:2019-07-06</el-col>
|
|
|
+ <el-col :span="24">价格:¥元/公斤</el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12" class="gongqiuList">
|
|
|
+ <el-col :span="24" class="title"><span class="textOver">缩短贝类暂养吐沙净化时间</span></el-col>
|
|
|
+ <el-col :span="12"><span>技术类型:技术类</span></el-col>
|
|
|
+ <el-col :span="12">日期:2019-07-06</el-col>
|
|
|
+ <el-col :span="24">价格:¥元/公斤</el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12" class="gongqiuList">
|
|
|
+ <el-col :span="24" class="title"><span class="textOver">缩短贝类暂养吐沙净化时间</span></el-col>
|
|
|
+ <el-col :span="12"><span>技术类型:技术类</span></el-col>
|
|
|
+ <el-col :span="12">日期:2019-07-06</el-col>
|
|
|
+ <el-col :span="24">价格:¥元/公斤</el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12" class="gongqiuList">
|
|
|
+ <el-col :span="24" class="title"><span class="textOver">缩短贝类暂养吐沙净化时间</span></el-col>
|
|
|
+ <el-col :span="12"><span>技术类型:技术类</span></el-col>
|
|
|
+ <el-col :span="12">日期:2019-07-06</el-col>
|
|
|
+ <el-col :span="24">价格:¥元/公斤</el-col>
|
|
|
+ </el-col>
|
|
|
+ </el-tab-pane>
|
|
|
+ <el-tab-pane>
|
|
|
+ <span slot="label">我的行程</span>
|
|
|
+ 我的行程
|
|
|
+ </el-tab-pane>
|
|
|
+ <el-tab-pane>
|
|
|
+ <span slot="label">我的行程</span>
|
|
|
+ 我的行程
|
|
|
+ </el-tab-pane>
|
|
|
+ <el-tab-pane>
|
|
|
+ <span slot="label">我的行程</span>
|
|
|
+ 我的行程
|
|
|
+ </el-tab-pane>
|
|
|
+ </el-tabs>
|
|
|
+ </el-col>
|
|
|
+ </div>
|
|
|
+</template>
|
|
|
+<script>
|
|
|
+export default {
|
|
|
+ name: 'rightcont',
|
|
|
+ props: {},
|
|
|
+ components: {},
|
|
|
+ data: () => ({
|
|
|
+ input: '',
|
|
|
+ }),
|
|
|
+ created() {},
|
|
|
+ computed: {},
|
|
|
+ methods: {
|
|
|
+ handleOpen(key, keyPath) {
|
|
|
+ console.log(key, keyPath);
|
|
|
+ },
|
|
|
+ handleClose(key, keyPath) {
|
|
|
+ console.log(key, keyPath);
|
|
|
+ },
|
|
|
+ },
|
|
|
+};
|
|
|
+</script>
|
|
|
+
|
|
|
+<style lang="less" scoped>
|
|
|
+.search {
|
|
|
+ height: 60px;
|
|
|
+ margin: 0 0 10px 0;
|
|
|
+}
|
|
|
+.search .left {
|
|
|
+ background: #fff;
|
|
|
+ height: 60px;
|
|
|
+ padding: 10px;
|
|
|
+ width: 470px;
|
|
|
+ margin: 0 10px 0 0;
|
|
|
+
|
|
|
+ border-radius: 0px;
|
|
|
+}
|
|
|
+.search .left:last-child {
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+.search .btn {
|
|
|
+ height: 40px;
|
|
|
+ line-height: 40px;
|
|
|
+}
|
|
|
+/deep/.search .btn .el-icon-search {
|
|
|
+ font-size: 25px;
|
|
|
+ font-weight: bold;
|
|
|
+ color: blue;
|
|
|
+ padding: 0 10px;
|
|
|
+ float: left;
|
|
|
+ margin: 7px 0 0 0;
|
|
|
+}
|
|
|
+.search .btn span {
|
|
|
+ font-size: 16px;
|
|
|
+ color: #215199;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+.info {
|
|
|
+ height: 530px;
|
|
|
+ background: #fff;
|
|
|
+ padding: 20px;
|
|
|
+}
|
|
|
+/deep/.el-tabs--border-card > .el-tabs__content {
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+.gongqiuList {
|
|
|
+ width: 450px;
|
|
|
+ height: 110px;
|
|
|
+ margin: 0 5px 5px 0;
|
|
|
+ background-color: #f3f3f3;
|
|
|
+ text-indent: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.gongqiuList:nth-child(2n) {
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+/deep/.el-tabs--border-card > .el-tabs__header {
|
|
|
+ background-color: transparent;
|
|
|
+ border-bottom: none;
|
|
|
+}
|
|
|
+/deep/.el-tabs--border-card {
|
|
|
+ // border: none;
|
|
|
+ box-shadow: none;
|
|
|
+ border: 1px solid #ffffff;
|
|
|
+}
|
|
|
+/deep/.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
|
|
|
+ border-right-color: transparent;
|
|
|
+ border-left-color: transparent;
|
|
|
+}
|
|
|
+.title {
|
|
|
+ padding-top: 20px;
|
|
|
+}
|
|
|
+.title span {
|
|
|
+ width: 450px;
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+</style>
|