|
| xqd
@@ -73,8 +73,8 @@
|
|
|
<view class="tab_area" v-if="isActive==0">
|
|
|
<view class="areaTitle" v-for="(item,index) in areaList" :key="index"
|
|
|
@click="checkedArea(index,item.id)">
|
|
|
- <view class="areaTitle-item">
|
|
|
- <view :class="{'active-area':isActiveArea === index}">
|
|
|
+ <view class="areaTitle-item" :class="{'active-area':isActiveArea === index}">
|
|
|
+ <view>
|
|
|
{{item.name}}
|
|
|
</view>
|
|
|
</view>
|
|
| xqd
@@ -263,6 +263,9 @@
|
|
|
this.getList(o.id)
|
|
|
this.getActiveDetail(o.id)
|
|
|
this.getCategoryList(o.id)
|
|
|
+ uni.$on('refreshVoteNum',()=>{
|
|
|
+ this.getList(o.id)
|
|
|
+ })
|
|
|
},
|
|
|
onUnload(){
|
|
|
clearInterval(this.timer)
|
|
| xqd
@@ -462,7 +465,7 @@
|
|
|
}
|
|
|
|
|
|
.rank-search {
|
|
|
- margin-top: 80rpx;
|
|
|
+ margin-top: 70rpx;
|
|
|
|
|
|
::v-deep .u-input {
|
|
|
width: 690rpx !important;
|
|
| xqd
@@ -573,7 +576,7 @@
|
|
|
}
|
|
|
|
|
|
.area_nav .areaTitle {
|
|
|
- width: 140rpx;
|
|
|
+ // width: 140rpx;
|
|
|
height: 52rpx;
|
|
|
background-color: #F1F1F1;
|
|
|
border-radius: 26rpx;
|
|
| xqd
@@ -581,11 +584,12 @@
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
+ padding: 0 46rpx;
|
|
|
|
|
|
}
|
|
|
|
|
|
.areaTitle-item {
|
|
|
- width: 140rpx;
|
|
|
+ // width: 140rpx;
|
|
|
height: 52rpx;
|
|
|
background-color: #F1F1F1;
|
|
|
border-radius: 26rpx;
|
|
| xqd
@@ -595,18 +599,19 @@
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
margin-right: 16rpx;
|
|
|
-
|
|
|
+ padding: 0 46rpx;
|
|
|
}
|
|
|
|
|
|
.active-area {
|
|
|
- width: 100%;
|
|
|
+ // width: 100%;
|
|
|
height: 52rpx;
|
|
|
- border-radius: 26rpx;
|
|
|
+ // border-radius: 26rpx;
|
|
|
background-color: #FF6200;
|
|
|
color: #fff;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
+ // padding: 0 46rpx;
|
|
|
}
|
|
|
|
|
|
|
|
| xqd
@@ -652,8 +657,9 @@
|
|
|
background: linear-gradient(180deg, rgba(249, 231, 219, 0) 0%, #F3C063 100%);
|
|
|
border-radius: 12rpx;
|
|
|
position: absolute;
|
|
|
- bottom: -20rpx;
|
|
|
+ bottom: -24rpx;
|
|
|
left: 25rpx;
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
}
|
|
| xqd
@@ -932,7 +938,7 @@
|
|
|
.vote-detail-top-main-text{
|
|
|
position: relative;
|
|
|
top: 0;
|
|
|
- left: 40rpx;
|
|
|
+ left: 38rpx;
|
|
|
}
|
|
|
|
|
|
&::before,&::after{
|
|
| xqd
@@ -943,6 +949,8 @@
|
|
|
}
|
|
|
|
|
|
>view{
|
|
|
+ position: relative;
|
|
|
+ left: -8rpx;
|
|
|
width: 256px;
|
|
|
font-size: 30rpx;
|
|
|
display: flex;
|
|
| xqd
@@ -960,7 +968,6 @@
|
|
|
border-radius: 3px;
|
|
|
background-color: #000;
|
|
|
color: #fff;
|
|
|
-
|
|
|
&::before{
|
|
|
content: ":";
|
|
|
width: 0px;
|
|
| xqd
@@ -969,7 +976,11 @@
|
|
|
color: rgba(0,0,0,0.7);
|
|
|
transform: translateX(-11px);
|
|
|
}
|
|
|
+ &:nth-child(1){
|
|
|
+ margin-left: 15px;
|
|
|
+ }
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|