|
@@ -8,7 +8,7 @@
|
|
|
<scroll-view scroll-y="true" class="scroll-view" @scrolltolower="toPage">
|
|
|
<view class="list-scroll-view">
|
|
|
<view class="list" v-for="(item, index) in list" :key="index" @tap="toView(item)">
|
|
|
- <view class="rank" :class="[`rank${index+1}`]">top{{index+1}}</view>
|
|
|
+ <view class="rank" :class="[`rank${index+1}`]">TOP{{index+1}}</view>
|
|
|
<view class="left">
|
|
|
<image class="image" :src="item.file&&item.file.length>0?item.file[0].url:''">
|
|
|
</image>
|
|
@@ -240,12 +240,14 @@
|
|
|
top: -2px;
|
|
|
left: 2px;
|
|
|
padding: 2px 4px;
|
|
|
- font-size: var(--font12Size);
|
|
|
+ font-size: var(--font14Size);
|
|
|
+ color: var(--mainColor);
|
|
|
+ font-weight: bold;
|
|
|
+ background-color: var(--f99Color);
|
|
|
border-top-left-radius: 8px;
|
|
|
/* 左上角 */
|
|
|
border-bottom-right-radius: 8px;
|
|
|
/* 右下角 */
|
|
|
- background-color: var(--f99Color);
|
|
|
}
|
|
|
|
|
|
.rank1 {
|