This commit is contained in:
parent
9574352186
commit
5d0c2eb015
|
|
@ -292,7 +292,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view>
|
||||||
<text>摘要:服务指令</text>
|
<text>摘要:服务指令</text>
|
||||||
<text :class="2%i==0?'c':'l'">+50</text>
|
<text :class="i>5?'c':'l'">+50</text>
|
||||||
<text>库存:96</text>
|
<text>库存:96</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -698,10 +698,10 @@
|
||||||
}
|
}
|
||||||
&:nth-child(2){
|
&:nth-child(2){
|
||||||
.c{
|
.c{
|
||||||
color: #FF6600;
|
color: #FF6600 !important;
|
||||||
}
|
}
|
||||||
.l{
|
.l{
|
||||||
color: #0076D6;
|
color: #0076D6 !important;
|
||||||
}
|
}
|
||||||
text{
|
text{
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue