|
@@ -14,7 +14,6 @@
|
|
:duration="duration">
|
|
:duration="duration">
|
|
<swiper-item v-for="(item,index) in imgTop" :key="index"
|
|
<swiper-item v-for="(item,index) in imgTop" :key="index"
|
|
@click="toCoreRange(item.type,item.type=='link'?item.linkUrl:item.goodsTags, item.name)">
|
|
@click="toCoreRange(item.type,item.type=='link'?item.linkUrl:item.goodsTags, item.name)">
|
|
- <!-- <web-view :src="item.linkUrl" v-if="item.type=='link'"></web-view> -->
|
|
|
|
<img :src="item.picUrl" alt="">
|
|
<img :src="item.picUrl" alt="">
|
|
</swiper-item>
|
|
</swiper-item>
|
|
</swiper>
|
|
</swiper>
|
|
@@ -69,8 +68,8 @@
|
|
<view class="title">
|
|
<view class="title">
|
|
<text>{{ ascListsingle.text}}</text>
|
|
<text>{{ ascListsingle.text}}</text>
|
|
</view>
|
|
</view>
|
|
- <u-icon name="arrow-up" color="#333" size="18" v-if="ascShow"></u-icon>
|
|
|
|
- <u-icon name="arrow-down" color="#333" size="18" v-else></u-icon>
|
|
|
|
|
|
+ <u-icon name="arrow-up" color="#848484" size="18" v-if="ascShow"></u-icon>
|
|
|
|
+ <u-icon name="arrow-down" color="#848484" size="18" v-else></u-icon>
|
|
</view>
|
|
</view>
|
|
<view class="screen-coin-select-line"></view>
|
|
<view class="screen-coin-select-line"></view>
|
|
<view @click="openSelect" class="flex screen-coin-select-text screen-coin-select-text-two">
|
|
<view @click="openSelect" class="flex screen-coin-select-text screen-coin-select-text-two">
|
|
@@ -79,8 +78,8 @@
|
|
<text v-if="actionInfo.max">-{{ actionInfo.max }}</text>
|
|
<text v-if="actionInfo.max">-{{ actionInfo.max }}</text>
|
|
<text>{{ actionInfo.desc }}</text>
|
|
<text>{{ actionInfo.desc }}</text>
|
|
</view>
|
|
</view>
|
|
- <u-icon name="arrow-up" color="#333" size="18" v-if="coinShow"></u-icon>
|
|
|
|
- <u-icon name="arrow-down" color="#333" size="18" v-else></u-icon>
|
|
|
|
|
|
+ <u-icon name="arrow-up" color="#848484" size="18" v-if="coinShow"></u-icon>
|
|
|
|
+ <u-icon name="arrow-down" color="#848484" size="18" v-else></u-icon>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="screen-coin-list" v-if="ascShow">
|
|
<view class="screen-coin-list" v-if="ascShow">
|
|
@@ -473,14 +472,13 @@
|
|
|
|
|
|
.uni-padding-wrap {
|
|
.uni-padding-wrap {
|
|
width: 95%;
|
|
width: 95%;
|
|
- height: 120px;
|
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
border-radius: 10rpx;
|
|
border-radius: 10rpx;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .uni-padding-wrap img {
|
|
|
|
|
|
+ .uni-padding-wrap image {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
@@ -527,7 +525,7 @@
|
|
height: 40px;
|
|
height: 40px;
|
|
text-align: right;
|
|
text-align: right;
|
|
line-height: 40px;
|
|
line-height: 40px;
|
|
- color: #9c9c9c;
|
|
|
|
|
|
+ color: #848484;
|
|
float: right;
|
|
float: right;
|
|
display: grid;
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
grid-template-columns: 1fr 1fr;
|
|
@@ -556,7 +554,7 @@
|
|
|
|
|
|
.iamge-wrap {
|
|
.iamge-wrap {
|
|
image {
|
|
image {
|
|
- border-radius: 10rpx 10rpx 0 0;
|
|
|
|
|
|
+ border-radius: 10rpx;
|
|
width: 320rpx;
|
|
width: 320rpx;
|
|
height: 320rpx;
|
|
height: 320rpx;
|
|
margin-bottom: 6rpx;
|
|
margin-bottom: 6rpx;
|
|
@@ -617,7 +615,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.screen-coin-select-line {
|
|
.screen-coin-select-line {
|
|
- border-right: 3rpx solid #bbbbbb;
|
|
|
|
|
|
+ border-right: 3rpx solid #848484;
|
|
width: 26rpx;
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
height: 26rpx;
|
|
}
|
|
}
|