123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <template>
- <view class="content">
- <view class="top">
- <image class="topIMg" src="http://dmsimg.66km.com/thFiles/7C057545-E11E-40F5-AD3C-637EF653B417.jpg" mode=""></image>
- <image src="../../static/img/icon_fangda@2x.png" mode="" class="enlarge"></image>
- </view>
- <view style="height: 20rpx;background: #F4F5F7;"></view>
- <view class="mainBox">
- <view class="mainTop">
- view.
- </view>
- </view>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- title: 'Hello'
- }
- },
- onLoad() {
-
- },
- methods: {
- }
- }
- </script>
- <style scoped>
- .topIMg{
- width: 100%; display: block;
- }
- .top{
- position: relative;
- }
- .enlarge{
- position: absolute;
- width: 44rpx;height: 44rpx;
- right: 30rpx;bottom: 34rpx;
- }
- </style>
|