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