Browse Source

修改颜色

master
前端-胡立永 9 months ago
parent
commit
2978136268
5 changed files with 30 additions and 29 deletions
  1. +2
    -1
      components/base/tabBar.vue
  2. +5
    -5
      components/changeLanguage/changeLanguage.vue
  3. +3
    -3
      components/serviceList/serviceList.vue
  4. +7
    -8
      pages/order/order.vue
  5. +13
    -12
      pages/prizeDraw/prizeDraw.vue

+ 2
- 1
components/base/tabBar.vue View File

@ -129,6 +129,7 @@
}
}
.active{
color: #fff !important;
color: #000 !important;
font-weight: 900;
}
</style>

+ 5
- 5
components/changeLanguage/changeLanguage.vue View File

@ -1,7 +1,7 @@
<template>
<view class="change-language">
<!-- 选择语言弹出框 -->
<u-popup :show="show" mode="bottom" @close="$emit('close');$play()" bgColor="black">
<u-popup :show="show" mode="bottom" @close="$emit('close');$play()">
<view class="language-list">
<view v-for="item in languageList" :key="item.key" class="language" :class="{ activeLanguage : currentLanguageKey === item.key}" @click="select(item)">{{ item.name }}</view>
</view>
@ -89,7 +89,7 @@
display: flex;
justify-content: center;
align-items: center;
color: #B0C73B;
color: $uni-text-color;
height: 100rpx;
border-bottom: 1px solid #ccc;
font-size: 32rpx;
@ -108,8 +108,8 @@
width: 30rpx;
height: 30rpx;
border-radius: 50%;
box-shadow: 0rpx 0rpx 30rpx #B0C73B;
background: #B0C73B;
box-shadow: 0rpx 0rpx 30rpx $uni-bg-color-app;
background: $uni-bg-color-app;
transform: translateY(-50%);
}
}
@ -119,7 +119,7 @@
display: flex;
justify-content: space-between;
flex-wrap: wrap;
color: #ffffff80;
color: $uni-text-color;
width: 96%;
margin: 0rpx auto 20rpx auto;


+ 3
- 3
components/serviceList/serviceList.vue View File

@ -1,7 +1,7 @@
<!-- 客服列表页面 -->
<template>
<view class="service-list">
<u-popup :show="show" mode="bottom" @close="$emit('close');$play()" bgColor="black">
<u-popup :show="show" mode="bottom" @close="$emit('close');$play()">
<view class="list">
<view @click="toServer(item.url)" v-for="(item,index) in serverList" :key="index" class="server">{{ item.name }}</view>
</view>
@ -48,7 +48,7 @@
display: flex;
justify-content: center;
align-items: center;
color: #ccc;
color: $uni-text-color;
height: 100rpx;
border-bottom: 1px solid #ccc;
@ -64,7 +64,7 @@
display: flex;
justify-content: center;
align-items: center;
color: #ffffff80;
color: $uni-text-color;
height: 100rpx;
border: 1px solid #ccc;
}


+ 7
- 8
pages/order/order.vue View File

@ -34,7 +34,7 @@
<view style="font-size: 28rpx;" class="time">
{{ item.createTime }}
</view>
<view style="color: #00b25e;border: 1px solid #00b25e;
<view style="color: #fff;border: 1px solid #fff;
padding: 7rpx 15rpx;font-size: 24rpx;"
v-if="item.state != 0">
{{ $t('page.order.Submit_New') }}
@ -46,12 +46,12 @@
</view>
</view>
<view class="con"
style="border-bottom: 1px solid #afc056;
style="border-bottom: 1px solid #fff;
padding: 20rpx 0;">
<view class="img-box" style="width: 150rpx;height: 150rpx;overflow: hidden;border-radius: 10rpx;display: flex;align-items: center;">
<image :src="item.image" mode="widthFix" style="width: 150rpx;"></image>
</view>
<view style="font-weight: 900;margin-left: 20rpx;font-size: 28rpx;">
<view style="font-weight: 900;margin-left: 20rpx;font-size: 28rpx;color: #fff;">
{{ item.subTitle }}
</view>
</view>
@ -66,7 +66,7 @@
</view>
<view class="con"
style="margin-top: 10rpx;
color: #afc056;font-weight: 900;font-size: 28rpx;">
color: #fff;font-weight: 900;font-size: 28rpx;">
<view style="flex: 1;">
USDT {{ item.price }}
</view>
@ -212,9 +212,9 @@
padding-bottom: 200rpx;
.act{
background-color: #afc056;
background-color: #000;
border-radius: 10rpx;
color: black;
color: #fff;
}
.order-list {
@ -223,10 +223,9 @@
.order-item {
position: relative;
background: white;
padding: 20rpx;
border-radius: 5px;
background-color: #000;
background-color: $uni-bg-color-app;
margin: 0rpx 20rpx 20rpx 20rpx;
.top{
display: flex;


+ 13
- 12
pages/prizeDraw/prizeDraw.vue View File

@ -48,7 +48,7 @@
<view style="font-size: 28rpx;font-weight: normal;" class="">
{{ $t('page.prizeDraw.frozen_amount') }}
</view>
<view style="color: #afc638;">
<view style="color: #333;">
USDT <text style="margin-left: 10rpx;font-size: 40rpx;">
{{ userInfo.freezeMoney }}
</text>
@ -105,8 +105,8 @@
<sTabbar select="1" />
<u-popup :show="show" mode="bottom" @close="show = false;$play()" bgColor="black">
<view style="color: #afc638;font-size: 35rpx;text-align: center;
<u-popup :show="show" mode="bottom" @close="show = false;$play()">
<view style="font-size: 35rpx;text-align: center;
font-weight: 900;padding: 20rpx;">
{{ $t(msg == '31' ? 'message.31' : 'page.prizeDraw.rating_submission') }}
</view>
@ -118,7 +118,7 @@
{{ product.subTitle }}
</view>
<view style="display: flex;justify-content: space-around;
color: #afc638;margin-top: 30rpx;">
margin-top: 30rpx;">
<view>
{{ $t('page.prizeDraw.Total_Amount') }}
</view>
@ -127,7 +127,7 @@
</view>
</view>
<view style="display: flex;justify-content: space-around;
color: #afc638;margin-top: 30rpx;font-weight: 900;">
margin-top: 30rpx;font-weight: 900;">
<view>
USDT <text style="font-size: 40rpx;">{{ product.price }}</text>
</view>
@ -388,7 +388,7 @@
<style scoped lang="scss">
.prizeDraw {
color: #fff;
// color: #fff;
background-size: 100%;
background-repeat: no-repeat;
background-position: 0rpx -210rpx;
@ -414,7 +414,8 @@
margin: 0 auto;
padding: 10rpx 50rpx;
font-weight: 900;
background-color: rgb(88, 99, 28);
background-color: $uni-bg-color-app;
color: $uni-text-color-inverse;
width: fit-content;
border-radius: 20rpx;
margin: 30rpx auto;
@ -512,8 +513,8 @@
}
.btn {
background-color: #afc638;
color: #000;
background-color: $uni-bg-color-app;
color: $uni-text-color-inverse;
font-weight: 900;
margin: 20rpx 40rpx;
padding: 10rpx 20rpx;
@ -561,14 +562,14 @@
.menber-descript {
text-align: center;
color: #B0C73B;
color: $uni-text-color;
font-size: 34rpx;
margin-top: 10rpx;
font-weight: 900;
}
.equity-list {
color: #fff;
color: $uni-text-color;
text-align: center;
.equity-item {
@ -584,7 +585,7 @@
font-size: 32rpx;
.notice-list {
color: #fff;
color: $uni-text-color;
}
}
}

Loading…
Cancel
Save