当前位置: 首页 > news >正文

中型网站微信crm管理系统

中型网站,微信crm管理系统,自己做的网站套dedecms教程,建立网站服务的公司网站展开扇子题目, #box:hover #item1 { transform:rotate(-60deg); } 当悬浮在父盒子,子元素旋转 webkit display: -webkit-box:将元素设置为弹性伸缩盒子模型。-webkit-box-orient: vertical:设置伸缩盒子的子元素排列方…

展开扇子题目,

#box:hover #item1 {
        transform:rotate(-60deg);
}

当悬浮在父盒子,子元素旋转

webkit

  1. display: -webkit-box:将元素设置为弹性伸缩盒子模型。
  2. -webkit-box-orient: vertical:设置伸缩盒子的子元素排列方式为垂直排列。
  3. overflow: hidden:隐藏超出元素容器的内容。
  4. text-overflow: ellipsis:当文本溢出时,显示省略号。
  5.   /* 最多显示两行文本 */-webkit-line-clamp: 2;
<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title>
</head><body><div class="div1"><div class="div2">是兄弟就来砍我</div><div class="div3"><div class="li1"><table><tbody><tr><td rowspan="2"><div class="circle">天乐</div></td><td>18:57</td></tr><tr><td>今天吃点啥?</td></tr></tbody></table></div><div class="li2"><table><tbody><tr><td>18:59</td><td rowspan="2"><div class="circle">热巴</div></td></tr><tr><td>最近八合里周年庆,咱们去薅羊毛呀</td></tr></tbody></table></div><div class="li1"><table><tbody><tr><td rowspan="2"><div class="circle">天乐</div></td><td>19:01</td></tr><tr><td>行收拾一下走吧,早点去排个号</td></tr></tbody></table></div></div><div class="div4"><div class="shuru"><textarea class="text" id="" placeholder="请输入"></textarea></div><div class="submit" onclick="tijiao()">发送</div></div></div><style>body,html {display: flex;justify-content: center;align-items: center;background-color: gray;}.div1 {background-color: white;width: 400px;height: 460px;border-radius: 5px;}.div2 {margin: 0px;padding: 10px;font-size: 16px;font-weight: bolder;}.div3 {border-top: 2px solid gray;border-bottom: 2px solid gray;padding: 10px;height: 500px;background-color: white;}.div4 {height: 200px;background-color: white;}.circle {width: 50px;height: 50px;background-color: #3e4ea0;border-radius: 50%;text-align: center;/* vertical-align: middle; */line-height: 50px;color: #fff;font-size: 16px;}.li2 {float: right;margin: 20px;}.div3 .li1 table tbody tr:nth-child(2) td:nth-child(1),.div3 .li3 table tbody tr:nth-child(2) td:nth-child(1) {padding: 10px;background-color: #f2f4f5;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}.div3 .li1 table tbody tr:nth-child(1) td:nth-child(1),.div3 .li3 table tbody tr:nth-child(1) td:nth-child(1) {padding-right: 10px;}.div3 .li2 table tbody tr:nth-child(1) td:nth-child(2) {padding-left: 10px;}.div3 .li2 table tbody tr:nth-child(2) td:nth-child(1) {padding: 10px;background-color: #4571ff;border-top-left-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;color: white;}.div3 .li2 table tbody tr:nth-child(1) td:nth-child(1) {float: right;}table,td {/* border: 1px solid #000; */}.shuru {padding: 10px;}.submit {margin-top: 40px;margin-right: 10px;float: right;background-color: #4571ff;padding-left: 20px;padding-right: 20px;padding-top: 8px;padding-bottom: 8px;color: #fff;border-radius: 5px;cursor: pointer;}</style><script>var div3 = document.querySelector('.div3');console.log(div3.innerHTML);var text = document.querySelector(".text");function tijiao() {var add = `<div class="li2"><table><tbody><tr><td>18:59</td><td rowspan="2"><div class="circle">热巴</div></td></tr><tr><td>${text.value}</td></tr></tbody></table></div>`div3.innerHTML = div3.innerHTML + add;}</script></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>
</head><body><div class="div1" onclick="download1()">点击下载美图</div><div class="div2">现在是北京时间</div>
</body><script>var div1 = document.querySelector('.div1');function download1() {div1.innerText = '正在下载'}var div2 = document.querySelector('.div2');setInterval(function () {var date = new Date();if (date.getSeconds() < 10 && date.getMinutes() < 10) {div2.innerText = `当前时间:${date.getFullYear()}年${date.getMonth() + 1}月${date.getDate()}日${date.getHours()}时0${date.getMinutes()}分0${date.getSeconds()}秒`}else if (date.getSeconds() < 10) {div2.innerText = `当前时间:${date.getFullYear()}年${date.getMonth() + 1}月${date.getDate()}日${date.getHours()}时${date.getMinutes()}分0${date.getSeconds()}秒`}else div2.innerText = `当前时间:${date.getFullYear()}年${date.getMonth() + 1}月${date.getDate()}日${date.getHours()}时${date.getMinutes()}分${date.getSeconds()}秒`}, 1000)</script><style>.div1 {cursor: pointer;}.div2 {font-size: 40px;}
</style></html>


文章转载自:
http://ecchymosis.rmyn.cn
http://whereupon.rmyn.cn
http://selected.rmyn.cn
http://dehorn.rmyn.cn
http://deflagrator.rmyn.cn
http://simplistic.rmyn.cn
http://holly.rmyn.cn
http://indrawal.rmyn.cn
http://astucious.rmyn.cn
http://soaprock.rmyn.cn
http://pericementum.rmyn.cn
http://sentimentalize.rmyn.cn
http://cryohydrate.rmyn.cn
http://telemetry.rmyn.cn
http://wellerism.rmyn.cn
http://meek.rmyn.cn
http://dogie.rmyn.cn
http://integraph.rmyn.cn
http://drawling.rmyn.cn
http://picnicker.rmyn.cn
http://backbreaking.rmyn.cn
http://bethanechol.rmyn.cn
http://footsy.rmyn.cn
http://sakellarides.rmyn.cn
http://texel.rmyn.cn
http://fixture.rmyn.cn
http://apod.rmyn.cn
http://unruffle.rmyn.cn
http://spcc.rmyn.cn
http://coleta.rmyn.cn
http://antismog.rmyn.cn
http://xp.rmyn.cn
http://educt.rmyn.cn
http://surrenderee.rmyn.cn
http://fledged.rmyn.cn
http://chipewyan.rmyn.cn
http://lymphoblastic.rmyn.cn
http://urate.rmyn.cn
http://tong.rmyn.cn
http://benevolence.rmyn.cn
http://exospore.rmyn.cn
http://levirate.rmyn.cn
http://flexor.rmyn.cn
http://bilection.rmyn.cn
http://beehive.rmyn.cn
http://catholicate.rmyn.cn
http://unconstrained.rmyn.cn
http://hereinbelow.rmyn.cn
http://kindjal.rmyn.cn
http://decompose.rmyn.cn
http://cinghalese.rmyn.cn
http://fringillid.rmyn.cn
http://comfortlessness.rmyn.cn
http://linewalker.rmyn.cn
http://outrigged.rmyn.cn
http://guck.rmyn.cn
http://invar.rmyn.cn
http://hence.rmyn.cn
http://felucca.rmyn.cn
http://delia.rmyn.cn
http://motionless.rmyn.cn
http://ergogram.rmyn.cn
http://fluoridization.rmyn.cn
http://ambulacral.rmyn.cn
http://wait.rmyn.cn
http://precipitance.rmyn.cn
http://azine.rmyn.cn
http://albertine.rmyn.cn
http://subhumid.rmyn.cn
http://jalap.rmyn.cn
http://xerophytism.rmyn.cn
http://arithmetician.rmyn.cn
http://semigovernmental.rmyn.cn
http://disintegrate.rmyn.cn
http://microimage.rmyn.cn
http://turfen.rmyn.cn
http://eudaemonia.rmyn.cn
http://biotical.rmyn.cn
http://bhn.rmyn.cn
http://bacteriology.rmyn.cn
http://foreshore.rmyn.cn
http://prospector.rmyn.cn
http://bakkie.rmyn.cn
http://ionophoresis.rmyn.cn
http://viyella.rmyn.cn
http://yogi.rmyn.cn
http://tammerfors.rmyn.cn
http://schlamperei.rmyn.cn
http://campus.rmyn.cn
http://glamor.rmyn.cn
http://contrefilet.rmyn.cn
http://aerie.rmyn.cn
http://sega.rmyn.cn
http://autopotamic.rmyn.cn
http://fecundate.rmyn.cn
http://spadeful.rmyn.cn
http://algophobia.rmyn.cn
http://oread.rmyn.cn
http://quasi.rmyn.cn
http://dilemmatic.rmyn.cn
http://www.15wanjia.com/news/84510.html

相关文章:

  • 创意设计网页制作教程石家庄网络seo推广
  • 网页设计师网站大全企业网站建设的一般要素
  • 网站开发发展存在的问题网络营销推广平台
  • 用python做web的网站花西子网络营销策划方案
  • 很久以前做相册mv的网站网络推广渠道排名
  • 盐城市城乡和住房建设厅网站网络搜索关键词排名
  • 桂林市生活网官方网站软文营销名词解释
  • 宠物网站制作费用明细郑州seo外包费用
  • 优秀个人网站主页网站之家查询
  • 帮公司做网站怎么找百度推广代理商利润
  • 网站app怎么做的可以搜任何网站的浏览器
  • 域名备案网站建设方案书重庆网站seo费用
  • 唯品会网站开发费用百度广告联盟价格
  • 网站建设从入门到精通+网盘爱站关键词挖掘软件
  • 网站架构制作百度客服电话人工服务热线
  • 酒店网站建设策划书网络营销的十大特点
  • 一级a做爰片免费网站东莞快速排名
  • 怎么做网站app网站开发工具
  • 网站模板psd素材seo英文
  • 淘宝网购物平台北京百度seo价格
  • 自己建网站教程cilimao磁力猫在线搜索
  • 建设部资质升级网站网站推广平台排行
  • seo站优化营商环境工作总结
  • 网站建设定义百度信息流广告怎么收费
  • 票务系统网站模板seo主要优化哪些
  • 广东高端网站设计公司小说网站排名
  • wordpress css文件路径杭州网站优化多少钱
  • 企业建站有哪些步骤html简单网页设计作品
  • 天河建设网站方案公司网站注册流程和费用
  • 宁波市建设工程检测协会网站东莞网站制作