Authored by 郝肖肖

Merge branch 'feature/optimSale' of git.yoho.cn:fe/yohobuywap-node into feature/optimSale

{
"name": "m-yohobuy-node",
"version": "5.3.6",
"version": "90.0.11",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...
.category-page {
font-size: 30px;
font-size: 15PX;
.search-input {
position: relative;
... ... @@ -14,7 +14,7 @@
border: none;
padding-left: 66px;
border-radius: 60px;
font-size: 26px;
font-size: 13PX;
background: #fff;
color: #999;
}
... ... @@ -63,7 +63,7 @@
width: 100%;
height: 30px;
line-height: 30px;
font-size: 30px;
font-size: 15PX;
border-right: 1px solid #e6e6e6;
}
... ...
... ... @@ -25,9 +25,9 @@
display: block;
margin: 0 auto;
text-align: center;
width: 98px;
height: 98px;
line-height: 98px;
width: 96px;
height: 96px;
line-height: 96px;
box-sizing: border-box;
overflow: hidden;
... ... @@ -40,7 +40,7 @@
.linkbar {
display: block;
line-height: 44px;
font-size: 24px;
font-size: 12PX;
color: #444;
&:visited,
... ...
... ... @@ -63,8 +63,9 @@
.guang-nav-item {
float: left;
color: #ccc;
font-size: 28px;
padding: 0 22px;
font-size: 14PX;
width: 100px;
text-align: center;
line-height: 80px;
&.focus {
... ...
... ... @@ -22,7 +22,7 @@
float: left;
margin-left: 30px;
padding: 30px 0;
font-size: 28px;
font-size: 14PX;
color: #000;
}
}
... ... @@ -49,7 +49,7 @@
width: 130px;
height: 50px;
line-height: 50px;
font-size: 28px;
font-size: 14PX;
color: #fff;
background: #000;
text-align: center;
... ... @@ -97,7 +97,7 @@
.info-title{
line-height: 44px;
color: #000;
font-size: 40px;
font-size: 20PX;
font-weight:bold;
}
... ... @@ -105,7 +105,7 @@
.info-text {
margin: 16px 0 0 0;
line-height: 46px;
font-size: 28px;
font-size: 14PX;
color: #444;
}
... ...
... ... @@ -2,12 +2,12 @@
color: #b0b0b0;
line-height: 38px;
height: 38px;
font-size: 24px;
font-size: 12PX;
.iconfont {
vertical-align: 9%;
margin-right: 4px;
font-size: 24px;
font-size: 12PX;
}
.like-share-container {
... ... @@ -27,7 +27,7 @@
color: #b0b0b0;
width: 60px;
top: -14px;
font-size: 34px;
font-size: 17PX;
text-align: center;
margin-right: 0;
outline: none;
... ...
... ... @@ -56,6 +56,7 @@
overflow: hidden;
white-space: nowrap;
max-width: 260px;
font-size: 16PX;
}
.vip-icon {
... ... @@ -115,7 +116,7 @@
position: relative;
float: left;
color: #fff;
font-size: 28px;
font-size: 12PX;
width: 212px;
&.highlight {
... ... @@ -123,7 +124,7 @@
}
p {
font-size: 24px;
font-size: 12PX;
}
&:after {
... ... @@ -147,7 +148,7 @@
.link-item {
p {
font-size: 32px;
font-size: 12PX;
line-height: 88px;
}
... ... @@ -208,7 +209,7 @@
}
.iconfont {
font-size: 16PX;
font-size: 14PX;
}
}
... ... @@ -269,13 +270,13 @@
line-height: 88px;
.opinion {
width: 1.3rem;
height: 1.3rem;
width: 1.2rem;
height: 1.2rem;
overflow: hidden;
display: inline-block;
background: url("/home/index/talk.png");
position: relative;
top: 0.36rem;
top: 0.34rem;
margin-right: 12px;
}
... ... @@ -296,6 +297,14 @@
&:last-child:after {
content: none;
}
.iconfont {
font-size: 38px;
}
.iconfont.num {
font-size: 14PX;
}
}
.icon {
... ...