Authored by 周少峰

Merge branch 'feature/spread' into gray

{
"name": "yohobuy-node",
"version": "5.8.9",
"version": "5.8.10",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...
... ... @@ -28,7 +28,8 @@
}
.tag {
width: 100%;
width: 252px;
margin-left: -1px;
height: 25px;
line-height: 25px;
background-color: #000;
... ... @@ -134,15 +135,15 @@
}
.coin-tip-help {
width: 304px;
width: 200px;
padding: 6px 10px;
line-height: 2;
border: 1px solid #000;
background-color: #fff;
text-align: left;
text-align: center;
position: absolute;
top: 38px;
right: -8px;
right: -100px;
display: none;
z-index: 1000;
}
... ... @@ -156,7 +157,7 @@
display: block;
position: absolute;
top: -6px;
right: 10px;
right: 106px;
}
}
... ...