Skip to content

Commit

Permalink
tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fayching committed Jan 11, 2015
1 parent b40e79e commit 56e3d2e
Show file tree
Hide file tree
Showing 47 changed files with 507 additions and 131 deletions.
15 changes: 15 additions & 0 deletions 1.2.1/css-debug/atom.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@
-webkit-border-radius: 200px;
display: block;
-webkit-background-size: 100% 100%; }
.ui-avatar img {
width: 100%;
height: 100%; }

.ui-avatar-lg {
width: 54px;
Expand All @@ -138,6 +141,9 @@
-webkit-border-radius: 200px;
display: block;
-webkit-background-size: 100% 100%; }
.ui-avatar-lg img {
width: 100%;
height: 100%; }

.ui-avatar-s {
width: 40px;
Expand All @@ -154,6 +160,9 @@
-webkit-border-radius: 200px;
display: block;
-webkit-background-size: 100% 100%; }
.ui-avatar-s img {
width: 100%;
height: 100%; }

/* 资料场景 */
.ui-avatar-one {
Expand All @@ -171,6 +180,9 @@
-webkit-border-radius: 200px;
display: block;
-webkit-background-size: 100% 100%; }
.ui-avatar-one img {
width: 100%;
height: 100%; }

/* 平铺场景 */
.ui-avatar-tiled {
Expand All @@ -189,6 +201,9 @@
-webkit-border-radius: 200px;
display: block;
-webkit-background-size: 100% 100%; }
.ui-avatar-tiled img {
width: 100%;
height: 100%; }

/**
* 红点提醒
Expand Down
27 changes: 23 additions & 4 deletions 1.2.1/css-debug/frozen.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ em {
-webkit-border-radius: 200px;
display: block;
-webkit-background-size: 100% 100%; }
.ui-avatar img {
width: 100%;
height: 100%; }

.ui-avatar-lg {
width: 54px;
Expand All @@ -235,6 +238,9 @@ em {
-webkit-border-radius: 200px;
display: block;
-webkit-background-size: 100% 100%; }
.ui-avatar-lg img {
width: 100%;
height: 100%; }

.ui-avatar-s {
width: 40px;
Expand All @@ -251,6 +257,9 @@ em {
-webkit-border-radius: 200px;
display: block;
-webkit-background-size: 100% 100%; }
.ui-avatar-s img {
width: 100%;
height: 100%; }

/* 资料场景 */
.ui-avatar-one {
Expand All @@ -268,6 +277,9 @@ em {
-webkit-border-radius: 200px;
display: block;
-webkit-background-size: 100% 100%; }
.ui-avatar-one img {
width: 100%;
height: 100%; }

/* 平铺场景 */
.ui-avatar-tiled {
Expand All @@ -286,6 +298,9 @@ em {
-webkit-border-radius: 200px;
display: block;
-webkit-background-size: 100% 100%; }
.ui-avatar-tiled img {
width: 100%;
height: 100%; }

/**
* 红点提醒
Expand Down Expand Up @@ -1072,7 +1087,7 @@ em {
text-overflow: ellipsis;
max-width: 100%; }

.ui-list > li:first-child {
.ui-list > li.ui-border-t:first-child {
border: none;
background-image: none; }

Expand Down Expand Up @@ -1116,6 +1131,10 @@ em {
top: 0px;
z-index: 1; }

.ui-list-thumb img, .ui-list-thumb-s img, .ui-list-img img {
width: 100%;
height: 100%; }

/*列表主要信息*/
.ui-list-info {
-webkit-box-flex: 1;
Expand Down Expand Up @@ -1174,15 +1193,15 @@ em {

/*列表按压态*/
.ui-list-active > li:active, .ui-list-link > li:active, li.ui-list-item-link:active {
background-color: #f8f9fa;
background-color: #e5e6e7;
padding-left: 15px;
margin-left: 0px; }

.ui-list-active > li:active, .ui-list-active > li:active .ui-border-t, .ui-list-active > li:active + li.ui-border-t, .ui-list-active > li:active + .ui-border-t,
.ui-list-link > li:active, .ui-list-link > li:active .ui-border-t, .ui-list-link > li:active + li.ui-border-t, .ui-list-link > li:active + .ui-border-t,
li.ui-list-item-link:active, li.ui-list-item-link:active .ui-border-t, li.ui-list-item-link:active + li.ui-border-t, li.ui-list-item-link:active + .ui-border-t {
background-image: none;
border-top-color: #f8f9fa; }
border-top-color: #e5e6e7; }

@media screen and (-webkit-min-device-pixel-ratio: 2) {
.ui-list-active > li:active, .ui-list-active > li:active .ui-border-t, .ui-list-active > li:active + li.ui-border-t, .ui-list-active > li:active + .ui-border-t,
Expand Down Expand Up @@ -1648,7 +1667,7 @@ li.ui-list-item-link:active, li.ui-list-item-link:active .ui-border-t, li.ui-lis
-webkit-box-pack: end;
width: 100%;
bottom: 10px;
right: 3px; }
right: 4px; }

.ui-slider-indicators li {
display: block;
Expand Down
112 changes: 90 additions & 22 deletions 1.2.1/css-debug/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ em {
-webkit-border-radius: 200px;
display: block;
-webkit-background-size: 100% 100%; }
.ui-avatar img {
width: 100%;
height: 100%; }

.ui-avatar-lg {
width: 54px;
Expand All @@ -236,6 +239,9 @@ em {
-webkit-border-radius: 200px;
display: block;
-webkit-background-size: 100% 100%; }
.ui-avatar-lg img {
width: 100%;
height: 100%; }

.ui-avatar-s {
width: 40px;
Expand All @@ -252,6 +258,9 @@ em {
-webkit-border-radius: 200px;
display: block;
-webkit-background-size: 100% 100%; }
.ui-avatar-s img {
width: 100%;
height: 100%; }

/* 资料场景 */
.ui-avatar-one {
Expand All @@ -269,6 +278,9 @@ em {
-webkit-border-radius: 200px;
display: block;
-webkit-background-size: 100% 100%; }
.ui-avatar-one img {
width: 100%;
height: 100%; }

/* 平铺场景 */
.ui-avatar-tiled {
Expand All @@ -287,6 +299,9 @@ em {
-webkit-border-radius: 200px;
display: block;
-webkit-background-size: 100% 100%; }
.ui-avatar-tiled img {
width: 100%;
height: 100%; }

/**
* 红点提醒
Expand Down Expand Up @@ -1073,7 +1088,7 @@ em {
text-overflow: ellipsis;
max-width: 100%; }

.ui-list > li:first-child {
.ui-list > li.ui-border-t:first-child {
border: none;
background-image: none; }

Expand Down Expand Up @@ -1117,6 +1132,10 @@ em {
top: 0px;
z-index: 1; }

.ui-list-thumb img, .ui-list-thumb-s img, .ui-list-img img {
width: 100%;
height: 100%; }

/*列表主要信息*/
.ui-list-info {
-webkit-box-flex: 1;
Expand Down Expand Up @@ -1175,15 +1194,15 @@ em {

/*列表按压态*/
.ui-list-active > li:active, .ui-list-link > li:active, li.ui-list-item-link:active {
background-color: #f8f9fa;
background-color: #e5e6e7;
padding-left: 15px;
margin-left: 0px; }

.ui-list-active > li:active, .ui-list-active > li:active .ui-border-t, .ui-list-active > li:active + li.ui-border-t, .ui-list-active > li:active + .ui-border-t,
.ui-list-link > li:active, .ui-list-link > li:active .ui-border-t, .ui-list-link > li:active + li.ui-border-t, .ui-list-link > li:active + .ui-border-t,
li.ui-list-item-link:active, li.ui-list-item-link:active .ui-border-t, li.ui-list-item-link:active + li.ui-border-t, li.ui-list-item-link:active + .ui-border-t {
background-image: none;
border-top-color: #f8f9fa; }
border-top-color: #e5e6e7; }

@media screen and (-webkit-min-device-pixel-ratio: 2) {
.ui-list-active > li:active, .ui-list-active > li:active .ui-border-t, .ui-list-active > li:active + li.ui-border-t, .ui-list-active > li:active + .ui-border-t,
Expand Down Expand Up @@ -1649,7 +1668,7 @@ li.ui-list-item-link:active, li.ui-list-item-link:active .ui-border-t, li.ui-lis
-webkit-box-pack: end;
width: 100%;
bottom: 10px;
right: 3px; }
right: 4px; }

.ui-slider-indicators li {
display: block;
Expand Down Expand Up @@ -1920,49 +1939,98 @@ li.ui-list-item-link:active, li.ui-list-item-link:active .ui-border-t, li.ui-lis
top: -15px;
-webkit-background-size: 28px auto; }

.ui-tag, .ui-tag-svip:before, .ui-tag-vip:before, .ui-tag-freelimit:before, .ui-tag-free:before, .ui-tag-hot:before, .ui-tag-new:before, .ui-tag-selected:after {
.ui-tag-svip:before, .ui-tag-vip:before, .ui-tag-freelimit:before, .ui-tag-free:before,
.ui-tag-last:before, .ui-tag-limit:before, .ui-tag-act:before, .ui-tag-xy:before {
display: block;
background: url(http://i.gtimg.cn/vipstyle/frozenui/1.2.0/img/icon_tag.png?_bid=306);
-webkit-background-size: 36px auto;
position: absolute;
z-index: 9; }

.ui-tag-svip:before, .ui-tag-vip:before, .ui-tag-freelimit:before, .ui-tag-free:before {
width: 28px;
height: 14px;
height: 13px;
bottom: 0;
right: 0;
content: ''; }
content: '';
position: absolute;
z-index: 9; }

.ui-tag-svip:before, .ui-tag-vip:before, .ui-tag-hot:before, .ui-tag-new:before, .ui-tag-selected:after {
background: url(../img/icon_tag.png?_bid=306);
-webkit-background-size: 36px auto; }

.ui-tag-vip:before {
background-position: 0 -14px; }

.ui-tag-freelimit:before, .ui-tag-free:before, .ui-tag-last:before, .ui-tag-limit:before,
.ui-tag-act:before, .ui-tag-xy:before {
font-size: 10px;
line-height: 13px;
color: #fff;
border-radius: 2px;
text-align: center; }

.ui-tag-freelimit:before {
background-position: 0 -28px; }
background-color: #18b4ed;
content: '限免'; }

.ui-tag-free:before {
background-position: 0 -42px; }
background-color: #5fb336;
content: '免费'; }

.ui-tag-hot:before, .ui-tag-new:before {
.ui-tag-last:before {
background-color: #8f6adb;
content: '绝版'; }

.ui-tag-limit:before {
background-color: #3385e6;
content: '限量'; }

.ui-tag-act:before {
background-color: #00c795;
content: '活动'; }

.ui-tag-xy:before {
background-color: #d7ba42;
content: '星影'; }

.ui-tag-hot:before, .ui-tag-new:before, .ui-tag-hot:after, .ui-tag-new:after {
display: block;
position: absolute;
content: '';
width: 36px;
height: 20px;
left: 0;
top: 0; }
top: 0;
z-index: 9; }

.ui-tag-hot:before, .ui-tag-new:before {
background-position: 0 -30px;
width: 22px;
text-align: right;
line-height: 20px;
font-size: 12px;
color: #fff;
padding-right: 14px; }

.ui-tag-hot:before {
background-position: 0 -60px; }
content: '热'; }

.ui-tag-new:before {
background-position: 0 -90px; }
content: '新';
background-position: 0 -60px; }

.ui-tag-selected:after {
display: block;
position: absolute;
content: '';
width: 25px;
height: 25px;
background-position: 0 -120px;
background-position: 0 -85px;
right: -5px;
top: -5px; }
top: -5px;
z-index: 9; }

.ui-tag-wrap {
display: inline-block;
position: relative;
padding-right: 32px; }
.ui-tag-wrap .ui-tag-svip:before, .ui-tag-wrap .ui-tag-vip:before, .ui-tag-wrap .ui-tag-freelimit:before, .ui-tag-wrap .ui-tag-free:before {
bottom: 2px; }

.ui-selector header {
padding: 6px 10px;
Expand Down
10 changes: 7 additions & 3 deletions 1.2.1/css-debug/ui-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
text-overflow: ellipsis;
max-width: 100%; }

.ui-list > li:first-child {
.ui-list > li.ui-border-t:first-child {
border: none;
background-image: none; }

Expand Down Expand Up @@ -64,6 +64,10 @@
top: 0px;
z-index: 1; }

.ui-list-thumb img, .ui-list-thumb-s img, .ui-list-img img {
width: 100%;
height: 100%; }

/*列表主要信息*/
.ui-list-info {
-webkit-box-flex: 1;
Expand Down Expand Up @@ -122,15 +126,15 @@

/*列表按压态*/
.ui-list-active > li:active, .ui-list-link > li:active, li.ui-list-item-link:active {
background-color: #f8f9fa;
background-color: #e5e6e7;
padding-left: 15px;
margin-left: 0px; }

.ui-list-active > li:active, .ui-list-active > li:active .ui-border-t, .ui-list-active > li:active + li.ui-border-t, .ui-list-active > li:active + .ui-border-t,
.ui-list-link > li:active, .ui-list-link > li:active .ui-border-t, .ui-list-link > li:active + li.ui-border-t, .ui-list-link > li:active + .ui-border-t,
li.ui-list-item-link:active, li.ui-list-item-link:active .ui-border-t, li.ui-list-item-link:active + li.ui-border-t, li.ui-list-item-link:active + .ui-border-t {
background-image: none;
border-top-color: #f8f9fa; }
border-top-color: #e5e6e7; }

@media screen and (-webkit-min-device-pixel-ratio: 2) {
.ui-list-active > li:active, .ui-list-active > li:active .ui-border-t, .ui-list-active > li:active + li.ui-border-t, .ui-list-active > li:active + .ui-border-t,
Expand Down
Loading

0 comments on commit 56e3d2e

Please sign in to comment.