自定义博客皮肤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)
  • 收藏
  • 关注

原创 增删该查

.gehang:nth-child(2n){              background-color: burlywood;          }             tr:hover{                 background-color: yellow;             }             li{                 color:

2017-12-21 13:26:03 270

原创 判断输入框验证2

body{                                  width: 300px;                 margin: 0 auto;                              }             li{                 color: red;             }                

2017-12-20 10:51:28 190

原创 angularjs判断输入框,验证输入框

anglar为核心验证                               input{                 display: block;                             }             ul li{                 color: red;             }                  

2017-12-20 09:30:21 2425

原创 angularjs表格的增删改查完成功能

.gehang:nth-child(even){                 background-color: blueviolet;             }                                                                           angular.module("myapp",[])

2017-11-23 10:53:54 1125

原创 angularjs的添加和非空判断

//点击添加                     $scope.addll = function() {                         $scope.isshow = true;                     }                     //点击保存把数据提交到原始数据                      $scope.id="";

2017-11-22 20:19:47 3435

原创 简单实现angularJs购物车的增删改的样式

body {                 margin: 0 auto;                 text-align: center;             }             table tbody tr:nth-child(2n){                 background-color: red;             }          

2017-11-22 18:41:01 310

原创 anduraljs的表格删除和查找关键字

body {                 margin: 0 auto;                 width: 500px;                 height: 500px;             }                          table {                 width: 500px;               

2017-11-21 09:23:38 757

原创 表格的添加删除加省级联动效果

span{                 font-family: 楷体;                 font-size: 14px;                 color: red;             }             select{                 width: 150px;                 height: 20px;

2017-11-12 19:03:36 181

原创 css 的表格的添加删除

table{                 width: 600px;                 border: solid 1px;                 text-align: center;                 display: none;             }                                       

2017-11-07 19:36:40 463

原创 css相册代码

body{                                   font-family: "Helvetica", "Arial", serif;             color: #333;             background-color: #ccc;             margin: 1em 10%;                      

2017-11-05 19:20:03 1775

空空如也

空空如也

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

TA关注的人

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