|
|
@@ -0,0 +1,340 @@
|
|
|
+<template>
|
|
|
+ <div class="conatiner">
|
|
|
+ <div class="banner" :style="{backgroundImage:'url('+require('../assetsPre/indexBanner.png')+')'}">
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="content">
|
|
|
+ <div class="content-step">
|
|
|
+ <div class="step-item">
|
|
|
+ <div class="num">1</div>
|
|
|
+ <div class="text">
|
|
|
+ <div class="title">选择所需服务</div>
|
|
|
+ <div class="subTitle">100+服务项目</div>
|
|
|
+ </div>
|
|
|
+ <img src="../assetsPre/more.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="step-item">
|
|
|
+ <div class="num">2</div>
|
|
|
+ <div class="text">
|
|
|
+ <div class="title">服务商对接服务</div>
|
|
|
+ <div class="subTitle">专人客服对接办理</div>
|
|
|
+ </div>
|
|
|
+ <img src="../assetsPre/more.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="step-item">
|
|
|
+ <div class="num">3</div>
|
|
|
+ <div class="text">
|
|
|
+ <div class="title">在线下单支付</div>
|
|
|
+ <div class="subTitle">款项支付到平台</div>
|
|
|
+ </div>
|
|
|
+ <img src="../assetsPre/more.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="step-item">
|
|
|
+ <div class="num">4</div>
|
|
|
+ <div class="text">
|
|
|
+ <div class="title">验收服务</div>
|
|
|
+ <div class="subTitle">验收后商家才能收到款项</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="content-box">
|
|
|
+ <div class="box-top">
|
|
|
+ <div class="title">
|
|
|
+ 修图商
|
|
|
+ </div>
|
|
|
+ <div class="subTitle">
|
|
|
+ 专业一对一定制化修图服务
|
|
|
+ </div>
|
|
|
+ <router-link class='more' :to='{name:"business",query:{id:1}}'>查看更多 ></router-link>
|
|
|
+ </div>
|
|
|
+ <div class="box-content">
|
|
|
+ <div class="box-left"></div>
|
|
|
+ <div class="box-right">
|
|
|
+ <div class="box-right-top" style="background:rgba(40,208,235,1);">
|
|
|
+ <div class="box-ad">
|
|
|
+ <span>消息提醒:最热门服务商家可在此展示位置自定义一条广告消息展示</span>
|
|
|
+ </div>
|
|
|
+ <div class="box-hot">热门修图商</div>
|
|
|
+ <img src="../assetsPre/hot.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="box-right-content">
|
|
|
+ <div class="box-goodsList">
|
|
|
+ <goods-little style="border-right:1px solid #EAEAEA"></goods-little>
|
|
|
+ <goods-little style="border-right:1px solid #EAEAEA"></goods-little>
|
|
|
+ <goods-little style="border-right:1px solid #EAEAEA"></goods-little>
|
|
|
+ <goods-little style="border-right:1px solid #EAEAEA;padding-bottom: 30px;"></goods-little>
|
|
|
+ <goods-little style="border-right:1px solid #EAEAEA;padding-bottom: 30px;"></goods-little>
|
|
|
+ <goods-little style="border-right:1px solid #EAEAEA;padding-bottom: 30px;"></goods-little>
|
|
|
+ </div>
|
|
|
+ <div class="box-rankList">
|
|
|
+ <div class="box-rankItem">
|
|
|
+ <div class="num" :style="{backgroundImage:'url('+require('../assetsPre/num_bg_pre.png')+')'}">1</div>
|
|
|
+ <div class="name">韩国艺匠ARTIZ STUDIO</div>
|
|
|
+ </div>
|
|
|
+ <div class="box-rankItem">
|
|
|
+ <div class="num" :style="{backgroundImage:'url('+require('../assetsPre/num_bg_pre.png')+')'}">2</div>
|
|
|
+ <div class="name">韩国艺匠ARTIZ STUDIO</div>
|
|
|
+ </div>
|
|
|
+ <div class="box-rankItem">
|
|
|
+ <div class="num" :style="{backgroundImage:'url('+require('../assetsPre/num_bg_pre.png')+')'}">3</div>
|
|
|
+ <div class="name">韩国艺匠ARTIZ STUDIO</div>
|
|
|
+ </div>
|
|
|
+ <div class="box-rankItem">
|
|
|
+ <div class="num" :style="{backgroundImage:'url('+require('../assetsPre/num_bg.png')+')'}">4</div>
|
|
|
+ <div class="name">韩国艺匠ARTIZ STUDIO</div>
|
|
|
+ </div>
|
|
|
+ <div class="box-rankItem">
|
|
|
+ <div class="num" :style="{backgroundImage:'url('+require('../assetsPre/num_bg.png')+')'}">5</div>
|
|
|
+ <div class="name">韩国艺匠ARTIZ STUDIO</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="quickMenu">
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <menuFoot></menuFoot>
|
|
|
+
|
|
|
+ </div>
|
|
|
+</template>
|
|
|
+
|
|
|
+<script>
|
|
|
+import goodsLittle from '../components/GoodsLittle'
|
|
|
+import menuFoot from '../pagesPre/MenuFoot'
|
|
|
+export default {
|
|
|
+ name: 'home',
|
|
|
+ data() {
|
|
|
+ return {
|
|
|
+ }
|
|
|
+ },
|
|
|
+ computed: {
|
|
|
+ },
|
|
|
+ methods: {
|
|
|
+ },
|
|
|
+ components: {
|
|
|
+ goodsLittle,menuFoot
|
|
|
+ }
|
|
|
+}
|
|
|
+</script>
|
|
|
+
|
|
|
+<style lang="less" scoped>
|
|
|
+.banner {
|
|
|
+ height: 420px;
|
|
|
+ width: 100%;
|
|
|
+ background-size: cover;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center center;
|
|
|
+ min-width: 1190px;
|
|
|
+}
|
|
|
+
|
|
|
+.content {
|
|
|
+ width: 100%;
|
|
|
+ // max-width: 1555px;
|
|
|
+ .content-step {
|
|
|
+ width: 1190px;
|
|
|
+ height: 80px;
|
|
|
+ background: rgba(255, 255, 255, 1);
|
|
|
+ border: 1px solid rgba(234, 234, 234, 1);
|
|
|
+ margin: 30px auto 0;
|
|
|
+
|
|
|
+ .step-item {
|
|
|
+ display: inline-block;
|
|
|
+ width: 24%;
|
|
|
+ height: 100%;
|
|
|
+
|
|
|
+ .num {
|
|
|
+ width: 40px;
|
|
|
+ height: 40px;
|
|
|
+ border: 1px solid rgba(11, 158, 192, 1);
|
|
|
+ border-radius: 100%;
|
|
|
+ font-size: 20px;
|
|
|
+ font-family: MicrosoftYaHei;
|
|
|
+ color: rgba(11, 158, 192, 1);
|
|
|
+ line-height: 40px;
|
|
|
+ text-align: center;
|
|
|
+ font-weight: bold;
|
|
|
+ float: left;
|
|
|
+ margin: 20px 0 20px 50px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .text {
|
|
|
+ float: left;
|
|
|
+ margin: 0 19px;
|
|
|
+ padding: 20px 0;
|
|
|
+
|
|
|
+ .title {
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: MicrosoftYaHei;
|
|
|
+ color: rgba(11, 158, 192, 1);
|
|
|
+ line-height: 19px;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+
|
|
|
+ .subTitle {
|
|
|
+ font-size: 12px;
|
|
|
+ font-family: MicrosoftYaHei;
|
|
|
+ color: rgba(153, 153, 153, 1);
|
|
|
+ line-height: 16px;
|
|
|
+ margin-top: 4px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ img {
|
|
|
+ width: 16.8px;
|
|
|
+ height: 29px;
|
|
|
+ display: block;
|
|
|
+ float: right;
|
|
|
+ margin: 27px 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .content-box {
|
|
|
+ overflow: hidden;
|
|
|
+ width: 1190px;
|
|
|
+ margin: 40px auto 0;
|
|
|
+ background-color: #fff;
|
|
|
+ border: 1px solid rgba(234, 234, 234, 1);
|
|
|
+ .box-top {
|
|
|
+ padding: 8px 10px 11px 20px;
|
|
|
+ overflow: hidden;
|
|
|
+ .title {
|
|
|
+ font-size: 24px;
|
|
|
+ font-family: MicrosoftYaHei;
|
|
|
+ color: rgba(51, 51, 51, 1);
|
|
|
+ line-height: 31px;
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+
|
|
|
+ .subTitle {
|
|
|
+ font-size: 12px;
|
|
|
+ font-family: MicrosoftYaHei;
|
|
|
+ color: rgba(102, 102, 102, 1);
|
|
|
+ line-height: 16px;
|
|
|
+ margin: 13px 8px 2px;
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+
|
|
|
+ .more {
|
|
|
+ font-size: 12px;
|
|
|
+ font-family: MicrosoftYaHei;
|
|
|
+ color: rgba(153, 153, 153, 1);
|
|
|
+ line-height: 16px;
|
|
|
+ float: right;
|
|
|
+ margin: 13px 0px 2px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .box-content {
|
|
|
+ overflow: hidden;
|
|
|
+ height: 500px;
|
|
|
+ width: 100%;
|
|
|
+ .box-left {
|
|
|
+ background: rgba(40, 208, 235, 1);
|
|
|
+ width: 230px;
|
|
|
+ float: left;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .box-right {
|
|
|
+ width: 960px;
|
|
|
+ height: 100%;
|
|
|
+ float: right;
|
|
|
+ .box-right-top {
|
|
|
+ height: 40px;
|
|
|
+ overflow: hidden;
|
|
|
+ position: relative;
|
|
|
+ .box-ad {
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: MicrosoftYaHei;
|
|
|
+ color: rgba(255, 255, 255, 1);
|
|
|
+ line-height: 19px;
|
|
|
+ margin: 11px 0;
|
|
|
+ float: left;
|
|
|
+ width: 716px;
|
|
|
+
|
|
|
+ span {
|
|
|
+ margin-left: 30px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .box-hot {
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: MicrosoftYaHei;
|
|
|
+ font-weight: bold;
|
|
|
+ color: rgba(255, 255, 255, 1);
|
|
|
+ line-height: 19px;
|
|
|
+ margin: 11px 26px;
|
|
|
+ }
|
|
|
+
|
|
|
+ img {
|
|
|
+ width: 29px;
|
|
|
+ height: 35px;
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ top: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .box-right-content {
|
|
|
+ overflow: hidden;
|
|
|
+ padding-top: 14px;
|
|
|
+
|
|
|
+ .box-goodsList {
|
|
|
+ font-size: 0;
|
|
|
+ width: 716px;
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .box-rankList {
|
|
|
+ width: 241px;
|
|
|
+ float: right;
|
|
|
+
|
|
|
+ .box-rankItem {
|
|
|
+ margin-left: 26px;
|
|
|
+ font-size: 0;
|
|
|
+ overflow: hidden;
|
|
|
+ margin-top: 12px;
|
|
|
+ margin-bottom: 6px;
|
|
|
+ .num {
|
|
|
+ width: 15px;
|
|
|
+ height: 20px;
|
|
|
+ background-size: contain;
|
|
|
+ font-size: 10px;
|
|
|
+ font-family: MicrosoftYaHei;
|
|
|
+ color: rgba(255, 255, 255, 1);
|
|
|
+ line-height: 14px;
|
|
|
+ font-weight: bold;
|
|
|
+ text-align: center;
|
|
|
+ padding-left: 3px;
|
|
|
+ line-height: 20px;
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+ .name {
|
|
|
+ font-size: 12px;
|
|
|
+ font-family: MicrosoftYaHei;
|
|
|
+ color: rgba(153, 153, 153, 1);
|
|
|
+ line-height: 19px;
|
|
|
+ font-weight: bold;
|
|
|
+ margin-left: 10px;
|
|
|
+ width: 180px;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+</style>
|