$ ((・x・)) $ 2021-03-02 18:00 采纳率: 0%
浏览 422

uniapp按钮margin不了是什么问题?

<template>
	<view>
		<view>
	<view style="border-bottom: 1px solid #B2B2B2;">
			<view class="margin-top-lg margin-left-xl" >
				<h3 class="text-orange">图片上传</h3>
				<h4 class="text-grey">请上传真实图片信息</h4>
			</view>
	</view>
				
	    <view class="cu-custom"> 
			<view style="float: left;">
				<h4 class="margin-left-xl margin-top-lg" >车辆照片</h4>
				<view class="margin-left-xl">
						<image src="../../static/5.png" style="width: 300rpx;height: 200rpx;"@click="uploadImg" mode="aspectFit"></image>
				</view>
			</view>
			<view style="float: left;">
				<h4 class="margin-left-xl margin-top-lg" >车辆旁实时照片</h4>
				<view class="margin-left-xl">
						<image src="../../static/5.png" style="width: 300rpx;height: 200rpx;"@click="uploadImg" mode="aspectFit"></image>
				</view>
			</view>
			<view style="float: left;">
				<h4 class="margin-left-xl margin-top-lg" >行驶证正本正面</h4>
				<view class="margin-left-xl">
						<image src="../../static/4.png" style="width: 300rpx;height: 200rpx;"@click="uploadImg" mode="aspectFit"></image>
				</view>
			</view>
			<view style="float: left;">
				<h4 class="margin-left-xl margin-top-lg" >行驶证副本</h4>
				<view class="margin-left-xl">
						<image src="../../static/4.png" style="width: 300rpx;height: 200rpx;"@click="uploadImg" mode="aspectFit"></image>
				</view>
			</view>
			
				</view>
				<view class=" text-center radius  margin-top-xl ">
					<button class="margin-top-xl cu-btn-lg bg-orange text-white sans-serif" style="border-radius: 10px;" >提交</button>
				</view>
				 </view>
				 </view>
				
			
				
</template>


<script>
	export default {
		data() {
			return {
				
		

		}
		},
		methods: {
			
		}
	}
</script>
<style>
	@import "../../common/common.css";
</style>
  • 写回答

3条回答 默认 最新

  • $ ((・x・)) $ 2021-03-02 18:02
    关注

    评论

报告相同问题?

悬赏问题

  • ¥100 为什么这个恒流源电路不能恒流?
  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器
  • ¥15 如何用Labview在myRIO上做LCD显示?(语言-开发语言)