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.
40 lines
672 B
40 lines
672 B
3 years ago
|
<template>
|
||
|
<view class="TextileMerchants">
|
||
|
<view class="TextileMerchantsContent">
|
||
|
<view class="contentTxet">
|
||
|
<view class="contentTxetItem">
|
||
|
<text>轻工招商</text>
|
||
|
</view>
|
||
|
<view class="contentTxetItem">
|
||
|
<text>轻工招商</text>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
</script>
|
||
|
|
||
|
<style lang="scss">
|
||
|
.TextileMerchants{
|
||
|
.TextileMerchantsContent {
|
||
|
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>
|