|
@@ -12,7 +12,7 @@
|
|
|
|
|
|
<u-cell-group>
|
|
|
<u-cell-item title="开票状态" :arrow="false">
|
|
|
- <text class="text">开票成功</text>
|
|
|
+ <text class="success">开票成功</text>
|
|
|
</u-cell-item>
|
|
|
<u-cell-item title="发票代码" :arrow="false" value="000011110000"></u-cell-item>
|
|
|
<u-cell-item title="发票号码" :arrow="false" value="00000000"></u-cell-item>
|
|
@@ -22,7 +22,7 @@
|
|
|
<u-cell-item title="开票时间" :arrow="false" value="2022-06-08"></u-cell-item>
|
|
|
</u-cell-group>
|
|
|
<u-cell-item style="background-color: #fff;" title="发票预览":arrow="false">
|
|
|
- <text class="text">查看</text>
|
|
|
+ <text class="success">查看</text>
|
|
|
</u-cell-item>
|
|
|
</view>
|
|
|
</template>
|
|
@@ -53,7 +53,7 @@
|
|
|
/deep/.u-cell__value,/deep/.u-cell_title{
|
|
|
font-size: 18px
|
|
|
}
|
|
|
- .text{
|
|
|
+ .success{
|
|
|
color: #00b962;
|
|
|
}
|
|
|
</style>
|