定制小程序开发Vue组件居中:文字居中,按钮居中,图片居中等,如何实现在容器中居中

Vue定制小程序开发实现组件在容器中居中定制小程序开发显示的办法

定制小程序开发本文用实验的方法理解定制小程序开发各种方法实现居中的效果。
实现水平居中的样式主要有:text-align: center, : auto。
当然还有别的方式也可以实现,也会写在下面。
用三个同样的div来法看效果,这三个div既是组件也是容器。下面将他们分别叫做A,B,C。

<template>    <div>    	<!--A-->        <div style="border:solid #409eff ;width: 400px;height: 200px;" >            <el-button>1</el-button>            <div style="border:solid bisque;width: 200px;height: 100px;">                <el-button>2</el-button>                <div style="border:solid chartreuse;width: 100px;height: 50px;">                    <el-button>3</el-button>                </div>            </div>        </div>        <!--B-->        <div style="border:solid #409eff ;width: 400px;height: 200px;" >            <el-button>1</el-button>            <div style="border:solid bisque;width: 200px;height: 100px;">                <el-button>2</el-button>                <div style="border:solid chartreuse;width: 100px;height: 50px;">                    <el-button>3</el-button>                </div>            </div>        </div>        <!--C-->        <div style="border:solid #409eff ;width: 400px;height: 200px;" >            <el-button>1</el-button>            <div style="border:solid bisque;width: 200px;height: 100px;">                <el-button>2</el-button>                <div style="border:solid chartreuse;width: 100px;height: 50px;">                    <el-button>3</el-button>                </div>            </div>        </div>    </div></template>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34

border//边框的显示及颜色
width//宽度
height//高度

text-align: center效果

将text-align: center放到div的style中;
分别应用于A的大框,B的中框,C的小框中。

代码只取A展示,其它的不再赘述,后面也不再重复展示代码

<div style="border:solid #409eff ;width: 400px;height: 200px;text-align: center;" >            <el-button>1</el-button>            <div style="border:solid bisque;width: 200px;height: 100px;">                <el-button>2</el-button>                <div style="border:solid chartreuse;width: 100px;height: 50px;">                    <el-button>3</el-button>                </div>            </div>        </div>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9

改动后效果如下:

红色箭头是被应用的div框。
可以看出,text-align: center可以使该容器内部元素在该容器内水平居中,但不能使子容器在该容器内部水平居中。子容器继承了父容器,故在最大容器中应用了text-align: center后,其子容器也有此效果。

margin: auto效果

清除掉text-align: center 用margin: auto来替代,还是分别应用于A的大框,B的中框,C的小框中。
效果如下:

红色箭头是被应用的div框。
可以看出,应用了margin: auto的div组件,在它所处的容器中水平居中,并且这是作为组件的属性,而不是作为容器的属性,故不会传给子容器。

用两个空组件来让组件水平居中效果

只取A做如下改动

<template>    <div>        <div style="border:solid #409eff ;width: 400px;height: 200px; " >            <el-button>1</el-button>            <div style="border:solid bisque;width: 200px;height: 100px;">                <div style="display: flex">                    <div style="flex: 1"></div>                    <el-button>2</el-button>                    <div style="flex: 1"></div>                </div>                <div style="display: flex">                    <div style="flex: 1"></div>                        <div style="border:solid chartreuse;width: 100px;height: 50px;">                            <el-button>3</el-button>                        </div>                    <div style="flex: 1"></div>                </div>            </div>        </div>    </div></template>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21

效果如下:


这种方法是用一个容器套住你想要水平居中的内容,再在这个内容的左右各放一个等大的组件(容器),就可以实现水平居中了。

<el-button>想要居中的内容</el-button>
  • 1

将上面换成下面。

<div style="display: flex">   <div style="flex: 1"></div>   <el-button>想要居中的内容</el-button>   <div style="flex: 1"></div></div>
  • 1
  • 2
  • 3
  • 4
  • 5
网站建设定制开发 软件系统开发定制 定制软件开发 软件开发定制 定制app开发 app开发定制 app开发定制公司 电商商城定制开发 定制小程序开发 定制开发小程序 客户管理系统开发定制 定制网站 定制开发 crm开发定制 开发公司 小程序开发定制 定制软件 收款定制开发 企业网站定制开发 定制化开发 android系统定制开发 定制小程序开发费用 定制设计 专注app软件定制开发 软件开发定制定制 知名网站建设定制 软件定制开发供应商 应用系统定制开发 软件系统定制开发 企业管理系统定制开发 系统定制开发