forked from angelo/web-retail-h5
feat(global): update theme
This commit is contained in:
parent
74af716566
commit
1b8742bcc2
|
@ -914,7 +914,7 @@ export default {
|
||||||
font-size: 36rpx;
|
font-size: 36rpx;
|
||||||
font-family: Source Han Sans CN;
|
font-family: Source Han Sans CN;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #fb3024;
|
color: #f82c1a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tit3 {
|
.tit3 {
|
||||||
|
@ -965,7 +965,7 @@ export default {
|
||||||
width: 28rpx;
|
width: 28rpx;
|
||||||
height: 28rpx;
|
height: 28rpx;
|
||||||
line-height: 28rpx;
|
line-height: 28rpx;
|
||||||
background: #fb3024;
|
background: #005BAC;
|
||||||
box-shadow: 0rpx 3rpx 7rpx 0rpx rgba(0, 0, 0, 0.25);
|
box-shadow: 0rpx 3rpx 7rpx 0rpx rgba(0, 0, 0, 0.25);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -1007,7 +1007,7 @@ export default {
|
||||||
font-size: 36rpx;
|
font-size: 36rpx;
|
||||||
font-family: Source Han Sans CN;
|
font-family: Source Han Sans CN;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #fb3024;
|
color: #f82c1a;
|
||||||
margin-right: 20rpx;
|
margin-right: 20rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1028,7 +1028,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.deldel {
|
.deldel {
|
||||||
color: #fb3024;
|
color: #005BAC;
|
||||||
margin-left: 20rpx;
|
margin-left: 20rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -310,7 +310,7 @@ export default {
|
||||||
}
|
}
|
||||||
.btns {
|
.btns {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background: #c8161d;
|
background: #005BAC;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
width: 300rpx;
|
width: 300rpx;
|
||||||
height: 60rpx;
|
height: 60rpx;
|
||||||
|
|
|
@ -407,7 +407,7 @@
|
||||||
|
|
||||||
.price {
|
.price {
|
||||||
margin-right: 15rpx;
|
margin-right: 15rpx;
|
||||||
color: #c8161d;
|
color: #005BAC;
|
||||||
font-size: 12rpx;
|
font-size: 12rpx;
|
||||||
//width: 120px;
|
//width: 120px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -422,7 +422,7 @@
|
||||||
// display: flex;
|
// display: flex;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 40rpx;
|
font-size: 40rpx;
|
||||||
color: #C8161D;
|
color: #005BAC;
|
||||||
// margin-top: -130rpx;
|
// margin-top: -130rpx;
|
||||||
// margin-left: -50rpx;
|
// margin-left: -50rpx;
|
||||||
}
|
}
|
||||||
|
|
|
@ -333,15 +333,15 @@ export default {
|
||||||
|
|
||||||
// 删除按钮
|
// 删除按钮
|
||||||
.delBtn {
|
.delBtn {
|
||||||
background: #c8161d;
|
background: #005BAC;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-color: #c8161d;
|
border-color: #005BAC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.delBtn:hover {
|
.delBtn:hover {
|
||||||
background: #c8161d;
|
background: #005BAC;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-color: #c8161d;
|
border-color: #005BAC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.view-class {
|
.view-class {
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
|
|
||||||
.act {
|
.act {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background: #C8161D;
|
background: #005BAC;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -10,12 +10,12 @@
|
||||||
<view class="thetree">
|
<view class="thetree">
|
||||||
<view @click="toggleNode(index)" class="arrow"
|
<view @click="toggleNode(index)" class="arrow"
|
||||||
v-if="!expanded && item.children && item.children.length > 0">
|
v-if="!expanded && item.children && item.children.length > 0">
|
||||||
<u-icon size="56rpx" color="#ee252a" name="plus-circle"></u-icon>
|
<u-icon size="56rpx" color="#005BAC" name="plus-circle"></u-icon>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view @click="toggleNode(index)" class="arrow"
|
<view @click="toggleNode(index)" class="arrow"
|
||||||
v-if="expanded && item.children && item.children.length > 0">
|
v-if="expanded && item.children && item.children.length > 0">
|
||||||
<u-icon size="56rpx" color="#ee252a" name="minus-circle"></u-icon>
|
<u-icon size="56rpx" color="#005BAC" name="minus-circle"></u-icon>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="fzbtn">
|
<view class="fzbtn">
|
||||||
|
|
|
@ -110,7 +110,7 @@ export default {
|
||||||
.color-style{
|
.color-style{
|
||||||
width: 65rpx;
|
width: 65rpx;
|
||||||
height: 36rpx;
|
height: 36rpx;
|
||||||
background: #DE3932;
|
background: #005BAC;
|
||||||
border-radius: 2rpx;
|
border-radius: 2rpx;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -173,7 +173,7 @@ export default {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 244rpx;
|
height: 244rpx;
|
||||||
background: linear-gradient(180deg, #F33030 0%, rgba(255,182,182,0) 100%);
|
background: linear-gradient(180deg, #005BAC 0%, rgba(255,182,182,0) 100%);
|
||||||
border-radius: 0px 0px 0px 0px;
|
border-radius: 0px 0px 0px 0px;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="choiceBox">
|
<view class="choiceBox">
|
||||||
<u--input v-model="queryParams.level"
|
<u--input v-model="queryParams.level"
|
||||||
style="background-color: rgba(255, 234, 233, 0.65);border-color:rgba(255, 234, 233, 0.65)!important;"
|
style="background-color: rgba(176, 196, 222, .45);border-color:rgba(176, 196, 222, .45)!important;"
|
||||||
placeholder="请输入" border="surround" shape='circle'></u--input>
|
placeholder="请输入" border="surround" shape='circle'></u--input>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -186,7 +186,7 @@
|
||||||
|
|
||||||
.popup_top {
|
.popup_top {
|
||||||
padding: 25rpx;
|
padding: 25rpx;
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -216,7 +216,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.thebtn1 {
|
.thebtn1 {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -249,14 +249,14 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 20rpx 32rpx;
|
padding: 20rpx 32rpx;
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex_btn {
|
.flex_btn {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -274,7 +274,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectbtn {
|
.selectbtn {
|
||||||
background-color: #C8161D;
|
background-color: #005BAC;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="choiceBox">
|
<view class="choiceBox">
|
||||||
<u--input v-model="queryParams.level"
|
<u--input v-model="queryParams.level"
|
||||||
style="background-color: rgba(255, 234, 233, 0.65);border-color:rgba(255, 234, 233, 0.65)!important;"
|
style="background-color: rgba(176, 196, 222, .45);border-color:rgba(176, 196, 222, .45)!important;"
|
||||||
placeholder="请输入" border="surround" shape='circle'></u--input>
|
placeholder="请输入" border="surround" shape='circle'></u--input>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -369,7 +369,7 @@
|
||||||
|
|
||||||
.popup_top {
|
.popup_top {
|
||||||
padding: 25rpx;
|
padding: 25rpx;
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -399,7 +399,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.thebtn1 {
|
.thebtn1 {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -432,14 +432,14 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 20rpx 32rpx;
|
padding: 20rpx 32rpx;
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex_btn {
|
.flex_btn {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -457,7 +457,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectbtn {
|
.selectbtn {
|
||||||
background-color: #C8161D;
|
background-color: #005BAC;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="choiceBox">
|
<view class="choiceBox">
|
||||||
<u--input v-model="queryParams.level"
|
<u--input v-model="queryParams.level"
|
||||||
style="background-color: rgba(255, 234, 233, 0.65);border-color:rgba(255, 234, 233, 0.65)!important;"
|
style="background-color: rgba(176, 196, 222, .45);border-color:rgba(176, 196, 222, .45)!important;"
|
||||||
placeholder="请输入" border="surround" shape='circle'></u--input>
|
placeholder="请输入" border="surround" shape='circle'></u--input>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -499,7 +499,7 @@
|
||||||
|
|
||||||
.popup_top {
|
.popup_top {
|
||||||
padding: 25rpx;
|
padding: 25rpx;
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -529,7 +529,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.thebtn1 {
|
.thebtn1 {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -562,14 +562,14 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 20rpx 32rpx;
|
padding: 20rpx 32rpx;
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex_btn {
|
.flex_btn {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -587,7 +587,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectbtn {
|
.selectbtn {
|
||||||
background-color: #C8161D;
|
background-color: #005BAC;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="choiceBox">
|
<view class="choiceBox">
|
||||||
<u--input v-model="queryParams.level"
|
<u--input v-model="queryParams.level"
|
||||||
style="background-color: rgba(255, 234, 233, 0.65);border-color:rgba(255, 234, 233, 0.65)!important;"
|
style="background-color: rgba(176, 196, 222, .45);border-color:rgba(176, 196, 222, .45)!important;"
|
||||||
placeholder="请输入" border="surround" shape='circle'></u--input>
|
placeholder="请输入" border="surround" shape='circle'></u--input>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -499,7 +499,7 @@
|
||||||
|
|
||||||
.popup_top {
|
.popup_top {
|
||||||
padding: 25rpx;
|
padding: 25rpx;
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -529,7 +529,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.thebtn1 {
|
.thebtn1 {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -562,14 +562,14 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 20rpx 32rpx;
|
padding: 20rpx 32rpx;
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex_btn {
|
.flex_btn {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -587,7 +587,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectbtn {
|
.selectbtn {
|
||||||
background-color: #C8161D;
|
background-color: #005BAC;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="choiceBox">
|
<view class="choiceBox">
|
||||||
<u--input v-model="queryParams.level"
|
<u--input v-model="queryParams.level"
|
||||||
style="background-color: rgba(255, 234, 233, 0.65);border-color:rgba(255, 234, 233, 0.65)!important;"
|
style="background-color: rgba(176, 196, 222, .45);border-color:rgba(176, 196, 222, .45)!important;"
|
||||||
placeholder="请输入" border="surround" shape='circle'></u--input>
|
placeholder="请输入" border="surround" shape='circle'></u--input>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -521,7 +521,7 @@
|
||||||
|
|
||||||
.popup_top {
|
.popup_top {
|
||||||
padding: 25rpx;
|
padding: 25rpx;
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -551,7 +551,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.thebtn1 {
|
.thebtn1 {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -584,14 +584,14 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 20rpx 32rpx;
|
padding: 20rpx 32rpx;
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex_btn {
|
.flex_btn {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -609,7 +609,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectbtn {
|
.selectbtn {
|
||||||
background-color: #C8161D;
|
background-color: #005BAC;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="choiceBox">
|
<view class="choiceBox">
|
||||||
<u--input v-model="queryParams.level"
|
<u--input v-model="queryParams.level"
|
||||||
style="background-color: rgba(255, 234, 233, 0.65);border-color:rgba(255, 234, 233, 0.65)!important;"
|
style="background-color: rgba(176, 196, 222, .45);border-color:rgba(176, 196, 222, .45)!important;"
|
||||||
placeholder="请输入" border="surround" shape='circle'></u--input>
|
placeholder="请输入" border="surround" shape='circle'></u--input>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -531,7 +531,7 @@
|
||||||
|
|
||||||
.popup_top {
|
.popup_top {
|
||||||
padding: 25rpx;
|
padding: 25rpx;
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -561,7 +561,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.thebtn1 {
|
.thebtn1 {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -594,14 +594,14 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 20rpx 32rpx;
|
padding: 20rpx 32rpx;
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex_btn {
|
.flex_btn {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -619,7 +619,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectbtn {
|
.selectbtn {
|
||||||
background-color: #C8161D;
|
background-color: #005BAC;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="choiceBox">
|
<view class="choiceBox">
|
||||||
<u--input v-model="queryParams.level"
|
<u--input v-model="queryParams.level"
|
||||||
style="background-color: rgba(255, 234, 233, 0.65);border-color:rgba(255, 234, 233, 0.65)!important;"
|
style="background-color: rgba(176, 196, 222, .45);border-color:rgba(176, 196, 222, .45)!important;"
|
||||||
placeholder="请输入" border="surround" shape='circle'></u--input>
|
placeholder="请输入" border="surround" shape='circle'></u--input>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -370,7 +370,7 @@
|
||||||
|
|
||||||
.popup_top {
|
.popup_top {
|
||||||
padding: 25rpx;
|
padding: 25rpx;
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -400,7 +400,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.thebtn1 {
|
.thebtn1 {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -433,14 +433,14 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 20rpx 32rpx;
|
padding: 20rpx 32rpx;
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex_btn {
|
.flex_btn {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -458,7 +458,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectbtn {
|
.selectbtn {
|
||||||
background-color: #C8161D;
|
background-color: #005BAC;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="choiceBox">
|
<view class="choiceBox">
|
||||||
<u--input v-model="queryParams.level"
|
<u--input v-model="queryParams.level"
|
||||||
style="background-color: rgba(255, 234, 233, 0.65);border-color:rgba(255, 234, 233, 0.65)!important;"
|
style="background-color: rgba(176, 196, 222, .45);border-color:rgba(176, 196, 222, .45)!important;"
|
||||||
placeholder="请输入" border="surround" shape='circle'></u--input>
|
placeholder="请输入" border="surround" shape='circle'></u--input>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -531,7 +531,7 @@
|
||||||
|
|
||||||
.popup_top {
|
.popup_top {
|
||||||
padding: 25rpx;
|
padding: 25rpx;
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -561,7 +561,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.thebtn1 {
|
.thebtn1 {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -594,14 +594,14 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 20rpx 32rpx;
|
padding: 20rpx 32rpx;
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex_btn {
|
.flex_btn {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -619,7 +619,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectbtn {
|
.selectbtn {
|
||||||
background-color: #C8161D;
|
background-color: #005BAC;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -205,7 +205,7 @@
|
||||||
.styles {
|
.styles {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
background: #d61820;
|
background: #005BAC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-lists {
|
.top-lists {
|
||||||
|
|
|
@ -122,7 +122,7 @@ export default {
|
||||||
.styles {
|
.styles {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
background: #d61820;
|
background: #005BAC;
|
||||||
}
|
}
|
||||||
.top-lists {
|
.top-lists {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -252,7 +252,7 @@
|
||||||
|
|
||||||
.popup_top {
|
.popup_top {
|
||||||
padding: 25rpx;
|
padding: 25rpx;
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -282,7 +282,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.thebtn1 {
|
.thebtn1 {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -311,7 +311,7 @@
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
.flex_btn {
|
.flex_btn {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -329,7 +329,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectbtn {
|
.selectbtn {
|
||||||
background-color: #C8161D;
|
background-color: #005BAC;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -254,7 +254,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.levelList_i:active {
|
.levelList_i:active {
|
||||||
background-color: rgba(192, 31, 31, 1);
|
background-color: #005BAC;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -218,7 +218,7 @@
|
||||||
|
|
||||||
.popup_top {
|
.popup_top {
|
||||||
padding: 25rpx;
|
padding: 25rpx;
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -247,7 +247,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.thebtn1 {
|
.thebtn1 {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -276,7 +276,7 @@
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
.flex_btn {
|
.flex_btn {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -290,7 +290,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectbtn {
|
.selectbtn {
|
||||||
background-color: #C8161D;
|
background-color: #005BAC;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -140,7 +140,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.thesuccess {
|
.thesuccess {
|
||||||
color: #C8161D;
|
color: #005BAC;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
thecolorJson.forEach((item) => {
|
thecolorJson.forEach((item) => {
|
||||||
item.itemStyle = {
|
item.itemStyle = {
|
||||||
normal: {
|
normal: {
|
||||||
areaColor: "#C8161D", // 选中区域的颜色
|
areaColor: "#005BAC", // 选中区域的颜色
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
//鼠标悬浮区域上的背景颜色
|
//鼠标悬浮区域上的背景颜色
|
||||||
emphasis: {
|
emphasis: {
|
||||||
show: true,
|
show: true,
|
||||||
areaColor: "#C8161D",
|
areaColor: "#005BAC",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
|
@ -117,7 +117,7 @@
|
||||||
thecolorJson.map((item) => {
|
thecolorJson.map((item) => {
|
||||||
item.itemStyle = {
|
item.itemStyle = {
|
||||||
normal: {
|
normal: {
|
||||||
areaColor: "#C8161D", //选中区域的颜色
|
areaColor: "#005BAC", //选中区域的颜色
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
|
@ -788,7 +788,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.ju_text2 {
|
.ju_text2 {
|
||||||
color: #fb3024;
|
color: #005BAC;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 0 6rpx;
|
padding: 0 6rpx;
|
||||||
|
|
|
@ -102,7 +102,7 @@
|
||||||
thecolorJson.forEach((item) => {
|
thecolorJson.forEach((item) => {
|
||||||
item.itemStyle = {
|
item.itemStyle = {
|
||||||
normal: {
|
normal: {
|
||||||
areaColor: "#C8161D", // 选中区域的颜色
|
areaColor: "#005BAC", // 选中区域的颜色
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
@ -133,7 +133,7 @@
|
||||||
//鼠标悬浮区域上的背景颜色
|
//鼠标悬浮区域上的背景颜色
|
||||||
emphasis: {
|
emphasis: {
|
||||||
show: true,
|
show: true,
|
||||||
areaColor: "#C8161D",
|
areaColor: "#005BAC",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
|
@ -158,7 +158,7 @@
|
||||||
thecolorJson.map((item) => {
|
thecolorJson.map((item) => {
|
||||||
item.itemStyle = {
|
item.itemStyle = {
|
||||||
normal: {
|
normal: {
|
||||||
areaColor: "#C8161D", //选中区域的颜色
|
areaColor: "#005BAC", //选中区域的颜色
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
|
@ -554,7 +554,7 @@ export default {
|
||||||
background: #f5f6f8; // margin-right: 40rpx;
|
background: #f5f6f8; // margin-right: 40rpx;
|
||||||
}
|
}
|
||||||
.seatch_r {
|
.seatch_r {
|
||||||
background: #fb3024;
|
background: #005BAC;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
padding: 8rpx;
|
padding: 8rpx;
|
||||||
margin-left: 24rpx;
|
margin-left: 24rpx;
|
||||||
|
@ -712,7 +712,7 @@ export default {
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
font-family: Source Han Sans CN;
|
font-family: Source Han Sans CN;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #fb3024;
|
color: #f82c1a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tit5 {
|
.tit5 {
|
||||||
|
@ -767,7 +767,7 @@ export default {
|
||||||
width: 645rpx;
|
width: 645rpx;
|
||||||
.popup_top {
|
.popup_top {
|
||||||
padding: 25rpx;
|
padding: 25rpx;
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -777,7 +777,7 @@ export default {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
border-bottom: 2rpx solid #eeeeee;
|
border-bottom: 2rpx solid #eeeeee;
|
||||||
.top_red {
|
.top_red {
|
||||||
color: #fb3024;
|
color: #005BAC;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.typesBox {
|
.typesBox {
|
||||||
|
@ -809,7 +809,7 @@ export default {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.selectbtn {
|
.selectbtn {
|
||||||
background-color: #c8161d;
|
background-color: #005BAC;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -820,7 +820,7 @@ export default {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
.flex_btn {
|
.flex_btn {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -833,7 +833,7 @@ export default {
|
||||||
margin: 17rpx 5rpx;
|
margin: 17rpx 5rpx;
|
||||||
}
|
}
|
||||||
.selectbtn {
|
.selectbtn {
|
||||||
background-color: #c8161d;
|
background-color: #005BAC;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -854,7 +854,7 @@ export default {
|
||||||
.footer_r {
|
.footer_r {
|
||||||
width: 327rpx;
|
width: 327rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #ee252a;
|
background: #005BAC;
|
||||||
height: 100rpx;
|
height: 100rpx;
|
||||||
line-height: 100rpx;
|
line-height: 100rpx;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
@ -233,7 +233,7 @@
|
||||||
:key="item.pkId"
|
:key="item.pkId"
|
||||||
class="disFlex address_a"
|
class="disFlex address_a"
|
||||||
>
|
>
|
||||||
<u-radio activeColor="red" :name="item.pkId"></u-radio>
|
<u-radio activeColor="#005BAC" :name="item.pkId"></u-radio>
|
||||||
<view class="address_r">
|
<view class="address_r">
|
||||||
<view class="disFlex justBwn">
|
<view class="disFlex justBwn">
|
||||||
<view class="disFlex">
|
<view class="disFlex">
|
||||||
|
@ -1385,7 +1385,7 @@ export default {
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
font-family: Source Han Sans CN;
|
font-family: Source Han Sans CN;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #005BAC;
|
color: #f82c1a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cen {
|
.cen {
|
||||||
|
|
|
@ -1574,7 +1574,7 @@ export default {
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
font-family: Source Han Sans CN;
|
font-family: Source Han Sans CN;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #005BAC;
|
color: #f82c1a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tit3 {
|
.tit3 {
|
||||||
|
|
|
@ -494,7 +494,7 @@ export default {
|
||||||
width: 645rpx;
|
width: 645rpx;
|
||||||
.popup_top {
|
.popup_top {
|
||||||
padding: 25rpx;
|
padding: 25rpx;
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -536,7 +536,7 @@ export default {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.selectbtn {
|
.selectbtn {
|
||||||
background-color: #c8161d;
|
background-color: #005BAC;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -547,7 +547,7 @@ export default {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
.flex_btn {
|
.flex_btn {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -560,7 +560,7 @@ export default {
|
||||||
margin: 17rpx 5rpx;
|
margin: 17rpx 5rpx;
|
||||||
}
|
}
|
||||||
.selectbtn {
|
.selectbtn {
|
||||||
background-color: #c8161d;
|
background-color: #005BAC;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -581,7 +581,7 @@ export default {
|
||||||
.footer_r {
|
.footer_r {
|
||||||
width: 327rpx;
|
width: 327rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #ee252a;
|
background: #005BAC;
|
||||||
height: 100rpx;
|
height: 100rpx;
|
||||||
line-height: 100rpx;
|
line-height: 100rpx;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
@ -209,7 +209,7 @@
|
||||||
|
|
||||||
.popup_top {
|
.popup_top {
|
||||||
padding: 25rpx;
|
padding: 25rpx;
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -242,7 +242,7 @@
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
.flex_btn {
|
.flex_btn {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -260,7 +260,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectbtn {
|
.selectbtn {
|
||||||
background-color: #C8161D;
|
background-color: #005BAC;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -283,7 +283,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.thebtn1 {
|
.thebtn1 {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -233,7 +233,7 @@
|
||||||
|
|
||||||
.popup_top {
|
.popup_top {
|
||||||
padding: 25rpx;
|
padding: 25rpx;
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -266,7 +266,7 @@
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
.flex_btn {
|
.flex_btn {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -284,7 +284,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectbtn {
|
.selectbtn {
|
||||||
background-color: #C8161D;
|
background-color: #005BAC;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -307,7 +307,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.thebtn1 {
|
.thebtn1 {
|
||||||
background-color: rgba(255, 234, 233, 0.65);
|
background-color: rgba(176, 196, 222, .45);
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -280,7 +280,7 @@
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
font-family: Source Han Sans CN;
|
font-family: Source Han Sans CN;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #005BAC;
|
color: #f82c1a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.center_num {
|
.center_num {
|
||||||
|
@ -300,7 +300,7 @@
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
font-family: Source Han Sans CN;
|
font-family: Source Han Sans CN;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #005BAC;
|
color: #f82c1a;
|
||||||
margin-top: 20rpx;
|
margin-top: 20rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -520,7 +520,7 @@ export default {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
}
|
}
|
||||||
.actOne {
|
.actOne {
|
||||||
color: #c8161d;
|
color: #005BAC;
|
||||||
border-left: 6rpx solid #ed1d25;
|
border-left: 6rpx solid #ed1d25;
|
||||||
}
|
}
|
||||||
.tabList {
|
.tabList {
|
||||||
|
@ -665,7 +665,7 @@ overflow-y: auto;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 88rpx;
|
height: 88rpx;
|
||||||
padding: 0 20rpx;
|
padding: 0 20rpx;
|
||||||
background: #EE252A;
|
background: #005BAC;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.c_left_t{
|
.c_left_t{
|
||||||
|
@ -872,7 +872,7 @@ overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectbtn {
|
.selectbtn {
|
||||||
background-color: #C8161D;
|
background-color: #005BAC;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -895,7 +895,7 @@ overflow-y: auto;
|
||||||
.footer_r{
|
.footer_r{
|
||||||
width: 327rpx;
|
width: 327rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #EE252A;
|
background: #005BAC;
|
||||||
height: 100rpx;
|
height: 100rpx;
|
||||||
line-height: 100rpx;
|
line-height: 100rpx;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
@ -505,7 +505,7 @@ margin-bottom: 20px;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
font-family: PingFang SC-Regular, PingFang SC;
|
font-family: PingFang SC-Regular, PingFang SC;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #C8161D;
|
color: #005BAC;
|
||||||
}
|
}
|
||||||
.uBtn {
|
.uBtn {
|
||||||
margin-top: 120rpx;
|
margin-top: 120rpx;
|
||||||
|
|
|
@ -775,7 +775,7 @@ export default {
|
||||||
font-size: 36rpx;
|
font-size: 36rpx;
|
||||||
font-family: Source Han Sans CN;
|
font-family: Source Han Sans CN;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #fb3024;
|
color:#f82c1a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tit3 {
|
.tit3 {
|
||||||
|
@ -826,7 +826,7 @@ export default {
|
||||||
width: 28rpx;
|
width: 28rpx;
|
||||||
height: 28rpx;
|
height: 28rpx;
|
||||||
line-height: 28rpx;
|
line-height: 28rpx;
|
||||||
background: #fb3024;
|
background: #005BAC;
|
||||||
box-shadow: 0rpx 3rpx 7rpx 0rpx rgba(0, 0, 0, 0.25);
|
box-shadow: 0rpx 3rpx 7rpx 0rpx rgba(0, 0, 0, 0.25);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -868,7 +868,7 @@ export default {
|
||||||
font-size: 36rpx;
|
font-size: 36rpx;
|
||||||
font-family: Source Han Sans CN;
|
font-family: Source Han Sans CN;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #fb3024;
|
color: #f82c1a;
|
||||||
margin-right: 20rpx;
|
margin-right: 20rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -889,7 +889,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.deldel {
|
.deldel {
|
||||||
color: #fb3024;
|
color: #005BAC;
|
||||||
margin-left: 20rpx;
|
margin-left: 20rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -214,7 +214,7 @@
|
||||||
shape="circle"
|
shape="circle"
|
||||||
color="linear-gradient(to right, #005BAC, #005BAC )"
|
color="linear-gradient(to right, #005BAC, #005BAC )"
|
||||||
@click="close"
|
@click="close"
|
||||||
>{{ '确认' }}</u-button
|
>确认</u-button
|
||||||
>
|
>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -770,7 +770,7 @@ export default {
|
||||||
.minus {
|
.minus {
|
||||||
width: 22px;
|
width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
background: rgba(249, 2, 0, 0.48);
|
background: rgba(176, 196, 222, 1);
|
||||||
border-radius: 3px 3px 3px 3px;
|
border-radius: 3px 3px 3px 3px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -779,7 +779,7 @@ export default {
|
||||||
.plus {
|
.plus {
|
||||||
width: 22px;
|
width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
background: #e40301;
|
background: #005BAC;
|
||||||
border-radius: 3px 3px 3px 3px;
|
border-radius: 3px 3px 3px 3px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
@ -530,7 +530,7 @@ export default {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
}
|
}
|
||||||
.actOne {
|
.actOne {
|
||||||
color: #c8161d;
|
color: #005BAC;
|
||||||
border-left: 6rpx solid #ed1d25;
|
border-left: 6rpx solid #ed1d25;
|
||||||
}
|
}
|
||||||
.tabList {
|
.tabList {
|
||||||
|
@ -676,7 +676,7 @@ overflow-y: auto;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
// height: 88rpx;
|
// height: 88rpx;
|
||||||
padding: 10rpx 20rpx;
|
padding: 10rpx 20rpx;
|
||||||
background: #EE252A;
|
background: #005BAC;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.c_left_t{
|
.c_left_t{
|
||||||
|
@ -884,7 +884,7 @@ overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectbtn {
|
.selectbtn {
|
||||||
background-color: #C8161D;
|
background-color: #005BAC;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -907,7 +907,7 @@ overflow-y: auto;
|
||||||
.footer_r{
|
.footer_r{
|
||||||
width: 327rpx;
|
width: 327rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #EE252A;
|
background: #005BAC;
|
||||||
height: 100rpx;
|
height: 100rpx;
|
||||||
line-height: 100rpx;
|
line-height: 100rpx;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<view>{{ titLabel }}</view>
|
<view>{{ titLabel }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="shareImg" v-if="specialArea == 7" @click="goShare">
|
<view class="shareImg" v-if="specialArea == 7" @click="goShare">
|
||||||
<u-icon name="share-square" size="24" color="#fb3024"> </u-icon>
|
<u-icon name="share-square" size="24" color="#005BAC"> </u-icon>
|
||||||
</view>
|
</view>
|
||||||
<view class="shareImg1" v-if="specialArea == 1" @tap="changeCountry">
|
<view class="shareImg1" v-if="specialArea == 1" @tap="changeCountry">
|
||||||
<img :src="pkCountryImg" alt="" />
|
<img :src="pkCountryImg" alt="" />
|
||||||
|
@ -458,7 +458,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.actOne {
|
.actOne {
|
||||||
// border-left: 6rpx solid #fb3024;
|
// border-left: 6rpx solid #005BAC;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #005BAC;
|
background: #005BAC;
|
||||||
}
|
}
|
||||||
|
@ -579,7 +579,7 @@
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
font-family: Source Han Sans CN;
|
font-family: Source Han Sans CN;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #fb3024;
|
color: #f82c1a;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 56rpx;
|
width: 56rpx;
|
||||||
|
|
Loading…
Reference in New Issue