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

1

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