top.vue 490 B

12345678910111213141516171819202122232425262728
  1. <template>
  2. <view class="center">
  3. <view class="box-top">
  4. <view class="bg3"><image src="../../static/index/img14.png" mode=""></image></view>
  5. <view class="bg3 two"><image src="../../static/index/img08.png" mode=""></image></view>
  6. </view>
  7. </view>
  8. </template>
  9. <script></script>
  10. <style lang="less">
  11. .box-top {
  12. display: flex;
  13. padding: 36rpx 41rpx 72rpx 41rpx;
  14. }
  15. image {
  16. width: 100%;
  17. height: 100%;
  18. }
  19. .bg3 {
  20. width: 56rpx;
  21. height: 62rpx;
  22. }
  23. .two {
  24. margin-left: 36rpx;
  25. }
  26. </style>