css--纵向margin设置auto和百分数真的无效吗?

本文介绍了一种使用CSS实现文本垂直排版的方法。通过调整writing-mode属性,可以使文本以从上到下、从右到左的方式显示。示例代码展示了如何设置div元素的样式使其内容垂直排列,并保持合适的宽度和高度。
 1 <!DOCTYPE html>
 2 <html>
 3     <head>
 4         <meta charset="UTF-8">
 5         <title></title>
 6         <style type="text/css">
 7         /*修改书写模式*/
 8             .demo{
 9                 -webkit-writing-mode: vertical-rl; /* for browsers of webkit engine */
10                    writing-mode: tb-rl; /* for ie */ 
11             }
12             div {
13                 width: 200px;
14                 height: 200px;
15                 background: red;
16                 margin: auto;
17                 /*当书写模式改为纵向,其计算参考便会变为父容器的高度了。设置auto或百分数都有效*/
18             }
19         </style>
20     </head>
21     <body>
22         <div class="demo">123</div>
23     </body>
24 </html>

 

转载于:https://www.cnblogs.com/zuojiayi/p/7145630.html

内层有一个input一个div,我想让div居中,我外层div的css如下,background-color rgba(0, 0, 0, 0) border-bottom-color rgb(229, 229, 229) border-bottom-left-radius 10px border-bottom-right-radius 10px border-bottom-style solid border-bottom-width 1px border-image-outset 0 border-image-repeat stretch border-image-slice 100% border-image-source none border-image-width 1 border-left-color rgb(229, 229, 229) border-left-style solid border-left-width 1px border-right-color rgb(229, 229, 229) border-right-style solid border-right-width 1px border-top-color rgb(229, 229, 229) border-top-left-radius 10px border-top-right-radius 10px border-top-style solid border-top-width 1px box-sizing border-box color rgb(95, 95, 95) cursor pointer display flex font-family "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif font-feature-settings normal font-kerning auto font-optical-sizing auto font-size 14px font-stretch 100% font-style normal font-variant-alternates normal font-variant-caps normal font-variant-east-asian normal font-variant-ligatures normal font-variant-numeric normal font-variant-position normal font-variation-settings normal font-weight 400 height 70px left 0px line-height 28px margin-bottom 0px margin-left 0px margin-right 0px margin-top 0px padding-bottom 12px padding-left 12px padding-right 12px padding-top 12px position relative text-wrap wrap top 0px unicode-bidi isolate user-select none vertical-align middle white-space-collapse collapse width 300px z-index 10 -webkit-tap-highlight-color rgba(0, 0, 0, 0)
最新发布
03-26
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值