xh-pan1
1 year ago
20 changed files with 237 additions and 212 deletions
-
4src/components/base/aftersaleList.vue
-
196src/components/base/footer.vue
-
12src/components/base/homHeader.vue
-
18src/components/base/orderList.vue
-
26src/components/base/topNav.vue
-
2src/components/canvasShow/basics/group/pc/index.vue
-
2src/components/canvasShow/basics/price/pc/index.vue
-
2src/components/canvasShow/basics/product/pc/index.vue
-
2src/components/canvasShow/basics/vip/pc/index.vue
-
4src/styles/variables.scss
-
1src/views/layout.vue
-
148src/views/login/login.vue
-
4src/views/orderDetail/components/orderid.vue
-
12src/views/orderDetail/index.vue
-
14src/views/product/productDetail.vue
-
BINstatic/image/foot_icon_1.png
-
BINstatic/image/foot_icon_2.png
-
BINstatic/image/foot_icon_3.png
-
BINstatic/image/foot_icon_4.png
-
2theme/index.css
@ -1,130 +1,118 @@ |
|||||
<template> |
<template> |
||||
<div class="footer"> |
|
||||
<div class="banxin"> |
|
||||
<div class="top"> |
|
||||
<div class="leftBox"> |
|
||||
<p class="title">客服电话</p> |
|
||||
<p class="number">188 1411 4118</p> |
|
||||
<p class="time">09:00-23:00</p> |
|
||||
<div class="consult">咨询客服</div> |
|
||||
|
<div class="footer"> |
||||
|
<div class="banxin"> |
||||
|
<div class="item"> |
||||
|
<div class="content"> |
||||
|
<img class="img-icon" src="../../../static/image/foot_icon_1.png" /> |
||||
|
<div class="text-label"> |
||||
|
<div class="title">品质保障</div> |
||||
|
<div class="desc">品质护航 购物无忧</div> |
||||
|
</div> |
||||
|
</div> |
||||
</div> |
</div> |
||||
<div class="centerBox"> |
|
||||
<p class="title">关注Thee</p> |
|
||||
<p>专注于客单价,转化率提升!</p> |
|
||||
<p>便捷高效,助力各大商家提升客单价,</p> |
|
||||
<p>客户引导,提高复购,</p> |
|
||||
<p>只为更好的服务每一位用户。</p> |
|
||||
|
<div class="item"> |
||||
|
<div class="content"> |
||||
|
<img class="img-icon" src="../../../static/image/foot_icon_2.png" /> |
||||
|
<div class="text-label"> |
||||
|
<div class="title">极速物流</div> |
||||
|
<div class="desc">如约送货 送货入户</div> |
||||
|
</div> |
||||
|
</div> |
||||
</div> |
</div> |
||||
<div class="rightBox"> |
|
||||
<div class="aboutUs"> |
|
||||
<p class="title">关于我们</p> |
|
||||
<p class="cur-poi">了解我们</p> |
|
||||
<p class="cur-poi">合作咨询</p> |
|
||||
<p class="cur-poi">联系我们</p> |
|
||||
|
<div class="item"> |
||||
|
<div class="content"> |
||||
|
<img class="img-icon" src="../../../static/image/foot_icon_3.png" /> |
||||
|
<div class="text-label"> |
||||
|
<div class="title">售后无忧</div> |
||||
|
<div class="desc">七天无理由退换货</div> |
||||
|
</div> |
||||
</div> |
</div> |
||||
<div class="qrCode"> |
|
||||
<p class="title">下载Thee</p> |
|
||||
<img src="../../../static/image/qrcode.png" alt=""> |
|
||||
|
</div> |
||||
|
<div class="item"> |
||||
|
<div class="content"> |
||||
|
<img class="img-icon" src="../../../static/image/foot_icon_4.png" /> |
||||
|
<div class="text-label"> |
||||
|
<div class="title">帮助中心</div> |
||||
|
<div class="desc">您的购物指南</div> |
||||
|
</div> |
||||
</div> |
</div> |
||||
</div> |
</div> |
||||
</div> |
</div> |
||||
<p class="bottom">©2017-2021Thee版权所有,并保留所有权利 粤ICP备19086489号-3</p> |
|
||||
</div> |
|
||||
</div> |
|
||||
|
</div> |
||||
</template> |
</template> |
||||
<script> |
<script> |
||||
export default { |
export default { |
||||
data () { |
|
||||
return {} |
|
||||
} |
|
||||
|
data() { |
||||
|
return {} |
||||
|
} |
||||
} |
} |
||||
</script> |
</script> |
||||
<style lang = "scss" scoped> |
<style lang = "scss" scoped> |
||||
.footer{ |
|
||||
|
.footer { |
||||
width: 100%; |
width: 100%; |
||||
height: 384px; |
|
||||
background-color: #000000; |
|
||||
opacity: 0.82; |
|
||||
color: #FFFFFF; |
|
||||
overflow: hidden; |
|
||||
.banxin{ |
|
||||
|
background-color: #FFFFFF; |
||||
|
padding-top: 40px; |
||||
|
padding-bottom: 40px; |
||||
|
|
||||
|
.banxin { |
||||
width: 1252px; |
width: 1252px; |
||||
height: 100%; |
|
||||
margin: 0 auto; |
margin: 0 auto; |
||||
.top{ |
|
||||
margin-top: 100px; |
|
||||
|
display: flex; |
||||
|
flex-direction: row; |
||||
|
flex-wrap: nowrap; |
||||
|
align-content: center; |
||||
|
justify-content: center; |
||||
|
align-items: center; |
||||
|
|
||||
|
.item { |
||||
|
flex: 1; |
||||
display: flex; |
display: flex; |
||||
margin-bottom: 38px; |
|
||||
text-align: center; |
|
||||
.leftBox{ |
|
||||
flex: 1; |
|
||||
display: flex; |
|
||||
flex-direction: column; |
|
||||
.title{ |
|
||||
font-size: 16px; |
|
||||
margin-bottom: 33px; |
|
||||
} |
|
||||
.number{ |
|
||||
font-size: 40px; |
|
||||
margin-bottom: 12px; |
|
||||
font-weight: 500; |
|
||||
} |
|
||||
.time{ |
|
||||
font-size: 18px; |
|
||||
margin-bottom: 33px; |
|
||||
} |
|
||||
.consult{ |
|
||||
cursor: pointer; |
|
||||
margin: 0 auto; |
|
||||
width: 220px; |
|
||||
height: 36px; |
|
||||
line-height: 36px; |
|
||||
border: 1px solid #FFFFFF; |
|
||||
box-sizing: border-box; |
|
||||
opacity: 0.6; |
|
||||
} |
|
||||
} |
|
||||
.centerBox{ |
|
||||
flex: 1; |
|
||||
border-left: 2px solid rgba($color: #FFFFFF, $alpha: 0.15); |
|
||||
border-right: 2px solid rgba($color: #FFFFFF, $alpha: 0.15); |
|
||||
p{ |
|
||||
font-size: 16px; |
|
||||
line-height: 25px; |
|
||||
} |
|
||||
.title{ |
|
||||
margin-bottom: 33px; |
|
||||
} |
|
||||
} |
|
||||
.rightBox{ |
|
||||
flex: 1; |
|
||||
|
flex-direction: column; |
||||
|
flex-wrap: nowrap; |
||||
|
align-content: center; |
||||
|
justify-content: center; |
||||
|
align-items: center; |
||||
|
|
||||
|
.content { |
||||
display: flex; |
display: flex; |
||||
.aboutUs{ |
|
||||
flex: 1; |
|
||||
p{ |
|
||||
margin-bottom: 20px; |
|
||||
} |
|
||||
.title{ |
|
||||
margin-bottom: 33px; |
|
||||
} |
|
||||
|
flex-direction: row; |
||||
|
flex-wrap: nowrap; |
||||
|
align-content: center; |
||||
|
justify-content: center; |
||||
|
align-items: center; |
||||
|
|
||||
|
.img-icon { |
||||
|
width: 60px; |
||||
|
height: 60px; |
||||
|
margin-right: 16px; |
||||
} |
} |
||||
.qrCode{ |
|
||||
flex: 1; |
|
||||
.title{ |
|
||||
margin-bottom: 33px; |
|
||||
|
|
||||
|
.text-label { |
||||
|
display: flex; |
||||
|
flex-direction: column; |
||||
|
flex-wrap: nowrap; |
||||
|
align-content: center; |
||||
|
justify-content: center; |
||||
|
align-items: flex-start; |
||||
|
|
||||
|
.title { |
||||
|
font-size: 18px; |
||||
|
font-family: Microsoft YaHei; |
||||
|
font-weight: bold; |
||||
|
color: #333333; |
||||
} |
} |
||||
img{ |
|
||||
width: 106px; |
|
||||
height: 106px; |
|
||||
|
|
||||
|
.desc { |
||||
|
margin-top: 11px; |
||||
|
font-size: 14px; |
||||
|
font-family: Microsoft YaHei; |
||||
|
font-weight: 400; |
||||
|
color: #666666; |
||||
} |
} |
||||
} |
} |
||||
|
|
||||
} |
} |
||||
} |
|
||||
.bottom{ |
|
||||
text-align: center; |
|
||||
font-size: 12px; |
|
||||
line-height: 24px; |
|
||||
color: #444444; |
|
||||
|
|
||||
} |
} |
||||
} |
} |
||||
} |
} |
||||
|
@ -1,6 +1,8 @@ |
|||||
// 网站主题色调 |
// 网站主题色调 |
||||
$fontColor: #333; // 字体色 |
$fontColor: #333; // 字体色 |
||||
$mainColor: #FF7800; // 主色 |
$mainColor: #FF7800; // 主色 |
||||
$bgColor: #fff; // 背景色 |
|
||||
|
$bgColor: #F5F5F5; // 背景色 |
||||
|
|
||||
$mainGlod: #C5AA7B; // 主题金 |
$mainGlod: #C5AA7B; // 主题金 |
||||
|
$mainColor: #183ECD; // 主题金 |
||||
|
$mainBtnFontColor: #FFFFFF; // 主题金 |
After Width: 180 | Height: 180 | Size: 15 KiB |
After Width: 180 | Height: 180 | Size: 14 KiB |
After Width: 180 | Height: 180 | Size: 15 KiB |
After Width: 180 | Height: 180 | Size: 9.7 KiB |
2
theme/index.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save
Reference in new issue