星油企业版

This commit is contained in:
caolc
2022-08-08 09:17:43 +08:00
commit e3238cb907
517 changed files with 80472 additions and 0 deletions

View File

@@ -0,0 +1,61 @@
<template>
<view class="flex">
<view class="flex-sub">
</view>
<view class="flex-treble text-center">
<view class="strong font-16 oil-main-color">
5.81
</view>
<view class="radius text-center oil-card-price main-color-border">
<text class="oil-free">
</text>
<text class="free-money">
七毛
</text>
</view>
<view class="">
星油油价
</view>
</view>
<view class="flex-treble text-center">
<view class="strong font-16 oil-main-color">
5.81
</view>
<view class="radius text-center oil-card-price main-color-border">
<text class="oil-free">
</text>
<text class="free-money">
七毛
</text>
</view>
<view class="">
万金油价
</view>
</view>
<view class="flex-treble text-center">
<view class="strong font-16 oil-main-color">
5.81
</view>
<view class="radius oil-card-price main-color-border">
<text class="oil-free">
</text>
<text class="free-money">
七毛
</text>
</view>
<view class="">
老吕油价
</view>
</view>
</view>
</template>
<script>
</script>
<style>
</style>