dev
liuyongli 3 years ago
parent b334ee1172
commit 826c547cb7

@ -8,7 +8,7 @@ Page({
data: {
active: 0,
showChart:true,
select: false,
// select: false,
grade_name1: '按级别',
grade_name2: '按价格',
grade_name3: '按能源',
@ -327,6 +327,7 @@ Page({
sSpec: '',
sPriceType: '',
sEnergyType: '',
})
this.getTrend()
},

@ -1,10 +1,4 @@
/* pages/index/Salesranking/Salesranking.wxss */
.container {
width: 100%;
height: 100%;
}
.menu-tabs .van-tabs__nav {
background-color: #ffffff;
/* 标签背景颜色 */
@ -27,12 +21,6 @@
background: transparent;
}
/* pages/index/Salesranking/Vehicletype/Vehicletype.wxss */
.vehicletype {
background-color: #f9f9f9;
}
.van-dropdown-menu--top-bottom {
width: 166rpx;
text-align: center;
@ -48,14 +36,6 @@
border: 1rpx solid #F9F9F9;
}
.van-ellipsis {
width: 100rpx;
font-size: 24rpx;
text-align: center;
margin-left: 5rpx;
}
.font30 {
font-size: 30rpx;
}
@ -75,7 +55,19 @@
margin-left: 5rpx;
}
/* pages/index/Rankdetail/Rankdetail.wxss */
.service_selection .is_checked{
border: 1px solid #FE0002 ;
color: #FE0002 ;
background: #fff;
}
.service_selection .normal{
border: none;
color: #333;
background: #F0F1EC;
}
.screen {
width: 750rpx;
height: 190rpx;
@ -83,11 +75,6 @@
}
.van-ellipsis {
font-size: 24rpx;
color: #333333;
margin-left: 60rpx;
}
.van-dropdown-menu {
box-shadow: none !important;
@ -193,10 +180,12 @@
font-size: 36rpx;
padding: 32rpx 32rpx 0 32rpx;
}
.tubiao {
height: 1000rpx;
width: 100%;
}
.ranking {
width: 654rpx;
display: flex;
@ -340,6 +329,7 @@
height: 390rpx;
padding: 0 32rpx 32rpx 32rpx;
}
.qushi {
width: 90%;
height: 80rpx;
@ -348,6 +338,7 @@
font-size: 34rpx;
}
.tubiao {
height: 80rpx;
line-height: 80rpx;
@ -375,6 +366,7 @@
align-items: baseline;
/* width: 120rpx; */
}
/* 下拉框 */
/* 选中 */
.top-selected {
@ -390,6 +382,7 @@
font-size: 30rpx;
background-color: #ffffff;
}
/* 没选中 */
.top-noselected {
width: 125rpx;
@ -404,10 +397,12 @@
font-size: 30rpx;
background-color: #027AFF;
}
.title {
color: #333;
font-size: 24rpx
}
.notitle {
color: #fff;
font-size: 24rpx
@ -427,6 +422,7 @@
animation: myfirst 0.5s;
font-size: 30rpx;
}
.select_one {
padding-left: 20rpx;
width: 100%;
@ -434,6 +430,7 @@
position: relative;
line-height: 60rpx;
}
/* 下拉过度效果 */
@keyframes myfirst {
from {
@ -444,6 +441,7 @@
height: 210rpx;
}
}
.timeIcon {
height: 50rpx;
width: 50rpx;
@ -466,6 +464,7 @@
overflow-x: scroll;
white-space: nowrap;
}
.add_box1 {
display: inline-block;
height: 208rpx;
@ -515,6 +514,7 @@
color: rgba(0, 132, 255, 1);
font-size: 28rpx;
}
.event_recom1 {
margin-top: 32rpx;
min-height: 1000rpx;
@ -527,13 +527,16 @@
top: 480rpx;
transform: none;
}
.van-index-anchor text {
font-size: 24rpx;
color: rgba(153, 153, 153, 1);
}
.event_recom1 .van-cell .van-cell__title {
font-size: 28rpx;
}
.my_cell {
width: 686rpx;
height: 96rpx;
@ -542,27 +545,33 @@
align-items: center;
padding: 0 32rpx;
}
.van-checkbox {
display: inline-block !important;
}
.my_cell .van-checkbox__icon {
margin-left: 32rpx;
font-size: 32rpx !important;
}
.my_cell .van-image {
margin-left: 48rpx;
margin-top: 4rpx;
}
.my_cell text {
font-size: 28rpx;
margin-left: 24rpx;
}
.event_box {
height: 36rpx;
background: white;
border-top-left-radius: 24rpx;
border-top-right-radius: 24rpx;
}
.bs-item-image {
display: inline-block;
width: 84rpx;
@ -570,6 +579,7 @@
padding: 12rpx;
margin-right: 24rpx;
}
.all {
background: #027AFF;
width: 72rpx;

@ -24,7 +24,7 @@
},
{
"name": "品牌车型搜索",
"pathName": "pages/brandSearch/index",
"pathName": "pages/index/Salesranking/Salesranking",
"query": "",
"launchMode": "default",
"scene": null

Loading…
Cancel
Save