1、修改整体的颜色统一 2、初步完成魔方与后台的互通
This commit is contained in:
parent
76c73abf07
commit
f88c6e9d14
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<s-layout title="首页" navbar="normal" tools="search" tabbar="/pages/index/index" :bgStyle="template.page"
|
<s-layout title="首页" navbar="normal" tools="search" tabbar="/pages/index/index" :bgStyle="template.page"
|
||||||
:navbarStyle="template.navigationBar" onShareAppMessage @search="(e) => { console.log(e,'eeeeeeeeeeee') }"
|
:navbarStyle="template.navigationBar" onShareAppMessage @search="(e) => { console.log(e,'eeeeeeeeeeee') }"
|
||||||
headerBtns='headerBtns' backgroundColor="rgba(248,83,42)" opacityBgUi='ll' :navBg="true">
|
headerBtns='headerBtns' backgroundColor="#e93422" opacityBgUi='ll' :navBg="true">
|
||||||
<view class="new-bg"></view>
|
<view class="new-bg"></view>
|
||||||
|
|
||||||
<s-block v-for="(item, index) in template.components" :key="index" :styles="item.property.style">
|
<s-block v-for="(item, index) in template.components" :key="index" :styles="item.property.style">
|
||||||
@ -90,7 +90,7 @@
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.new-bg {
|
.new-bg {
|
||||||
background: rgba(248, 83, 42);
|
background: #e93422;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
<!-- 营销组件:优惠券 -->
|
<!-- 营销组件:优惠券 -->
|
||||||
<s-coupon-block v-if="type === 'CouponCard'" :data="data" :styles="styles" />
|
<s-coupon-block v-if="type === 'CouponCard'" :data="data" :styles="styles" />
|
||||||
<!-- 营销组件:魔方 -->
|
<!-- 营销组件:魔方 -->
|
||||||
<s-mof-block v-if="type === 'CouponCard'" :data="data" :styles="styles" />
|
<s-mof-block v-if="type === 'MenuGridTow'" :data="data" :styles="styles" />
|
||||||
<!-- 营销组件:文章 -->
|
<!-- 营销组件:文章 -->
|
||||||
<!-- <s-richtext-block v-if="type === 'PromotionArticle'" :data="data" :styles="styles" /> -->
|
<!-- <s-richtext-block v-if="type === 'PromotionArticle'" :data="data" :styles="styles" /> -->
|
||||||
<view class="floxt" v-if="type === 'PromotionArticle'">
|
<view class="floxt" v-if="type === 'PromotionArticle'">
|
||||||
|
@ -290,11 +290,11 @@
|
|||||||
width: 24%;
|
width: 24%;
|
||||||
&.on{
|
&.on{
|
||||||
.t {
|
.t {
|
||||||
color: rgba(255, 102, 7);
|
color: #e93422;
|
||||||
}
|
}
|
||||||
|
|
||||||
.b {
|
.b {
|
||||||
background: rgba(255, 102, 7);
|
background: #e93422;
|
||||||
color:white;
|
color:white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -172,7 +172,7 @@
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
margin-top: 10px;
|
// margin-top: 10px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
&>.t {
|
&>.t {
|
||||||
|
@ -25,6 +25,6 @@
|
|||||||
height: var(--status-bar-height);
|
height: var(--status-bar-height);
|
||||||
}
|
}
|
||||||
.ss {
|
.ss {
|
||||||
background: rgba(248, 83, 42);
|
background: #e93422;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue
Block a user