摘要: 效果图 HTML: JS: 阅读全文
posted @ 2019-11-13 11:25 小白呀白菜 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 效果: js: //弹出窗,三秒倒计时 countdown(){ //点击发布按钮后,三秒倒计时开始 $(".btn-pub").click(function(){ var count=3; var timer = setInterval(function() { count--; if(count 阅读全文
posted @ 2019-11-13 10:46 小白呀白菜 阅读(4736) 评论(0) 推荐(0) 编辑
摘要: 效果: 主要代码: 阅读全文
posted @ 2019-11-13 10:11 小白呀白菜 阅读(190) 评论(0) 推荐(0) 编辑
摘要: select{ width:57px; height:23px; border:1px solid #e9e9e9; outline: none; appearance: none; -moz-appearance: none; -webkit-appearance: none; backgroun 阅读全文
posted @ 2019-11-11 13:47 小白呀白菜 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 效果图: html: css: .an{ margin-top:0px; position: relative; .popzframe,.popcframe{ display: none; word-wrap: break-word; position: absolute; left:333px; 阅读全文
posted @ 2019-11-06 14:14 小白呀白菜 阅读(515) 评论(0) 推荐(0) 编辑
摘要: HTML: <!-- 弹出层 --> <div class="popwindow" > <div class="pop" id="pop" > <div class="close"> × </div> <div class="clear"></div> <div class="pop-inner"> 阅读全文
posted @ 2019-11-04 11:08 小白呀白菜 阅读(783) 评论(0) 推荐(0) 编辑
摘要: 到最后实现了效果,但是在理论上感觉还是很牵强,如果哪位大神有方法,请评论指出哦 Html: css: 阅读全文
posted @ 2019-11-01 17:02 小白呀白菜 阅读(219) 评论(0) 推荐(0) 编辑
摘要: //控制展开评论和隐藏评论 controldiscuss(){ $(".opendiss").click(function(){ if($(this).context.innerHTML=='展开评论'){ $(this).context.innerHTML="隐藏评论"; }else if($(t 阅读全文
posted @ 2019-10-31 14:30 小白呀白菜 阅读(570) 评论(2) 推荐(0) 编辑
摘要: 效果: html: JS: css: .tabs-two{ .two{ display: inline-block; font-size:14px; height: 17px; font-weight:300; color:#444444; margin-top:10px; height:26px; 阅读全文
posted @ 2019-10-31 12:01 小白呀白菜 阅读(1436) 评论(0) 推荐(0) 编辑
摘要: 故事是这样的: 买家秀:(refuse) 卖家秀:(accept) 解决办法: 卖家秀:(accept) 解决办法: html: <div class="dbubble-text"> nishi shfishfshfscccccccccccccccccccifhsssffffffffffffffff 阅读全文
posted @ 2019-10-30 18:24 小白呀白菜 阅读(22564) 评论(0) 推荐(0) 编辑