关于首页顶部轮播图中文字缩放
banner about 新增小屏文字居中 500/ .col-xs-8 { width: 100%; text-align: center !important; } 1 /* 顶部轮播图中文字设置缩放 */ 2 媒介查询 500px缩放0.4 768缩放0.7 992缩放0.7 3 #banner .home .text { 4 transform: scale(0.4); 5 transform-origin: left top; 6 } 7 /* css样式 */ 8 #banner .home { 9 position: relative; 10 } 11 #banner .home .text { 12 position: absolute; 13 top: 11vw; 14 left: 11vw; 15 text-transform: uppercase; 16 color: #000; 17 } 18 #banner .home .text h2 { 19 line-height: 6rem; 20 font-size: 6rem; 21 font-family: 'Oswald-Light'; 22 font-weight: bold; 23 padding-bottom: 10px; 24 color: #fff; 25 } 26 #banner .home