Style(千县名品): 千县名品店铺中,商品较少时,背景底色不一致
This commit is contained in:
@@ -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, {
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user