Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tony903 committed Jul 11, 2016
1 parent c0a1fda commit 345a8e0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions styles/btn.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
.t-btn:active { background: #EEE; border-color: #CCC; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; }

/* 蓝色按钮 */
.t-btn-blue { background: #3a8adf; border-color: #4A81C4; color: #fff; }
.t-btn-blue:hover { background: #4b9ff5; border-color: #4BA0F5; color: #fff; }
.t-btn-blue:active { background: #2873c4; border-color: #1d5ca0; color: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; }
.t-btn-blue { background: #339dd9; border-color: #2690cc; color: #fff; }
.t-btn-blue:hover { background: #48a7dd; border-color: #339dd9; color: #fff; }
.t-btn-blue:active { background: #2690cc; border-color: #2281b7; color: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; }

/* 绿色按钮 */
.t-btn-green { background: #73a931; border-color: #6ca02d; color: #fff; }
.t-btn-green:hover { background: #81bf3a; border-color: #70a32b; color: #fff; }
.t-btn-green:active { background: #64932b; border-color: #517f1a; color: #fff; }
.t-btn-green { background: #51B148; border-color: #499f41; color: #fff; }
.t-btn-green:hover { background: #60bb58; border-color: #51B148; color: #fff; }
.t-btn-green:active { background: #499f41; border-color: #408d39; color: #fff; }

/* 禁用按钮 */
.t-btn-disabled { background: #F9F9F9; border-color: #E6E6E6; color: #AAA; cursor: not-allowed; }
Expand Down
4 changes: 2 additions & 2 deletions styles/pagination.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
.t-page > ul li { margin: 0 5px; list-style: none ; float: left; }
.t-page > ul li.active span, .t-page > ul li.disabled span, .t-page > ul li a { float: left; padding: 0 8px; line-height: 24px; height: 24px; text-decoration: none; }
.t-page > ul li a { color: #666; background: #FFF; border: 1px solid #DDD; border-radius: 3px; }
.t-page > ul li a:hover { text-decoration: none; color: #FFF; background-color: #3A8BE0; border: 1px solid #3A8BE0; }
.t-page .active span { background: #3A8BE0; color: #FFF; border-radius: 3px; border: 1px solid #3A8BE0; }
.t-page > ul li a:hover { text-decoration: none; color: #FFF; background-color: #339dd9; border: 1px solid #339dd9; }
.t-page .active span { background: #339dd9; color: #FFF; border-radius: 3px; border: 1px solid #339dd9; }
.t-page .disabled span { color: #AAA; }
.t-page:after, .t-page:before { display: block; content: ""; clear: both; height: 0; font-size: 0; overflow: hidden; }

Expand Down
2 changes: 1 addition & 1 deletion styles/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/* t-tabs */
.t-tabs { }
.t-tabs .t-tabs-items { margin:0; padding:0; border-bottom:1px solid #E3E3E3; font-size:12px; }
.t-tabs .t-tabs-items { margin:0; padding:0; border-bottom:1px solid #DDD; font-size:12px; }
.t-tabs .t-tabs-items:after { clear:both; display:block; visibility:hidden; height:0; content:" "; }
.t-tabs .t-tabs-items li { float:left; margin-bottom:-1px; margin-right:4px; border-bottom:1px solid #E3E3E3; list-style:none; }
.t-tabs .t-tabs-items li a { display:block; padding:0 20px; height:30px; border:1px solid transparent; border-color:#E3E3E3; border-bottom:none; border-radius:4px 4px 0 0; background:#EEE; color:#666; text-decoration:none; outline: none; line-height:30px; transition:background-color .4s ease-out,color .4s ease-out;}
Expand Down
12 changes: 6 additions & 6 deletions styles/tags.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

/* 星级 */
.t-stars { font-size: 14px;}
.t-stars i { float: left; color: #ff9628;}
.t-stars i { float: left; color: #f5884f;}
.t-stars i.disabled { color: #CCC;}
.t-stars:after, .t-stars:before { display: block; content: ""; clear: both; height: 0; font-size: 0; overflow: hidden; }

/* 标签 */
.t-tag, .t-tag-done, .t-tag-todo, .t-tag-del { display: inline-block; line-height: 1.5; padding: 2px 8px; border-radius: 3px; color: #FFF; font-weight: normal; font-size:12px;}
.t-tag { background: #E3E3E3; color: #777;}
.t-tag-todo { background: #82be38; }
.t-tag-done { background: #ffab00; }
.t-tag-del { background:#3A8BE0; padding-right:3px;}
.t-tag-todo { background: #60bb58; }
.t-tag-done { background: #f5884f; }
.t-tag-del { background:#339dd9; padding-right:3px;}
.t-tag-del a.icon-chahao { display: inline-block;margin-left:3px;padding: 1px 0px 0px 0px; font-family: "iconfont" !important;font-style: normal; text-decoration: none;color:#fff;}

/* 可选择标签 */
Expand All @@ -29,8 +29,8 @@ a.t-tag-category-lg.selected p { background-position: right -434px; }

/* 徽章 */
.t-badge, .t-badge-red { display: inline-block; line-height: 1.5; padding: 2px 6px; border-radius: 6px; color: #FFF; font-weight: normal; font-size:12px; }
.t-badge { background:#3A8BE0;}
.t-badge-red { background:#F04B3C;}
.t-badge { background:#339dd9;}
.t-badge-red { background:#cc3300;}

/* loading */
.t-loading, .t-loading-cmcc, .t-loading-cmcc-lg { display: inline-block; line-height: 1.5; border: 1px solid #ccc; border-radius: 5px; -webkit-box-shadow: 1px 1px 3px #ccc; -moz-box-shadow: 1px 1px 3px #ccc; box-shadow:1px 1px 3px #ccc; color: #666; }
Expand Down

0 comments on commit 345a8e0

Please sign in to comment.