Commit ca7feb03 authored by 黄媛媛's avatar 黄媛媛

1

parent f0be7037
......@@ -60,13 +60,14 @@
v-if="add_show==1&& JSON.stringify(setting) != '{}' "
:style="{
'border-radius':setting.add_app_bg_radius+'rpx',
'opacity':setting.add_app_bg_transparency/100
'opacity':setting.add_app_bg_transparency/100,
'top':pagePaddingBottom,
}"
>
<u-icon name="cross" color="#fff" @click="close"></u-icon>
<view style="width: 1px;height: 20px;margin:0 10px;background: #fff;"></view>
<Text style="color: #fff;">{{setting.add_app_text}}</Text>
<view class="triangle-up"></view>
<view class="triangle-up" :style="{'top':pagePaddingBottom}"></view>
</view>
<coupon
v-if="showCoupons"
......@@ -422,7 +423,7 @@ export default {
}
.content .tips_t {
position: fixed;
top: 8px;
right: 6px;
height: 36px;
background: #000000;
......@@ -431,6 +432,8 @@ export default {
align-items: center;
padding: 0 10px;
font-size: 12px;
margin-top: 10px;
z-index: 9999999;
}
.triangle-up {
width: 0;
......@@ -440,7 +443,7 @@ export default {
border-bottom: 12px solid black;
position: fixed;
right: 65px;
top: 0px;
}
.index-title {
line-height: 45px !important;
......
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