Style(千县名品): 千县名品店铺中,商品较少时,背景底色不一致

This commit is contained in:
linxi
2024-08-28 11:31:21 +08:00
parent dce2377383
commit e7afa28bc2
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
@dark-color: #333333; @dark-color: #333333;
@white-color: #fff; @white-color: #fff;
@colors: #C52733, #333333, #fff, #666; @colors: #C52733, #333333, #fff, #666, #F0F0F0;
@classnames: primary, dark, white, secondary-dark; @classnames: primary, dark, white, secondary-dark, grey;
/*=====================================*/ /*=====================================*/
each(@colors, { each(@colors, {
+2 -2
View File
@@ -1,7 +1,7 @@
<template> <template>
<view class="county-index"> <view class="county-index v12-grey">
<view v-if="isLoad"> <view v-if="isLoad">
<view class="top-img" @click="gotoQianxianShop"> <view class="top-img v12-white" @click="gotoQianxianShop">
<image <image
:src="countyFamous.cover" :src="countyFamous.cover"
class="img" class="img"