123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <template>
- <view class="collectionPage">
- <view class="collection">
- 集合注意事项:xxxxxxxxxxxxxxxxxxx
- xxxxxxxxxxxxxxxxxxxx
- xxxxxxxxxxxxxxxxxxxxxxxx
- xxxxxxxxxxxxx
- xxxxxxxxxxxxxx
- xxxxxxxxxxxx
- xxxxxxxxxxxxxx
- xxxxxxxxxxx
- xxxxxxxxxxx
- </view>
- <view class="groups">
- <view class="">
- 集合信息群
- </view>
- <view class="">
-
- </view>
- <view class="">
- 保存到相册
- </view>
- </view>
- </view>
- </template>
- <script>
- </script>
- <style lang="less">
- .collectionPage{
- margin: 30rpx;
- }
- .collection{
- padding: 30rpx;
- border: 1px solid #ccc;
- }
- .groups{
- text-align: center;
- }
- </style>
|