You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.2 KiB
49 lines
1.2 KiB
5 years ago
|
<template>
|
||
|
<view>
|
||
|
<cu-custom class="main-totextbar bg-main-oil" :isBack="true" bgColor="bg-main-oil">
|
||
|
<block slot="backText">返回</block>
|
||
|
<block slot="content">油站信息</block>
|
||
|
</cu-custom>
|
||
|
<view class="cu-card case" >
|
||
|
<view class="cu-item shadow">
|
||
|
<view class="image">
|
||
|
<image src="https://ossweb-img.qq.com/images/lol/web201310/skin/big10006.jpg"
|
||
|
mode="widthFix"></image>
|
||
|
<!-- <view class="cu-tag bg-blue">史诗</view> -->
|
||
|
<!-- <view class="cu-bar bg-shadeBottom"> <text class="text-cut">我已天理为凭,踏入这片荒芜,不再受凡人的枷锁遏制。我已天理为凭,踏入这片荒芜,不再受凡人的枷锁遏制。</text></view> -->
|
||
|
</view>
|
||
|
<view class="cu-list ">
|
||
|
<view class="cu-item padding-xs ">
|
||
|
<view class="text-bold text-xl">
|
||
|
九龙路加油站
|
||
|
</view>
|
||
|
<view class="color-999">
|
||
|
九龙路1188号
|
||
|
</view>
|
||
|
<view class="color-333">
|
||
|
联系方式:战三(13263967686)
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
|
data() {
|
||
|
return {
|
||
|
|
||
|
}
|
||
|
},
|
||
|
methods: {
|
||
|
|
||
|
}
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
<style>
|
||
|
|
||
|
</style>
|