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.
39 lines
684 B
39 lines
684 B
<template> |
|
<view class="BiologicalMerchants"> |
|
<view class="BiologicalMerchantsContent"> |
|
<view class="contentTxet"> |
|
<view class="contentTxetItem"> |
|
<text>生物招商</text> |
|
</view> |
|
<view class="contentTxetItem"> |
|
<text>生物招商</text> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
|
|
</template> |
|
|
|
<script> |
|
</script> |
|
|
|
<style lang="scss"> |
|
.BiologicalMerchants{ |
|
.BiologicalMerchantsContent { |
|
padding-top: 40rpx; |
|
width: 750rpx; |
|
background-color: #FFFFFF; |
|
.contentTxet { |
|
width: 700rpx; |
|
margin-left: 40rpx; |
|
display: flex; |
|
flex-wrap: wrap; |
|
.contentTxetItem{ |
|
margin-right: 40rpx; |
|
padding: 10rpx; |
|
} |
|
} |
|
} |
|
} |
|
|
|
</style>
|
|
|