您的位置:首页 > 健康 > 美食 > 网站系统流程图_web游戏_近几年的网络营销案例_深圳谷歌优化seo

网站系统流程图_web游戏_近几年的网络营销案例_深圳谷歌优化seo

2024/12/23 19:07:54 来源:https://blog.csdn.net/m0_75035023/article/details/143403195  浏览:    关键词:网站系统流程图_web游戏_近几年的网络营销案例_深圳谷歌优化seo
网站系统流程图_web游戏_近几年的网络营销案例_深圳谷歌优化seo

知识点:

display:flex     //转变盒子样式(由竖直变为水平)

justify-content: space-between     //主轴对齐方式  盒子间距一样

 align-content: space-between; // 行对齐方式

align-item:center   //侧轴对齐方式   

align-self:center //控制单个盒子

 flex-direction: column;    //沿垂直   修改主轴的方向,侧轴自动变化

/*默认情况下:主轴靠内容撑开,侧轴默认拉伸,侧轴没有高度的前提下*/

flex:1;          //占父级剩余的一份

  flex-wrap:  wrap;   //换行

float: right;  //产品布局 靠左

代码:

<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>抖音解决方案</title><style>*{margin: 0;padding: 0;box-sizing: border-box;   }li{list-style:none ;}.box{margin: 50px auto;width: 1200px;height: 418px;border: 1px solid #ddd;border-radius: 10px;}.box ul{display: flex;/*弹性盒子换行*/flex-wrap: wrap; /*主轴对齐方式*/justify-content: space-between;/*行对其方式*/align-content: space-between;            padding: 90px 40px 90px 60px;height: 418px;}.box li{display: flex;width: 500px;height: 88px;/* background-color: pink; */}.box .pic{margin-right: 15px;}.box .text h4{font-size: 20px;color: #333;line-height: 40px;font-weight: 400;}.box .text p{font-size: 14px;color: #666;}</style>
</head>
<body><div class="box"><ul> <!--  li{$}*4--><li><div class="pic"><img src="./1.svg" alt=""></div><div class="text"><h4>一键发布多端</h4><p>发布视频到抖音短视频、西瓜视频及今日头条</p></div></li><li><div class="pic"><img src="./2.svg" alt=""></div><div class="text"><h4>管理视频内容</h4><p>支持修改已发布稿件状态和实时查询视频审核状态条</p></div></li><li><div class="pic"><img src="./3.svg" alt=""></div><div class="text"><h4>发布携带组件</h4><p>支持分享内容携带小程序、地理位置信息等组件,扩展内容及突出地域性</p></div></li><li><div class="pic"><img src="./4.svg" alt=""></div><div class="text"><h4>数据评估分析</h4><p>获取视频在对应产品内的数据表现、获取抖音热点,及时进行表现评估</p></div></li></ul></div></body>
</html>

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com