摘要: /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/ ::-webkit-scrollbar { width: 16px; height: 16px; background-color: #113b9f; } /*定义滚动条轨道 内阴影+圆角*/ ::-webkit-scrollbar-track { //-webkit-box-shadow: inset 0 0 6px... 阅读全文
posted @ 2018-10-16 11:22 欧辰0312 阅读(113) 评论(0) 推荐(0) 编辑
摘要: .total { margin: 100px; width: 300px; height: 5px; background: #e5e3e4; position: relative; } .percent { positi... 阅读全文
posted @ 2018-10-16 11:20 欧辰0312 阅读(307) 评论(0) 推荐(0) 编辑
摘要: .line{ width: 100%; height: 2px; background: linear-gradient( to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 0.3) 20%... 阅读全文
posted @ 2018-10-16 11:12 欧辰0312 阅读(4378) 评论(0) 推荐(0) 编辑
摘要: html代码 js代码 阅读全文
posted @ 2018-06-26 09:29 欧辰0312 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 第一种方式使用absolute布局 第二种方式是用display:tabe-cell布局 阅读全文
posted @ 2018-04-02 15:07 欧辰0312 阅读(222) 评论(0) 推荐(0) 编辑
摘要: <select class="bs-select form-control"> <option disabled selected> 请选择 </option> <option>白</option> <option>蓝</option> <option>黄</option> <option>橙</o 阅读全文
posted @ 2018-03-26 10:22 欧辰0312 阅读(9085) 评论(0) 推荐(0) 编辑
摘要: $('#desc').html(data.infor[0].be_good.replace(/\r\n/g, "<br/>")) 阅读全文
posted @ 2018-02-02 17:46 欧辰0312 阅读(750) 评论(0) 推荐(0) 编辑
摘要: <!doctype html><html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="关键字1,关键字2" 阅读全文
posted @ 2018-01-12 16:15 欧辰0312 阅读(1935) 评论(0) 推荐(0) 编辑
摘要: 效果如下图 阅读全文
posted @ 2017-11-24 15:26 欧辰0312 阅读(1097) 评论(1) 推荐(0) 编辑
摘要: html js 阅读全文
posted @ 2017-11-23 14:57 欧辰0312 阅读(209) 评论(0) 推荐(0) 编辑