自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 收藏
  • 关注

原创 angularJS-实现文本框的复制功能

angularJS-实现文本框的复制功能 *{margin: 0;padding: 0;} ol,ul{list-style: none;} .box{width: 500px;height:150px;border: 1px solid gray;margin: 100px auto;padding-top: 20px;} .box input{widt

2017-12-05 09:19:24 3647

原创 angularJS-滚动到底部触发事件

angularJS-滚动到底部触发事件 *{margin: 0;padding: 0;} ol,ul{list-style: none;} .box{width: 500px;height: 500px;border: 1px solid gray;margin: 100px auto;overflow-y: auto;} .box ul{display:

2017-12-05 09:17:03 4914 1

原创 jq插件实现生成二维码

jq插件实现生成二维码 $(function() { $('#qrcode').qrcode({ render: "canvas", width: 100, height: 100, text:utf16to8("adaeqweradfsdfsd"), typeNumber:-1, correctLeve

2017-09-19 21:34:58 547

原创 angularJS-实现内容添加或移除

angularJS-实现内容添加或移除 *{padding: 0;margin: 0;} ol,ul{list-style: none;} body{background-color: #414246;} .box{width: 500px;height: 300px;border: 1px solid #000000;margin: 100px auto;ba

2017-09-14 21:14:57 1487

原创 angularJS-实现选项卡功能

angularJS-实现选项卡功能 *{padding: 0;margin: 0;} ul,ol{list-style: none;} ul li{width:50px;height: 30px;line-height: 30px; float: left;text-align: center;border: 1px solid #000000;cursor:p

2017-09-06 20:59:47 1124

原创 angularJS-打开新的标签页

angularJS-打开新的标签页 打开新的标签页 var pro = angular.module("myPro",[]); pro.controller("myProController",["$scope","$location",function($scope,$location){ $scope.click_this = function()

2017-09-06 20:29:55 6373

原创 angularJS-实现下载安装包的功能

angular-实现下载安装包的功能*{padding: 0;margin: 0;}ol,ul{list-style: none;}a{display:block;margin: 200px 0 0 500px;}下载安装包var pro = angular.module("myPro",[]);pro.controller("myProCo

2017-09-04 20:24:09 1138

原创 angularJS-实现锚点跳转实例

angularJS_实现锚点跳转实例*{padding: 0;margin: 0;}ul,ol{list-style: none;}body{background-color: #414246;}::-webkit-scrollbar{width: 7px;height: 4px;}::-webkit-scrollbar-track{border-radius:0

2017-09-03 21:36:34 984

原创 css3-划过div放大突出效果

css3-放大突出效果ul{display: block;}ul li{transition: transform 0.25s ease;float: left;width: 200px;height: 200px;line-height: 200px; text-align: center;margin: 10px; background-color: #00b5e1;list-st

2017-09-02 20:53:58 13777

原创 angularJS-实现放大镜效果

angularJS-实现放大镜效果*{margin: 0;padding: 0;}.content{width: 800px;height: 400px;position: relative;border:1px solid red;}.left{width: 400px;height: 400px;cursor: pointer;}.left img{width: 1

2017-09-02 20:26:46 1208

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除