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.
32 lines
744 B
32 lines
744 B
<template> |
|
<view> |
|
<view class="bg-img bg-mask flex align-center" style="height: 400rpx;"> |
|
<image src="../../static/img/aboutUs.jpg" mode="" style="width: 100%;height: 100%;"></image> |
|
</view> |
|
<view class="cu-list menu sm-border card-menu margin-top box-sha"> |
|
<view class="about-card"> |
|
大庆工商业融费担保有限公司成立于2000年9月,是黑龙江省大庆市最大的国有政策性推保有限公司。致力于服务地方经济。为中小微企业提供担保服务。 |
|
</view> |
|
</view> |
|
</view> |
|
</template> |
|
|
|
<script> |
|
</script> |
|
|
|
<style scoped> |
|
.bg{ |
|
height: 400rpx; |
|
} |
|
page{ |
|
background-color: #F5F5F5; |
|
} |
|
.box-sha{ |
|
box-shadow: 0 0 16rpx #ccc; |
|
} |
|
.about-card{ |
|
padding: 30rpx 40rpx; |
|
} |
|
.background{ |
|
} |
|
</style>
|
|
|