web前端
崔程行
前端,踩不完的坑
展开
-
通过js修改css伪类after,before等样式
.box:before { content: “”; display: block; width: 190px; position: fixed; bottom: 0; top: 0; z-index: -1; background-color: #f2f2原创 2017-06-10 17:53:06 · 7494 阅读 · 0 评论 -
jquery切换图标选项卡
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="js/jquery-1.11.3.min.js"></script> <style> *{ margin:0;原创 2017-06-12 14:35:37 · 1049 阅读 · 0 评论