摘要: <div id="xm_title" style="background:#fff;width:100%;overflow-y:scroll;white-space: nowrap;"> <span class="typeBox" style="display:inline-block;backgr 阅读全文
posted @ 2021-08-20 15:22 山河丶 阅读(13) 评论(0) 推荐(0) 编辑
摘要: <style> .swiper-container{ width:100%;margin:0 auto;position:relative; background:#fff; } .swiper-slide span{ display:block; width:90%; margin:0 auto; 阅读全文
posted @ 2020-12-18 16:00 山河丶 阅读(173) 评论(0) 推荐(0) 编辑
摘要: <style> #Marquee{ height:20px;overflow:hidden; display:inline-block;-webkit-box-flex: 1;-webkit-flex: 1;flex: 1; } #Marquee p{ height:20px;overflow:hi 阅读全文
posted @ 2020-09-05 19:45 山河丶 阅读(132) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="initial-scale=1.0, us 阅读全文
posted @ 2020-08-26 18:50 山河丶 阅读(522) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>百度地图</title> </head> <body> <input type="text" 阅读全文
posted @ 2020-08-26 18:44 山河丶 阅读(403) 评论(0) 推荐(0) 编辑
摘要: function setType(obj,cell){ var _text = $("#"+cell).val(); if($(obj).hasClass("selected")){ $(obj).removeClass("selected"); var _textArr = _text.split 阅读全文
posted @ 2020-07-20 19:25 山河丶 阅读(213) 评论(0) 推荐(0) 编辑
摘要: function calculatestartorend(){ var _date = $('#date').val(); var _day = $('#day').val(); if(_day !=''&&_day !=null&&_date !=''&&_date !=null){ var da 阅读全文
posted @ 2020-03-31 11:24 山河丶 阅读(650) 评论(0) 推荐(0) 编辑