Commit 46045f5a authored by 王炽's avatar 王炽

66666

parent 7c9b5a6d
......@@ -33,7 +33,7 @@
mode="aspectFit"
@click="handleUpgrade"
>
<text class="bottom-button-text" :style="{ color: props.index == 4 ? '#ffffff' : '#ffe3c3' }">去升级</text>
<text class="bottom-button-text" :style="{ color: '#ffffff'}">去升级</text>
</view>
<!-- 说明文字 -->
......
......@@ -32,7 +32,7 @@
mode="aspectFit"
@click="handleUpgrade"
>
<text class="bottom-button-text" :style="{ color: props.index == 4 ? '#ffffff' : '#ffe3c3' }">去升级</text>
<text class="bottom-button-text" :style="{ color: '#ffffff'}">去升级</text>
</view>
<!-- 说明文字 -->
<view class="description" :style="{ marginTop: getTop() }">
......
......@@ -8,13 +8,23 @@
</view>
<!-- 底部按钮 -->
<image
<!-- <image
class="bottom-button"
:src="$baseUrl + `integral/1021/mianfeiwenzhenQushiyongBtn${props.index}.png`"
mode="aspectFit"
@click="handleUseNow"
/>
/> -->
<view
class="bottom-button"
:style="{
background: `url(${$baseUrl}integral/1021/shengriliBtnBg${props.index}.png) no-repeat center/contain`
}"
mode="aspectFit"
@click="handleUseNow"
>
<text class="bottom-button-text">立即使用</text>
</view>
<!-- 说明文字 -->
<view class="description">
<text class="desc-text" :style="{ color: getColor()[props.index].titleDetail }">
......@@ -110,11 +120,27 @@ const getColor = () => {
}
}
// .bottom-button {
// width: 442rpx;
// height: 86rpx;
// margin: 0 auto;
// margin-top: 470rpx;
// }
.bottom-button {
width: 442rpx;
height: 86rpx;
margin: 0 auto;
margin-top: 470rpx;
display: flex;
justify-content: center;
align-items: center;
.bottom-button-text {
font-size: 26rpx;
color: #ffffff;
font-weight: bold;
}
}
.description {
......
......@@ -44,7 +44,7 @@
mode="aspectFit"
@click="handleUpgrade"
>
<text class="bottom-button-text" :style="{ color: props.index == 4 ? '#ffffff' : '#ffe3c3' }">{{ getBtnName() }}</text>
<text class="bottom-button-text" :style="{ color: '#ffffff' }">{{ getBtnName() }}</text>
</view>
......
......@@ -200,7 +200,7 @@ onMounted(async () => {
.bottom-button-text {
font-size: 26rpx;
color: #ffe3c3;
color: #ffffff;
font-weight: bold;
}
}
......
......@@ -32,7 +32,7 @@
mode="aspectFit"
@click="handleUpgrade"
>
<text class="bottom-button-text" :style="{ color: props.index == 4 ? '#ffffff' : '#ffe3c3' }">去升级</text>
<text class="bottom-button-text" :style="{ color:'#ffffff'}">去升级</text>
</view>
<!-- 说明文字 -->
......
......@@ -71,7 +71,7 @@
</text>
<text class="saoma-tips-text-tips"
:style="{ color: getColor('saomaTips')[index]?.jifenColor }"
>积分
>累计积分
<text class="saoma-tips-text-tips-num"
:style="{ color: getColor('saomaTips')[index]?.jifenColor }"
>{{ points }}</text>
......
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