feat(global): 主题色变更

This commit is contained in:
woody 2025-04-22 17:47:02 +08:00
parent 6957f1d7b5
commit 68c423c703
103 changed files with 297 additions and 289 deletions

View File

@ -1040,7 +1040,7 @@
<u-button type="success"
class="uBtn"
shape="circle"
color="linear-gradient(to right, #fb3024, #fb3024 )"
color="linear-gradient(to right, #005BAC, #005BAC )"
@tap="agreeMent=false">{{'确定'}}</u-button>
</view>

View File

@ -319,7 +319,7 @@
.small-btn {
width: 312rpx;
height: 72rpx;
background: #FB3024;
background: #005BAC;
border-radius: 34rpx;
font-size: 28rpx;
font-weight: 400;
@ -332,13 +332,13 @@
.small-text-btn {
width: 312rpx;
height: 72rpx;
border: 1px solid #FB3024;
border: 1px solid #005BAC;
border-radius: 34rpx;
display: flex;
justify-content: center;
align-items: center;
font-size: 28rpx;
color: #FB3024;
color: #005BAC;
}
}

View File

@ -347,7 +347,7 @@
.small-btn {
width: 312rpx;
height: 72rpx;
background: #FB3024;
background: #005BAC;
border-radius: 34rpx;
font-size: 28rpx;
font-weight: 400;
@ -360,13 +360,13 @@
.small-text-btn {
width: 312rpx;
height: 72rpx;
border: 1px solid #FB3024;
border: 1px solid #005BAC;
border-radius: 34rpx;
display: flex;
justify-content: center;
align-items: center;
font-size: 28rpx;
color: #FB3024;
color: #005BAC;
}
}

View File

@ -236,13 +236,13 @@ export default {
color: #fff;
font-size: 28rpx;
text-align: center;
background: #fb3024;
background: #005BAC;
margin: 30rpx 0 0 0;
float: right;
border-radius: 24rpx;
}
.type {
color: #fb3024 !important;
color: #005BAC !important;
}
.flex_s {
width: 100%;
@ -284,7 +284,7 @@ export default {
.search-icons {
width: 47rpx;
height: 47rpx;
background: #fb3024;
background: #005BAC;
border-radius: 50%;
margin-left: 20rpx;
display: flex;

View File

@ -180,13 +180,13 @@ export default {
color: #fff;
font-size: 28rpx;
text-align: center;
background: #FB3024;
background: #005BAC;
margin: 30rpx 0 0 0;
float: right;
border-radius: 24rpx;
}
.type{
color: #FB3024 !important;
color: #005BAC !important;
}
.flex_s{
width: 100%;
@ -228,7 +228,7 @@ export default {
.search-icons{
width: 47rpx;
height: 47rpx;
background: #FB3024;
background: #005BAC;
border-radius: 50%;
margin-left: 20rpx;
display: flex;

View File

@ -199,13 +199,13 @@ export default {
color: #fff;
font-size: 28rpx;
text-align: center;
background: #FB3024;
background: #005BAC;
margin: 30rpx 0 0 0;
float: right;
border-radius: 24rpx;
}
.type{
color: #FB3024 !important;
color: #005BAC !important;
}
.flex_s{
width: 100%;
@ -247,7 +247,7 @@ export default {
.search-icons{
width: 47rpx;
height: 47rpx;
background: #FB3024;
background: #005BAC;
border-radius: 50%;
margin-left: 20rpx;
display: flex;

View File

@ -171,13 +171,13 @@ export default {
color: #fff;
font-size: 28rpx;
text-align: center;
background: #FB3024;
background: #005BAC;
margin: 30rpx 0 0 0;
float: right;
border-radius: 24rpx;
}
.type{
color: #FB3024 !important;
color: #005BAC !important;
}
.flex_s{
width: 100%;
@ -219,7 +219,7 @@ export default {
.search-icons{
width: 47rpx;
height: 47rpx;
background: #FB3024;
background: #005BAC;
border-radius: 50%;
margin-left: 20rpx;
display: flex;

View File

@ -171,13 +171,13 @@ export default {
color: #fff;
font-size: 28rpx;
text-align: center;
background: #FB3024;
background: #005BAC;
margin: 30rpx 0 0 0;
float: right;
border-radius: 24rpx;
}
.type{
color: #FB3024 !important;
color: #005BAC !important;
}
.flex_s{
width: 100%;
@ -219,7 +219,7 @@ export default {
.search-icons{
width: 47rpx;
height: 47rpx;
background: #FB3024;
background: #005BAC;
border-radius: 50%;
margin-left: 20rpx;
display: flex;

View File

@ -179,13 +179,13 @@ export default {
color: #fff;
font-size: 28rpx;
text-align: center;
background: #FB3024;
background: #005BAC;
margin: 30rpx 0 0 0;
float: right;
border-radius: 24rpx;
}
.type{
color: #FB3024 !important;
color: #005BAC !important;
}
.flex_s{
width: 100%;
@ -227,7 +227,7 @@ export default {
.search-icons{
width: 47rpx;
height: 47rpx;
background: #FB3024;
background: #005BAC;
border-radius: 50%;
margin-left: 20rpx;
display: flex;

View File

@ -238,14 +238,14 @@
color: #fff;
font-size: 28rpx;
text-align: center;
background: #FB3024;
background: #005BAC;
margin: 30rpx 0 0 0;
float: right;
border-radius: 24rpx;
}
.type {
color: #FB3024 !important;
color: #005BAC !important;
}
.flex_s {
@ -296,7 +296,7 @@
.search-icons {
width: 47rpx;
height: 47rpx;
background: #FB3024;
background: #005BAC;
border-radius: 50%;
margin-left: 20rpx;
display: flex;

View File

@ -8,7 +8,7 @@
<view>
<view class="quan"
@click.stop="goCart">
<img :src="smallCarLength>0?img1:img2"
<img :src="smallCarLength>0?cart:cartEmpty"
alt="">
<view class="qiu"
v-show="smallCarLength > 0">{{ smallCarLength }}</view>
@ -37,8 +37,8 @@ export default {
data() {
return {
downShow: false,
img1: require('@/static/images/cartBall1.png'),
img2: require('@/static/images/cartBall.png'),
cart: require('@/static/images/cart-not-empty.png'),
cartEmpty: require('@/static/images/cart-empty.png'),
}
},
computed: {

View File

@ -113,7 +113,7 @@
:loadingText="'购买中'"
@tap="goBuy"
:disabled="submitDisabled"
color="#FB3024"
color="#005BAC"
>{{ '去结算' }}
</u-button>
</view>

View File

@ -145,13 +145,13 @@ export default {
color: #fff;
font-size: 28rpx;
text-align: center;
background: #FB3024;
background: #005BAC;
margin: 30rpx 0 0 0;
float: right;
border-radius: 24rpx;
}
.type{
color: #FB3024 !important;
color: #005BAC !important;
}
.flex_s{
width: 100%;
@ -193,7 +193,7 @@ export default {
.search-icons{
width: 47rpx;
height: 47rpx;
background: #FB3024;
background: #005BAC;
border-radius: 50%;
margin-left: 20rpx;
display: flex;

View File

@ -118,14 +118,14 @@
color: #fff;
font-size: 28rpx;
text-align: center;
background: #FB3024;
background: #005BAC;
margin: 30rpx 0 0 0;
float: right;
border-radius: 24rpx;
}
.type {
color: #FB3024 !important;
color: #005BAC !important;
}
.flex_s {
@ -176,7 +176,7 @@
.search-icons {
width: 47rpx;
height: 47rpx;
background: #FB3024;
background: #005BAC;
border-radius: 50%;
margin-left: 20rpx;
display: flex;

View File

@ -79,7 +79,7 @@
</u--form>
<view class="disflx">
<u-button type="success" class="uBtn" shape="circle"
color="linear-gradient(to right, #fb3024, #fb3024 )"
color="linear-gradient(to right, #005BAC, #005BAC )"
@tap="handleClose">{{'确定'}}</u-button>
</view>
</view>
@ -213,7 +213,7 @@
font-size: 30rpx;
font-family: Source Han Sans CN;
font-weight: bold;
color: #fb3024;
color: #005BAC;
text-align: center;
}

View File

@ -309,7 +309,7 @@
}
.seatch_r {
background: #fb3024;
background: #005BAC;
border-radius: 50%;
padding: 8rpx;
margin-left: 24rpx;

View File

@ -240,7 +240,7 @@
}
.seatch_r {
background: #fb3024;
background: #005BAC;
border-radius: 50%;
padding: 8rpx;
margin-left: 24rpx;

View File

@ -241,7 +241,7 @@
}
.seatch_r {
background: #fb3024;
background: #005BAC;
border-radius: 50%;
padding: 8rpx;
margin-left: 24rpx;

View File

@ -5064,7 +5064,7 @@
type="success"
class="uBtn"
shape="circle"
color="linear-gradient(to right, #fb3024, #fb3024 )"
color="linear-gradient(to right, #005BAC, #005BAC )"
@tap="agreeMent = false"
>{{ '确定' }}</u-button
>

View File

@ -32,12 +32,12 @@
disabled
class="uBtn"
shape="circle"
color="linear-gradient(to right, #fb3024, #fb3024 )">{{'我已阅读以上协议'}}({{ readTime }})s</u-button>
color="linear-gradient(to right, #005BAC, #005BAC )">{{'我已阅读以上协议'}}({{ readTime }})s</u-button>
<u-button type="success"
v-else
class="uBtn"
shape="circle"
color="linear-gradient(to right, #fb3024, #fb3024 )"
color="linear-gradient(to right, #005BAC, #005BAC )"
@tap="toAgree">{{'我已阅读以上协议'}}</u-button>
</view>

View File

@ -79,7 +79,7 @@
</u--form>
<view class="disflx">
<u-button type="success" class="uBtn" shape="circle"
color="linear-gradient(to right, #fb3024, #fb3024 )"
color="linear-gradient(to right, #005BAC, #005BAC )"
@tap="handleClose">{{'确定'}}</u-button>
</view>
</view>
@ -216,7 +216,7 @@
font-size: 30rpx;
font-family: Source Han Sans CN;
font-weight: bold;
color: #fb3024;
color: #005BAC;
text-align: center;
}

View File

@ -178,7 +178,7 @@
font-size: 26rpx;
font-family: Source Han Sans CN;
font-weight: bold;
color: #FB3024;
color: #005BAC;
}
.avatar {
@ -249,7 +249,7 @@
font-size: 26rpx;
font-family: Source Han Sans CN;
font-weight: bold;
color: #FB3024;
color: #005BAC;
}
.avatar {

View File

@ -364,7 +364,7 @@ font-size:6.0000pt;"><font face="宋体">日</font></span></b><span style="mso-s
<u-button type="success"
class="uBtn"
shape="circle"
color="linear-gradient(to right, #fb3024, #fb3024 )"
color="linear-gradient(to right, #005BAC, #005BAC )"
@tap="agreeMent=false">{{'确定'}}</u-button>
</view>

View File

@ -331,7 +331,7 @@ page {
background-color: #fff;
}
.btn {
background-color: #fb3024;
background-color: #005BAC;
border: none;
height: 92rpx;
line-height: 92rpx;

View File

@ -205,7 +205,7 @@ export default {
margin-bottom: 170rpx;
}
.btn{
background-color: #FB3024;
background-color: #005BAC;
border: none;
height: 92rpx;
line-height: 92rpx;

View File

@ -165,7 +165,7 @@
}
.seatch_r {
background: #fb3024;
background: #005BAC;
border-radius: 50%;
padding: 8rpx;
}
@ -196,7 +196,7 @@
color: #333333;
.top_red {
color: #FB3024;
color: #005BAC;
}
}
@ -221,7 +221,7 @@
}
.thebtn2 {
background-color: #FB3024;
background-color: #005BAC;
color: #ffffff;
}
}

View File

@ -306,7 +306,7 @@
.small-btn {
width: 312rpx;
height: 72rpx;
background: #FB3024;
background: #005BAC;
border-radius: 34rpx;
font-size: 28rpx;
font-weight: 400;
@ -319,13 +319,13 @@
.small-text-btn {
width: 312rpx;
height: 72rpx;
border: 1px solid #FB3024;
border: 1px solid #005BAC;
border-radius: 34rpx;
display: flex;
justify-content: center;
align-items: center;
font-size: 28rpx;
color: #FB3024;
color: #005BAC;
}
}
@ -379,7 +379,7 @@
color: #333333;
.top_red {
color: #FB3024;
color: #005BAC;
}
}
@ -404,7 +404,7 @@
}
.thebtn2 {
background-color: #FB3024;
background-color: #005BAC;
color: #ffffff;
}
}
@ -499,7 +499,7 @@
}
.seatch_r {
background: #fb3024;
background: #005BAC;
border-radius: 50%;
padding: 8rpx;
}

View File

@ -436,7 +436,7 @@
.small-btn {
width: 312rpx;
height: 72rpx;
background: #FB3024;
background: #005BAC;
border-radius: 34rpx;
font-size: 28rpx;
font-weight: 400;
@ -449,13 +449,13 @@
.small-text-btn {
width: 312rpx;
height: 72rpx;
border: 1px solid #FB3024;
border: 1px solid #005BAC;
border-radius: 34rpx;
display: flex;
justify-content: center;
align-items: center;
font-size: 28rpx;
color: #FB3024;
color: #005BAC;
}
}
@ -509,7 +509,7 @@
color: #333333;
.top_red {
color: #FB3024;
color: #005BAC;
}
}
@ -534,7 +534,7 @@
}
.thebtn2 {
background-color: #FB3024;
background-color: #005BAC;
color: #ffffff;
}
}
@ -629,7 +629,7 @@
}
.seatch_r {
background: #fb3024;
background: #005BAC;
border-radius: 50%;
padding: 8rpx;
}

View File

@ -436,7 +436,7 @@
.small-btn {
width: 312rpx;
height: 72rpx;
background: #FB3024;
background: #005BAC;
border-radius: 34rpx;
font-size: 28rpx;
font-weight: 400;
@ -449,13 +449,13 @@
.small-text-btn {
width: 312rpx;
height: 72rpx;
border: 1px solid #FB3024;
border: 1px solid #005BAC;
border-radius: 34rpx;
display: flex;
justify-content: center;
align-items: center;
font-size: 28rpx;
color: #FB3024;
color: #005BAC;
}
}
@ -509,7 +509,7 @@
color: #333333;
.top_red {
color: #FB3024;
color: #005BAC;
}
}
@ -534,7 +534,7 @@
}
.thebtn2 {
background-color: #FB3024;
background-color: #005BAC;
color: #ffffff;
}
}
@ -629,7 +629,7 @@
}
.seatch_r {
background: #fb3024;
background: #005BAC;
border-radius: 50%;
padding: 8rpx;
}

View File

@ -458,7 +458,7 @@
.small-btn {
width: 312rpx;
height: 72rpx;
background: #FB3024;
background: #005BAC;
border-radius: 34rpx;
font-size: 28rpx;
font-weight: 400;
@ -471,13 +471,13 @@
.small-text-btn {
width: 312rpx;
height: 72rpx;
border: 1px solid #FB3024;
border: 1px solid #005BAC;
border-radius: 34rpx;
display: flex;
justify-content: center;
align-items: center;
font-size: 28rpx;
color: #FB3024;
color: #005BAC;
}
}
@ -531,7 +531,7 @@
color: #333333;
.top_red {
color: #FB3024;
color: #005BAC;
}
}
@ -556,7 +556,7 @@
}
.thebtn2 {
background-color: #FB3024;
background-color: #005BAC;
color: #ffffff;
}
}
@ -651,7 +651,7 @@
}
.seatch_r {
background: #fb3024;
background: #005BAC;
border-radius: 50%;
padding: 8rpx;
}

View File

@ -468,7 +468,7 @@
.small-btn {
width: 312rpx;
height: 72rpx;
background: #FB3024;
background: #005BAC;
border-radius: 34rpx;
font-size: 28rpx;
font-weight: 400;
@ -481,13 +481,13 @@
.small-text-btn {
width: 312rpx;
height: 72rpx;
border: 1px solid #FB3024;
border: 1px solid #005BAC;
border-radius: 34rpx;
display: flex;
justify-content: center;
align-items: center;
font-size: 28rpx;
color: #FB3024;
color: #005BAC;
}
}
@ -541,7 +541,7 @@
color: #333333;
.top_red {
color: #FB3024;
color: #005BAC;
}
}
@ -566,7 +566,7 @@
}
.thebtn2 {
background-color: #FB3024;
background-color: #005BAC;
color: #ffffff;
}
}
@ -661,7 +661,7 @@
}
.seatch_r {
background: #fb3024;
background: #005BAC;
border-radius: 50%;
padding: 8rpx;
}

View File

@ -307,7 +307,7 @@
.small-btn {
width: 312rpx;
height: 72rpx;
background: #FB3024;
background: #005BAC;
border-radius: 34rpx;
font-size: 28rpx;
font-weight: 400;
@ -320,13 +320,13 @@
.small-text-btn {
width: 312rpx;
height: 72rpx;
border: 1px solid #FB3024;
border: 1px solid #005BAC;
border-radius: 34rpx;
display: flex;
justify-content: center;
align-items: center;
font-size: 28rpx;
color: #FB3024;
color: #005BAC;
}
}
@ -380,7 +380,7 @@
color: #333333;
.top_red {
color: #FB3024;
color: #005BAC;
}
}
@ -405,7 +405,7 @@
}
.thebtn2 {
background-color: #FB3024;
background-color: #005BAC;
color: #ffffff;
}
}
@ -500,7 +500,7 @@
}
.seatch_r {
background: #fb3024;
background: #005BAC;
border-radius: 50%;
padding: 8rpx;
}

View File

@ -468,7 +468,7 @@
.small-btn {
width: 312rpx;
height: 72rpx;
background: #FB3024;
background: #005BAC;
border-radius: 34rpx;
font-size: 28rpx;
font-weight: 400;
@ -481,13 +481,13 @@
.small-text-btn {
width: 312rpx;
height: 72rpx;
border: 1px solid #FB3024;
border: 1px solid #005BAC;
border-radius: 34rpx;
display: flex;
justify-content: center;
align-items: center;
font-size: 28rpx;
color: #FB3024;
color: #005BAC;
}
}
@ -541,7 +541,7 @@
color: #333333;
.top_red {
color: #FB3024;
color: #005BAC;
}
}
@ -566,7 +566,7 @@
}
.thebtn2 {
background-color: #FB3024;
background-color: #005BAC;
color: #ffffff;
}
}
@ -661,7 +661,7 @@
}
.seatch_r {
background: #fb3024;
background: #005BAC;
border-radius: 50%;
padding: 8rpx;
}

View File

@ -218,7 +218,7 @@ export default {
</script>
<style>
.type{
color: #FB3024 !important;
color: #005BAC !important;
}
.flex_s{
width: 100%;
@ -258,7 +258,7 @@ export default {
.search-icons{
width: 47rpx;
height: 47rpx;
background: #FB3024;
background: #005BAC;
border-radius: 50%;
margin-left: 20rpx;
display: flex;

View File

@ -1323,7 +1323,7 @@
.submit {
width: 692rpx;
height: 92rpx;
background: #FB3024;
background: #005BAC;
border-radius: 44rpx;
margin: 50rpx auto;
line-height: 92rpx;
@ -1354,7 +1354,7 @@
}
.text-colors {
color: #FB3024;
color: #005BAC;
font-size: 24rpx;
margin-bottom: 10rpx;
}
@ -1418,7 +1418,7 @@
margin: 35rpx 10rpx 0 10rpx;
// position: absolute;
// top:40rpx;
color: #FB3024;
color: #005BAC;
width: 10rpx;
}
@ -1468,7 +1468,7 @@
}
.text_s {
color: #FB3024;
color: #005BAC;
font-size: 28rpx;
margin-left: 25rpx;
font-weight: bold;
@ -1480,7 +1480,7 @@
top: 40rpx;
width: 6rpx;
height: 24rpx;
background: #FB3024;
background: #005BAC;
// margin: 30rpx 0 0;
}

View File

@ -225,8 +225,8 @@
}
.heng {
border-bottom: 6rpx solid #FB3024;
color: #FB3024;
border-bottom: 6rpx solid #005BAC;
color: #005BAC;
}

View File

@ -234,7 +234,7 @@ export default {
border: none;
}
.btn{
background-color: #FB3024;
background-color: #005BAC;
border: none;
height: 92rpx;
line-height: 92rpx;

View File

@ -244,7 +244,7 @@ page {
border: none;
}
.btn {
background-color: #fb3024;
background-color: #005BAC;
border: none;
height: 92rpx;
line-height: 92rpx;

View File

@ -233,7 +233,7 @@ page {
border: none;
}
.btn {
background-color: #fb3024;
background-color: #005BAC;
border: none;
height: 92rpx;
line-height: 92rpx;

View File

@ -365,7 +365,7 @@
<view class="footer_l">
<u-checkbox-group v-model="agreementShow"
shape="circle"
activeColor="#FB3024"
activeColor="#005BAC"
@change="checkboxChange">
<u-checkbox :name="1">
</u-checkbox>
@ -381,7 +381,7 @@
:loading="isLoading"
:loadingText="'购买中'"
@tap="goBuy"
color="linear-gradient(to right, #fb3024, #fb3024 )">{{'购买'}}</u-button>
color="linear-gradient(to right, #005BAC, #005BAC )">{{'购买'}}</u-button>
</view>
</view>
</view>
@ -1088,7 +1088,7 @@ export default {
width: 100%;
position: fixed;
display: flex;
background: #fb3024;
background: #005BAC;
font-size: 28rpx;
font-weight: 400;
color: #ffffff;
@ -1237,7 +1237,7 @@ export default {
font-size: 26rpx;
font-family: Source Han Sans CN;
font-weight: bold;
color: #fb3024;
color: #005BAC;
}
.tit3 {
font-size: 26rpx;
@ -1262,7 +1262,7 @@ export default {
background: #f2f2f2;
}
.subTxt {
background: #fb3024;
background: #005BAC;
font-size: 28rpx;
font-family: Source Han Sans CN;
font-weight: bold;

View File

@ -264,7 +264,7 @@ body {
text-align: center;
}
.btn {
background-color: #fb3024;
background-color: #005BAC;
border: none;
height: 92rpx;
line-height: 92rpx;

View File

@ -1422,7 +1422,7 @@ export default {
.submit{
width: 692rpx;
height: 92rpx;
background: #FB3024;
background: #005BAC;
border-radius: 44rpx;
margin: 50rpx auto;
line-height: 92rpx;
@ -1448,7 +1448,7 @@ export default {
border-bottom: none!important;
}
.text-colors{
color: #FB3024;
color: #005BAC;
font-size: 24rpx;
margin-bottom: 10rpx;
}
@ -1502,7 +1502,7 @@ export default {
margin: 35rpx 10rpx 0 10rpx;
// position: absolute;
// top:40rpx;
color: #FB3024;
color: #005BAC;
width: 10rpx;
}
:v-deep .u-form-item__body{
@ -1544,7 +1544,7 @@ export default {
position: relative;
}
.text_s{
color: #FB3024;
color: #005BAC;
font-size: 28rpx;
margin-left: 25rpx;
font-weight: bold;
@ -1555,7 +1555,7 @@ export default {
top: 40rpx;
width: 6rpx;
height: 24rpx;
background: #FB3024;
background: #005BAC;
// margin: 30rpx 0 0;
}
.contents{

View File

@ -279,7 +279,7 @@
}
.seatch_r {
background: #fb3024;
background: #005BAC;
border-radius: 50%;
padding: 8rpx;
margin-left: 24rpx;

View File

@ -145,13 +145,13 @@ export default {
font-size: 30rpx;
// width: 100%;
font-weight: bold;
color: #fb3024;
color: #005BAC;
}
.right_title1 {
font-size: 26rpx;
// width: 100%;
font-weight: bold;
color: #fb3024;
color: #005BAC;
}
.right_jies {

View File

@ -42,8 +42,8 @@
}
.heng {
border-bottom: 6rpx solid #FB3024;
color: #FB3024;
border-bottom: 6rpx solid #005BAC;
color: #005BAC;
color: #333333;
}

View File

@ -151,7 +151,7 @@
}
.seatch_r {
background: #fb3024;
background: #005BAC;
border-radius: 50%;
padding: 8rpx;
margin-left: 24rpx;

View File

@ -201,8 +201,8 @@
}
.heng {
border-bottom: 6rpx solid #FB3024;
color: #FB3024;
border-bottom: 6rpx solid #005BAC;
color: #005BAC;
}
@ -229,7 +229,7 @@
}
.seatch_r {
background: #fb3024;
background: #005BAC;
border-radius: 50%;
padding: 8rpx;
margin-left: 24rpx;
@ -241,7 +241,7 @@
background-color: rgba(251, 48, 36, 0.15);
padding: 45rpx 28rpx;
color: #FB3024;
color: #005BAC;
display: flex;
align-items: center;
justify-content: space-between;

View File

@ -202,7 +202,7 @@ export default {
}
.seatch_r {
background: #fb3024;
background: #005BAC;
border-radius: 50%;
padding: 8rpx;
margin-left: 24rpx;

View File

@ -262,7 +262,7 @@
color: #333333;
.top_red {
color: #FB3024;
color: #005BAC;
}
}
@ -287,7 +287,7 @@
}
.thebtn2 {
background-color: #FB3024;
background-color: #005BAC;
color: #ffffff;
}
}
@ -361,7 +361,7 @@
}
.seatch_r {
background: #fb3024;
background: #005BAC;
border-radius: 50%;
padding: 8rpx;
margin-left: 24rpx;

View File

@ -247,7 +247,7 @@ export default {
}
}
.btn{
background-color: #FB3024;
background-color: #005BAC;
border: none;
height: 92rpx;
line-height: 92rpx;

View File

@ -260,7 +260,7 @@
padding: 0 20rpx;
.subbtn {
background: #FB3024;
background: #005BAC;
border-radius: 46rpx;
font-size: 30rpx;
font-family: Source Han Sans CN;

View File

@ -228,7 +228,7 @@
color: #333333;
.top_red {
color: #FB3024;
color: #005BAC;
}
}
.popup_bottom {
@ -252,7 +252,7 @@
}
.thebtn2 {
background-color: #FB3024;
background-color: #005BAC;
color: #ffffff;
}
}

View File

@ -208,7 +208,7 @@
padding: 0 20rpx;
.subbtn {
background: #FB3024;
background: #005BAC;
border-radius: 46rpx;
font-size: 30rpx;
font-family: Source Han Sans CN;

View File

@ -242,7 +242,7 @@
padding: 0 20rpx;
.subbtn {
background: #FB3024;
background: #005BAC;
border-radius: 46rpx;
font-size: 30rpx;
font-family: Source Han Sans CN;

View File

@ -251,7 +251,7 @@
padding: 0 20rpx;
.subbtn {
background: #FB3024;
background: #005BAC;
border-radius: 46rpx;
font-size: 30rpx;
font-family: Source Han Sans CN;

View File

@ -89,8 +89,8 @@
}
.heng {
border-bottom: 6rpx solid #FB3024;
color: #FB3024;
border-bottom: 6rpx solid #005BAC;
color: #005BAC;
color: #333333;
}

View File

@ -284,7 +284,7 @@ page {
background-color: #fff;
}
.btn {
background-color: #fb3024;
background-color: #005BAC;
border: none;
height: 92rpx;
line-height: 92rpx;

View File

@ -410,8 +410,8 @@
}
.heng {
border-bottom: 6rpx solid #FB3024;
color: #FB3024;
border-bottom: 6rpx solid #005BAC;
color: #005BAC;
}
@ -445,7 +445,7 @@
.header_text1 {
font-weight: bold;
color: #FB3024;
color: #005BAC;
font-size: 20rpx;
font-family: Microsoft YaHei UI;
}

View File

@ -64,7 +64,7 @@
<view class="yes_t">昨日业绩</view>
<view :class="awards.aNewPv!=0&&awards.bNewPv!=0?'ju_left_bottom1':'ju_left_bottom'">
<view
class="current-schedule2"
class="current-progress"
:style="{
width: yesPercent(awards.aNewPv, awards.bNewPv),
}"
@ -78,9 +78,9 @@
<view class="yes_t">当月业绩</view>
<view :class="awards.aMonthPv!=0&&awards.bMonthPv!=0?'ju_left_bottom1':'ju_left_bottom'">
<view
class="current-schedule2"
class="current-progress"
:style="{
width: yesPercent(awards.aMonthPv, awards.bMonthPv),
width: '100%',
}"
></view>
<view class="cha">
@ -93,7 +93,7 @@
<view class="yes_t">{{ '历史业绩' }}</view>
<view :class="awards.aSumPv!=0&&awards.bSumPv!=0?'ju_left_bottom1':'ju_left_bottom'">
<view
class="current-schedule3"
class="current-progress"
:style="{
width: yesPercent(awards.aSumPv, awards.bSumPv),
}"
@ -127,12 +127,12 @@
<view class="theorderflex1" @click="goOrder(0)">
<image class="order_img2" src="../../static/images/myorder_1.png" />
<view class="order_text">{{ '待付款' }}</view>
<view class="qiu">{{ waitPayNum }}</view>
<view v-if="waitPayNum" class="qiu">{{ waitPayNum }}</view>
</view>
<view class="theorderflex1" @click="goOrder(1)">
<image class="order_img2" src="../../static/images/myorder_2.png" />
<view class="order_text">{{ '待发货' }}</view>
<view class="qiu">{{ payNum }}</view>
<view v-if="payNum" class="qiu">{{ payNum }}</view>
</view>
<view class="theorderflex1" @click="goOrder(3)">
<image class="order_img2" src="../../static/images/myorder_3.png" />
@ -222,7 +222,7 @@
<u-button
shape="circle"
@click="loginOut()"
color="#f93026"
color="#005BAC"
:text="'退出登录'"
></u-button>
</view>
@ -248,7 +248,7 @@
class="uBtn"
shape="circle"
@tap="surePsw"
color="linear-gradient(to right, #fb3024, #fb3024 )"
color="#005BAC"
>{{ '确认' }}
</u-button>
</view>
@ -811,7 +811,7 @@ export default {
// width: 100%;
flex: 1;
height: 34rpx;
background: #fea43c;
background: #FFB74D;
border-radius: 20rpx;
margin: 10rpx;
// margin-top: 23rpx;
@ -819,24 +819,31 @@ export default {
}
.current-schedule1 {
// .current-schedule1 {
// position: absolute;
// width: 30%;
// background: #005BAC;
// height: 34rpx;
// border-radius: 20px;
// }
// .current-schedule2 {
// position: absolute;
// width: 30%;
// background: #005BAC;
// height: 34rpx;
// border-radius: 20px;
// }
// .current-schedule3 {
// position: absolute;
// width: 30%;
// background: #005BAC;
// height: 34rpx;
// border-radius: 20px;
// }
.current-progress {
position: absolute;
width: 30%;
background: #fc4243;
height: 34rpx;
border-radius: 20px;
}
.current-schedule2 {
position: absolute;
width: 30%;
background: #fc4243;
height: 34rpx;
border-radius: 20px;
}
.current-schedule3 {
position: absolute;
width: 30%;
background: #fc4243;
background: #3385D6;
height: 34rpx;
border-radius: 20px;
}
@ -848,6 +855,7 @@ export default {
transform: translate(0%, -55%);
white-space: nowrap;
text-align: center;
}
.yestDay {
display: flex;
@ -999,7 +1007,7 @@ export default {
font-size: 24rpx;
background-image: linear-gradient(
to bottom,
#e64435 5%,
#005BAC 5%,
#f2f2f2 50%
); // background-position: top;
@ -1091,7 +1099,7 @@ export default {
display: flex;
align-items: center;
font-size: 12px;
color: #fb3024;
color: #005BAC;
font-weight: 400;
// margin-left: 20rpx;
.gra_left1 {

View File

@ -554,7 +554,7 @@ export default {
background: #f5f6f8; // margin-right: 40rpx;
}
.seatch_r {
background: #fb3024;
background: #005BAC;
border-radius: 50%;
padding: 8rpx;
margin-left: 24rpx;
@ -712,7 +712,7 @@ export default {
font-size: 24rpx;
font-family: Source Han Sans CN;
font-weight: 400;
color: #fb3024;
color: #005BAC;
}
.tit5 {
@ -777,7 +777,7 @@ export default {
color: #333333;
border-bottom: 2rpx solid #eeeeee;
.top_red {
color: #fb3024;
color: #005BAC;
}
}
.typesBox {

View File

@ -173,11 +173,11 @@ export default {
.red1 {
width: 10px;
height: 10px;
background: #fb3024;
background: #005BAC;
border-radius: 50%;
}
.red2 {
color: #fb3024;
color: #005BAC;
}
.red3 {
color: #333;

View File

@ -357,7 +357,7 @@
padding: 0 20rpx;
.subbtn {
background: #FB3024;
background: #005BAC;
border-radius: 46rpx;
font-size: 30rpx;
font-family: Source Han Sans CN;

View File

@ -174,7 +174,7 @@
<view class="footer_l">
<u-checkbox-group v-model="agreementShow"
shape="circle"
activeColor="#FB3024"
activeColor="#005BAC"
@change="checkboxChange">
<u-checkbox :name="1">
</u-checkbox>
@ -189,7 +189,7 @@
:loading="isLoading"
:loadingText="'购买中'"
@tap="goBuy"
color="linear-gradient(to right, #fb3024, #fb3024 )">{{'购买'}}</u-button>
color="linear-gradient(to right, #005BAC, #005BAC )">{{'购买'}}</u-button>
</view>
</view>
</view>
@ -641,7 +641,7 @@ export default {
width: 100%;
position: fixed;
display: flex;
background: #fb3024;
background: #005BAC;
font-size: 28rpx;
font-weight: 400;
color: #ffffff;
@ -789,7 +789,7 @@ export default {
font-size: 26rpx;
font-family: Source Han Sans CN;
font-weight: bold;
color: #fb3024;
color: #005BAC;
}
.tit3 {
font-size: 26rpx;
@ -814,7 +814,7 @@ export default {
background: #f2f2f2;
}
.subTxt {
background: #fb3024;
background: #005BAC;
font-size: 28rpx;
font-family: Source Han Sans CN;
font-weight: bold;

View File

@ -361,7 +361,7 @@
<!-- <u-checkbox-group
v-model="agreementShow"
shape="circle"
activeColor="#FB3024"
activeColor="#005BAC"
@change="checkboxChange"
>
<u-checkbox :name="1"> </u-checkbox>
@ -396,7 +396,7 @@
:loading="isLoading"
:loadingText="'购买中'"
@tap="goBuy"
color="linear-gradient(to right, #fb3024, #fb3024 )"
color="linear-gradient(to right, #005BAC, #005BAC )"
>{{ '购买' }}</u-button
>
</view>
@ -1211,7 +1211,7 @@ export default {
width: 100%;
position: fixed;
display: flex;
background: #fb3024;
background: #005BAC;
font-size: 28rpx;
font-weight: 400;
color: #ffffff;
@ -1385,7 +1385,7 @@ export default {
font-size: 26rpx;
font-family: Source Han Sans CN;
font-weight: bold;
color: #fb3024;
color: #005BAC;
}
.cen {
@ -1419,7 +1419,7 @@ export default {
}
.subTxt {
background: #fb3024;
background: #005BAC;
font-size: 28rpx;
font-family: Source Han Sans CN;
font-weight: bold;

View File

@ -249,7 +249,7 @@ export default {
border: none;
}
.btn{
background-color: #FB3024;
background-color: #005BAC;
border: none;
height: 92rpx;
line-height: 92rpx;

View File

@ -252,7 +252,7 @@ export default {
border: none;
}
.btn{
background-color: #FB3024;
background-color: #005BAC;
border: none;
height: 92rpx;
line-height: 92rpx;

View File

@ -70,7 +70,7 @@
<u-button type="success"
class="uBtn"
shape="circle"
color="linear-gradient(to right, #fb3024, #fb3024 )"
color="linear-gradient(to right, #005BAC, #005BAC )"
:loading="isLoading"
:loadingText="'绑定中'"
@click="toBind">{{ '立即绑定' }}</u-button>

View File

@ -206,7 +206,7 @@
:loading="isLoading"
loadingText="支付中"
@tap="quickPay(ifcz)"
color="linear-gradient(to right, #fb3024, #fb3024 )">{{'立即支付'}}
color="linear-gradient(to right, #005BAC, #005BAC )">{{'立即支付'}}
</u-button>
</view>
</view>
@ -230,7 +230,7 @@
:loading="isLoading"
loadingText="支付中"
@tap="payPw()"
color="linear-gradient(to right, #fb3024, #fb3024 )">{{'立即支付'}} </u-button>
color="linear-gradient(to right, #005BAC, #005BAC )">{{'立即支付'}} </u-button>
</view>
</u-popup>
<!-- 成功 -->

View File

@ -673,7 +673,7 @@
:loading="isLoading"
loadingText="支付中"
@tap="payPw()"
color="linear-gradient(to right, #fb3024, #fb3024 )">{{'立即支付'}} </u-button>
color="linear-gradient(to right, #005BAC, #005BAC )">{{'立即支付'}} </u-button>
</view>
</u-popup>
<!-- 底部 -->
@ -688,7 +688,7 @@
loadingText="支付中"
:disabled="payBtnDisabled"
@tap="quickPay(ifcz)"
color="linear-gradient(to right, #fb3024, #fb3024 )"
color="linear-gradient(to right, #005BAC, #005BAC )"
>
{{'立即支付'}}
</u-button>

View File

@ -146,14 +146,14 @@
<view class="c_tit" v-else>{{'请输入密码'}}</view>
<u--input v-if="isBank" border="surround" v-model="codeValue"></u--input>
<u--input v-else border="surround" type="password" v-model="codeValue"></u--input>
<u-button type="success" class="uBtn" shape="circle" :loading="isLoading" loadingText="支付中" @tap="payPw()" color="linear-gradient(to right, #fb3024, #fb3024 )">{{'立即支付'}} </u-button>
<u-button type="success" class="uBtn" shape="circle" :loading="isLoading" loadingText="支付中" @tap="payPw()" color="linear-gradient(to right, #005BAC, #005BAC )">{{'立即支付'}} </u-button>
</view>
</u-popup>
<!-- 底部 -->
<view class="footer_f">
<view class="footer">
<view class="footer_r">
<u-button type="success" class="uBtn" shape="circle" :loading="isLoading" loadingText="支付中" @tap="quickPay(ifcz)" color="linear-gradient(to right, #fb3024, #fb3024 )">{{'立即支付'}} </u-button>
<u-button type="success" class="uBtn" shape="circle" :loading="isLoading" loadingText="支付中" @tap="quickPay(ifcz)" color="linear-gradient(to right, #005BAC, #005BAC )">{{'立即支付'}} </u-button>
</view>
</view>

View File

@ -14,7 +14,7 @@
</view>
<view class="buttons">
<view class="btn" @click="closeTap">{{'取消'}}</view>
<view class="btn" style="border-right: none;color: #FB3024;" @click="pickSubmit">{{'确定'}}</view>
<view class="btn" style="border-right: none;color: #005BAC;" @click="pickSubmit">{{'确定'}}</view>
</view>
</view>
</u-popup>
@ -173,7 +173,7 @@
.button{
width: 182rpx;
height: 52rpx;
background: #FB3024;
background: #005BAC;
border-radius: 26rpx;
text-align: center;
line-height: 52rpx;

View File

@ -467,7 +467,7 @@
<u-checkbox-group
v-model="agreementShow"
shape="circle"
activeColor="#FB3024"
activeColor="#005BAC"
@change="checkboxChange"
>
<u-checkbox :name="1"> </u-checkbox>
@ -483,7 +483,7 @@
:loading="isLoading"
:loadingText="'购买中'"
@tap="goBuy"
color="linear-gradient(to right, #fb3024, #fb3024 )"
color="linear-gradient(to right, #005BAC, #005BAC )"
>{{ '购买' }}</u-button
>
</view>
@ -1411,7 +1411,7 @@ export default {
width: 100%;
position: fixed;
display: flex;
background: #fb3024;
background: #005BAC;
font-size: 28rpx;
font-weight: 400;
color: #ffffff;
@ -1574,7 +1574,7 @@ export default {
font-size: 26rpx;
font-family: Source Han Sans CN;
font-weight: bold;
color: #fb3024;
color: #005BAC;
}
.tit3 {
@ -1604,7 +1604,7 @@ export default {
}
.subTxt {
background: #fb3024;
background: #005BAC;
font-size: 28rpx;
font-family: Source Han Sans CN;
font-weight: bold;

View File

@ -281,7 +281,7 @@ export default {
background: #f5f6f8; // margin-right: 40rpx;
}
.seatch_r {
background: #fb3024;
background: #005BAC;
border-radius: 50%;
padding: 8rpx;
margin-left: 24rpx;
@ -439,7 +439,7 @@ export default {
font-size: 24rpx;
font-family: Source Han Sans CN;
font-weight: 400;
color: #fb3024;
color: #005BAC;
}
.tit5 {
@ -504,7 +504,7 @@ export default {
color: #333333;
border-bottom: 2rpx solid #eeeeee;
.top_red {
color: #fb3024;
color: #005BAC;
}
}
.typesBox {

View File

@ -219,7 +219,7 @@
color: #333333;
.top_red {
color: #FB3024;
color: #005BAC;
}
}
@ -288,7 +288,7 @@
}
.thebtn2 {
background-color: #FB3024;
background-color: #005BAC;
color: #ffffff;
}
}

View File

@ -243,7 +243,7 @@
color: #333333;
.top_red {
color: #FB3024;
color: #005BAC;
}
}
@ -312,7 +312,7 @@
}
.thebtn2 {
background-color: #FB3024;
background-color: #005BAC;
color: #ffffff;
}
}

View File

@ -27,7 +27,7 @@
</u--form>
</view>
<view class="bottombtn">
<u-button shape="circle" @click="submit" :text="'确认自提'" color="#FB3024"></u-button>
<u-button shape="circle" @click="submit" :text="'确认自提'" color="#005BAC"></u-button>
</view>
<u-popup class="thePopup" :show="successShow" mode="center" @close="successShow = false">
<view class="successPopup">
@ -196,7 +196,7 @@
font-size: 26rpx;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FB3024;
color: #005BAC;
}
}
@ -220,7 +220,7 @@
}
.poupBtn {
background: #FB3024;
background: #005BAC;
border-radius: 39rpx;
padding: 26rpx 0;
display: flex;

View File

@ -275,8 +275,8 @@
}
.heng {
border-bottom: 6rpx solid #FB3024;
color: #FB3024;
border-bottom: 6rpx solid #005BAC;
color: #005BAC;
}
@ -303,7 +303,7 @@
}
.seatch_r {
background: #fb3024;
background: #005BAC;
border-radius: 50%;
padding: 8rpx;
margin-left: 24rpx;
@ -377,7 +377,7 @@
font-size: 32rpx;
font-family: Source Han Sans CN;
font-weight: bold;
color: #FB3024;
color: #005BAC;
}
.center_num {
@ -416,7 +416,7 @@
align-items: center;
justify-content: center;
border-radius: 30rpx;
background: #FB3024;
background: #005BAC;
color: #ffffff;
padding: 15rpx 28rpx;
font-size: 24rpx;
@ -458,7 +458,7 @@
font-size: 26rpx;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FB3024;
color: #005BAC;
}
}
@ -482,7 +482,7 @@
}
.poupBtn {
background: #FB3024;
background: #005BAC;
border-radius: 39rpx;
padding: 26rpx 0;
display: flex;

View File

@ -218,7 +218,7 @@
<!-- <view class="footer_l">
<u-checkbox-group v-model="agreementShow"
shape="circle"
activeColor="#FB3024">
activeColor="#005BAC">
<u-checkbox @change="toCheck"
:name="1">
</u-checkbox>
@ -247,7 +247,7 @@
type="success"
class="uBtn"
shape="circle"
color="linear-gradient(to right, #fb3024, #fb3024 )"
color="linear-gradient(to right, #005BAC, #005BAC )"
@tap="((agreeMent = false), (isRead = 1))"
>{{ '我已阅读并同意以上协议' }}</u-button
>
@ -623,7 +623,7 @@ export default {
padding: 0 20rpx;
.subbtn {
background: #fb3024;
background: #005BAC;
border-radius: 46rpx;
font-size: 30rpx;
font-family: Source Han Sans CN;
@ -655,7 +655,7 @@ export default {
font-size: 26rpx;
font-family: Source Han Sans CN;
font-weight: bold;
color: #fb3024;
color: #005BAC;
}
.tit3 {

View File

@ -80,7 +80,7 @@
:key="index"
class="custom-radio-label">
<u-radio :name="item.pkId"
activeColor="#FB3024"></u-radio>
activeColor="#005BAC"></u-radio>
<div class="custom-label-content">
<view class="label_name">{{ item.recName }}</view>
<view class="label_phone">{{ item.recPhone }}</view>
@ -438,7 +438,7 @@ export default {
font-size: 28rpx;
font-family: Source Han Sans CN;
font-weight: 400;
color: #fb3024;
color: #005BAC;
}
}
@ -482,7 +482,7 @@ page {
}
.btn {
background-color: #fb3024;
background-color: #005BAC;
border: none;
height: 92rpx;
line-height: 92rpx;
@ -528,7 +528,7 @@ page {
}
.poupBtn {
background: #fb3024;
background: #005BAC;
border-radius: 39rpx;
padding: 26rpx 0;
display: flex;

View File

@ -202,7 +202,7 @@
}
.seatch_r {
background: #fb3024;
background: #005BAC;
border-radius: 50%;
padding: 8rpx;
margin-left: 24rpx;
@ -280,7 +280,7 @@
font-size: 32rpx;
font-family: Source Han Sans CN;
font-weight: bold;
color: #FB3024;
color: #005BAC;
}
.center_num {
@ -300,7 +300,7 @@
font-size: 32rpx;
font-family: Source Han Sans CN;
font-weight: bold;
color: #FB3024;
color: #005BAC;
margin-top: 20rpx;
}
@ -324,7 +324,7 @@
align-items: center;
justify-content: center;
border-radius: 30rpx;
background: #FB3024;
background: #005BAC;
color: #ffffff;
padding: 15rpx 28rpx;
font-size: 24rpx;

View File

@ -387,7 +387,7 @@
font-size: 28rpx;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FB3024;
color: #005BAC;
}
}
@ -430,7 +430,7 @@
}
.btn {
background-color: #FB3024;
background-color: #005BAC;
border: none;
height: 92rpx;
line-height: 92rpx;
@ -476,7 +476,7 @@
}
.poupBtn {
background: #FB3024;
background: #005BAC;
border-radius: 39rpx;
padding: 26rpx 0;
display: flex;

View File

@ -211,7 +211,7 @@
align-items: center;
justify-content: center;
border-radius: 30rpx;
background: #FB3024;
background: #005BAC;
color: #ffffff;
padding: 15rpx 28rpx;
font-size: 24rpx;
@ -246,8 +246,8 @@
}
.heng {
border-bottom: 6rpx solid #FB3024;
color: #FB3024;
border-bottom: 6rpx solid #005BAC;
color: #005BAC;
}

View File

@ -72,7 +72,7 @@
class="uBtn"
@tap="goBuy"
shape="circle"
color="linear-gradient(to right, #fb3024, #fb3024 )">{{'立即购买'}} </u-button>
color="linear-gradient(to right, #005BAC, #005BAC )">{{'立即购买'}} </u-button>
</view>
</view>
@ -132,7 +132,7 @@
<u-button type="success"
class="uBtn"
shape="circle"
color="linear-gradient(to right, #fb3024, #fb3024 )"
color="linear-gradient(to right, #005BAC, #005BAC )"
@click="close">{{ '确认' }}</u-button>
</view>
</view>

View File

@ -89,7 +89,7 @@
class="uBtn"
@tap="goBuy"
shape="circle"
color="linear-gradient(to right, #fb3024, #fb3024 )">{{'立即购买'}} </u-button> -->
color="linear-gradient(to right, #005BAC, #005BAC )">{{'立即购买'}} </u-button> -->
<view class="btn1"
@click="toAddCar()">{{ '加入购物车' }}</view>
<!-- <view class="btn2">{{'立即购买'}}</view> -->
@ -134,7 +134,7 @@
<u-button type="success"
class="uBtn"
shape="circle"
color="linear-gradient(to right, #fb3024, #fb3024 )"
color="linear-gradient(to right, #005BAC, #005BAC )"
@click="close">{{ '确认' }}</u-button>
</view>
</view>
@ -599,7 +599,7 @@ export default {
.footer_r {
display: flex;
.btn1 {
background: #e03030;
background: #005BAC;
color: #fff;
// padding: 0rpx 33rpx 0rpx 43rpx;
border-radius: 50px;

View File

@ -728,7 +728,7 @@ overflow-y: auto;
text-align: center;
font-size: 14px;
color: #fff;
background: #FB3024;
background: #005BAC;
white-space: nowrap;
display: flex;
flex-direction: column;
@ -755,7 +755,7 @@ overflow-y: auto;
text-align: center;
font-size: 14px;
color: #fff;
background: #FB3024;
background: #005BAC;
white-space: nowrap;
display: inline-block;
flex-direction: column;
@ -810,7 +810,7 @@ overflow-y: auto;
text-align: center;
font-size: 14px;
color: #fff;
background: #FB3024;
background: #005BAC;
white-space: nowrap;
display: flex;
flex-direction: column;
@ -834,7 +834,7 @@ overflow-y: auto;
color: #333333;
border-bottom: 2rpx solid #EEEEEE;
.top_red {
color: #FB3024;
color: #005BAC;
}
}
@ -927,7 +927,7 @@ overflow-y: auto;
font-size: 24rpx;
font-family: Source Han Sans CN;
font-weight: 400;
color: #fb3024;
color: #005BAC;
img {
width: 56rpx;
height: 56rpx;

View File

@ -163,7 +163,7 @@
:loading="isLoading"
:loadingText="'购买中'"
@tap="goBuy"
color="linear-gradient(to right, #fb3024, #fb3024 )">{{'立即购买'}} </u-button>
color="linear-gradient(to right, #005BAC, #005BAC )">{{'立即购买'}} </u-button>
</view>
</view>
@ -544,7 +544,7 @@ export default {
font-size: 26rpx;
font-family: Source Han Sans CN;
font-weight: bold;
color: #fb3024;
color: #005BAC;
}
.tit3 {
font-size: 26rpx;

View File

@ -162,7 +162,7 @@ export default {
}
.toBuy{
color: #fff;
background: #fb3024;
background: #005BAC;
padding: 10rpx 0;
text-align: center;
border-radius: 10rpx;

View File

@ -199,7 +199,7 @@
<view class="kuang disFlex">
<u-checkbox-group v-model="agreementShow"
shape="circle"
activeColor="#FB3024"
activeColor="#005BAC"
@change="checkboxChange">
<u-checkbox :name="1">
</u-checkbox>
@ -231,7 +231,7 @@
:loading="isLoading"
:loadingText="'购买中'"
@tap="goBuy"
color="linear-gradient(to right, #fb3024, #fb3024 )">{{'立即购买'}} </u-button>
color="linear-gradient(to right, #005BAC, #005BAC )">{{'立即购买'}} </u-button>
</view>
</view>
@ -637,7 +637,7 @@ export default {
font-size: 26rpx;
font-family: Source Han Sans CN;
font-weight: bold;
color: #fb3024;
color: #005BAC;
}
.tit3 {
font-size: 26rpx;
@ -664,7 +664,7 @@ export default {
background: #f5f7fa;
}
.subTxt {
background: #fb3024;
background: #005BAC;
font-size: 28rpx;
font-family: Source Han Sans CN;
font-weight: bold;

View File

@ -158,7 +158,7 @@
:loading="isLoading"
:loadingText="'购买中'"
@tap="goBuy"
color="linear-gradient(to right, #fb3024, #fb3024 )">{{'立即购买'}} </u-button>
color="linear-gradient(to right, #005BAC, #005BAC )">{{'立即购买'}} </u-button>
</view>
</view>
@ -485,7 +485,7 @@ export default {
font-size: 26rpx;
font-family: Source Han Sans CN;
font-weight: bold;
color: #fb3024;
color: #005BAC;
}
.tit3 {
font-size: 26rpx;

View File

@ -84,7 +84,7 @@
<u-button type="success"
class="uBtn"
shape="circle"
color="linear-gradient(to right, #fb3024, #fb3024 )"
color="linear-gradient(to right, #005BAC, #005BAC )"
:loading="isLoading"
:loadingText="'注册中'"
@click="toLogin">{{ '立即注册' }}</u-button>
@ -172,7 +172,7 @@
<u-button type="success"
class="uBtn"
shape="circle"
color="linear-gradient(to right, #fb3024, #fb3024 )"
color="linear-gradient(to right, #005BAC, #005BAC )"
:loading="isLoading"
:loadingText="'注册中'"
@click="hiLogin">{{ '立即注册' }}</u-button>

View File

@ -61,7 +61,7 @@
<u-button type="success" class="uBtn" shape="circle"
color="linear-gradient(to right, #3F93F4, #5ABCF3 )" @tap="copy">{{ '复制' }}</u-button>
<u-button type="success" class="uBtn" shape="circle"
color="linear-gradient(to right, #fb3024, #fb3024 )" @tap="goLogin">{{'确定'}}</u-button>
color="linear-gradient(to right, #005BAC, #005BAC )" @tap="goLogin">{{'确定'}}</u-button>
<!-- <u-button type="info"
class="uBtn"
shape="circle"

View File

@ -18,7 +18,7 @@
@change="checkAll(index, $event)"
>
<u-checkbox
activeColor="red"
activeColor="#005BAC"
shape="circle"
:name="item.specialArea"
>
@ -37,7 +37,7 @@
:key="cndex"
class="goodList"
>
<u-checkbox activeColor="red" :name="ctem.shoppingId"></u-checkbox>
<u-checkbox activeColor="#005BAC" :name="ctem.shoppingId"></u-checkbox>
<view class="goodList_i">
<view class="goodList_it">
<img :src="ctem.cover1" class="cover" alt="" />
@ -129,7 +129,7 @@
:loadingText="'购买中'"
@tap="goBuy"
:disabled="checkoutDisabled"
color="#FB3024"
color="#005BAC"
>去结算
</u-button>
</view>

View File

@ -149,7 +149,7 @@
class="uBtn"
@tap="goBuy"
shape="circle"
color="linear-gradient(to right, #fb3024, #fb3024 )">{{'立即购买'}} </u-button> -->
color="linear-gradient(to right, #005BAC, #005BAC )">{{'立即购买'}} </u-button> -->
<view class="btn1" @click="addCar()">{{ '加入购物车' }}</view>
<!-- <view class="btn2">{{'立即购买'}}</view> -->
</view>
@ -212,7 +212,7 @@
type="success"
class="uBtn"
shape="circle"
color="linear-gradient(to right, #fb3024, #fb3024 )"
color="linear-gradient(to right, #005BAC, #005BAC )"
@click="close"
>{{ '确认' }}</u-button
>
@ -826,7 +826,7 @@ export default {
.footer_r {
display: flex;
.btn1 {
background: #e03030;
background: #005BAC;
color: #fff;
// padding: 0rpx 33rpx 0rpx 43rpx;
border-radius: 50px;
@ -908,7 +908,7 @@ export default {
// display: flex;
// align-items: center;
// justify-content: space-between;
background: #fb3024;
background: #005BAC;
padding: 10rpx 20rpx 20rpx 20rpx;
margin-top: 20rpx;
border-radius: 10px 10px 0 0;

View File

@ -739,7 +739,7 @@ overflow-y: auto;
text-align: center;
font-size: 14px;
color: #fff;
background: #FB3024;
background: #005BAC;
white-space: nowrap;
display: flex;
flex-direction: column;
@ -766,7 +766,7 @@ overflow-y: auto;
text-align: center;
font-size: 14px;
color: #fff;
background: #FB3024;
background: #005BAC;
white-space: nowrap;
display: inline-block;
flex-direction: column;
@ -822,7 +822,7 @@ overflow-y: auto;
text-align: center;
font-size: 14px;
color: #fff;
background: #FB3024;
background: #005BAC;
white-space: nowrap;
display: flex;
flex-direction: column;
@ -846,7 +846,7 @@ overflow-y: auto;
color: #333333;
border-bottom: 2rpx solid #EEEEEE;
.top_red {
color: #FB3024;
color: #005BAC;
}
}
@ -939,7 +939,7 @@ overflow-y: auto;
font-size: 24rpx;
font-family: Source Han Sans CN;
font-weight: 400;
color: #fb3024;
color: #005BAC;
img {
width: 56rpx;
height: 56rpx;

View File

@ -460,7 +460,7 @@
.actOne {
// border-left: 6rpx solid #fb3024;
color: #fff;
background: #fb3024;
background: #005BAC;
}
.tab {
@ -500,8 +500,8 @@
font-size: 14px;
font-family: PingFang SC-Semibold, PingFang SC;
font-weight: 600;
// color: #ed1d25;
background-color: #ed1d25;
// color: #005BAC;
background-color: #005BAC;
color: #fff;
margin-right: 28rpx;
white-space: nowrap;
@ -521,7 +521,7 @@
.heng {
width: 24px;
height: 2px;
background: #ed1d25;
background: #005BAC;
border-radius: 1px 1px 1px 1px;
margin-top: 4rpx;
}

View File

@ -1347,7 +1347,7 @@ export default {
.submit{
width: 692rpx;
height: 92rpx;
background: #FB3024;
background: #005BAC;
border-radius: 44rpx;
margin: 50rpx auto;
line-height: 92rpx;
@ -1373,7 +1373,7 @@ export default {
border-bottom: none!important;
}
.text-colors{
color: #FB3024;
color: #005BAC;
font-size: 24rpx;
margin-bottom: 10rpx;
}
@ -1427,7 +1427,7 @@ export default {
margin: 35rpx 10rpx 0 10rpx;
// position: absolute;
// top:40rpx;
color: #FB3024;
color: #005BAC;
width: 10rpx;
}
:v-deep .u-form-item__body{
@ -1469,7 +1469,7 @@ export default {
position: relative;
}
.text_s{
color: #FB3024;
color: #005BAC;
font-size: 28rpx;
margin-left: 25rpx;
font-weight: bold;
@ -1480,7 +1480,7 @@ export default {
top: 40rpx;
width: 6rpx;
height: 24rpx;
background: #FB3024;
background: #005BAC;
// margin: 30rpx 0 0;
}
.contents{

View File

@ -21,7 +21,7 @@
shape="circle"
loadingText="支付中"
@tap="surePsw"
color="linear-gradient(to right, #fb3024, #fb3024 )">{{'立即支付'}} </u-button>
color="linear-gradient(to right, #005BAC, #005BAC )">{{'立即支付'}} </u-button>
</view>
</u-popup>
<view class="contents">
@ -516,7 +516,7 @@ export default {
}
.height-auto {
height: 94rpx;
background: #fb3024;
background: #005BAC;
line-height: 94rpx;
padding: 0 25rpx;
display: flex;
@ -616,7 +616,7 @@ page {
background-color: #fff;
}
.btn {
background-color: #fb3024;
background-color: #005BAC;
border: none;
height: 92rpx;
line-height: 92rpx;

View File

@ -358,7 +358,7 @@ page {
}
}
.btn {
background-color: #fb3024;
background-color: #005BAC;
border: none;
height: 92rpx;
line-height: 92rpx;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Some files were not shown because too many files have changed in this diff Show More