12345678910111213141516171819202122232425262728 |
- <template>
- <view class="center">
- <view class="box-top">
- <view class="bg3"><image src="../../static/index/img14.png" mode=""></image></view>
- <view class="bg3 two"><image src="../../static/index/img08.png" mode=""></image></view>
- </view>
- </view>
- </template>
- <script></script>
- <style lang="less">
- .box-top {
- display: flex;
- padding: 36rpx 41rpx 72rpx 41rpx;
- }
- image {
- width: 100%;
- height: 100%;
- }
- .bg3 {
- width: 56rpx;
- height: 62rpx;
- }
- .two {
- margin-left: 36rpx;
- }
- </style>
|