您的位置:首页 > 科技 > IT业 > 电子商务和市场营销的区别_网业协同 如何抓_企业员工培训内容及计划_代引流推广公司

电子商务和市场营销的区别_网业协同 如何抓_企业员工培训内容及计划_代引流推广公司

2024/12/23 9:33:00 来源:https://blog.csdn.net/Welkin_qing/article/details/144556336  浏览:    关键词:电子商务和市场营销的区别_网业协同 如何抓_企业员工培训内容及计划_代引流推广公司
电子商务和市场营销的区别_网业协同 如何抓_企业员工培训内容及计划_代引流推广公司

一、双滚动条左右布局

实现效果
在这里插入图片描述
实现代码

<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><title>Document</title><style>body,html {padding: 0;margin: 0;}.father {display: flex;flex: 1;overflow: hidden;}.left {flex: 1;background-color: red;max-height: 100vh;overflow-y: scroll;}.right {width: 300px;background-color: green;max-height: 100vh;overflow-y: scroll;}.ceshi {width: 100px;height: 100px;border: 1px solid black;}</style></head><body><div class="father"><div class="left">left<div class="ceshi">111</div><div class="ceshi">111</div><div class="ceshi">111</div><div class="ceshi">111</div><div class="ceshi">111</div><div class="ceshi">111</div><div class="ceshi">111</div></div><div class="right">right<div class="ceshi">111</div><div class="ceshi">111</div><div class="ceshi">111</div><div class="ceshi">111</div><div class="ceshi">111</div><div class="ceshi">111</div></div></div></body>
</html>

二、双滚动条上下布局

实现效果
在这里插入图片描述

实现代码

<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><title>Document</title><style>html,body {margin: 0;padding: 0;}.father {display: flex;width: 100%;flex-direction: column;overflow: hidden;}.top {height: 50px;background-color: aqua;}.content {flex: 1;max-height: calc(100vh - 50px);background-color: blueviolet;overflow-y: scroll;}.test {width: 100px;height: 100px;border: 1px solid red;}</style></head><body><div class="father"><div class="top">111</div><div class="content">content<div class="test">test</div><div class="test">test</div><div class="test">test</div><div class="test">test</div><div class="test">test</div><div class="test">test</div></div></div></body>
</html>

版权声明:

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

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