...
|
...
|
@@ -2,7 +2,7 @@ |
|
|
* @Author: Targaryen
|
|
|
* @Date: 2017-03-23 17:12:53
|
|
|
* @Last Modified by: Targaryen
|
|
|
* @Last Modified time: 2017-04-18 14:51:52
|
|
|
* @Last Modified time: 2017-04-18 16:04:40
|
|
|
*/
|
|
|
// 红人店铺首页
|
|
|
|
...
|
...
|
@@ -68,13 +68,12 @@ |
|
|
.items-s1 {
|
|
|
position: relative;
|
|
|
background-color: #fff;
|
|
|
margin: 30px;
|
|
|
|
|
|
.item-info {
|
|
|
padding: 12px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
|
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
|
}
|
|
|
|
|
|
.item-info > div {
|
...
|
...
|
@@ -97,7 +96,7 @@ |
|
|
|
|
|
.item-info {
|
|
|
padding: 12px;
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
|
}
|
|
|
|
|
|
.item-info > div {
|
...
|
...
|
@@ -123,7 +122,7 @@ |
|
|
padding: 16px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
|
|
|
|
.name {
|
|
|
float: left;
|
...
|
...
|
@@ -156,6 +155,7 @@ |
|
|
|
|
|
img {
|
|
|
width: auto;
|
|
|
height: 100%;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -164,6 +164,7 @@ |
|
|
|
|
|
img {
|
|
|
width: auto;
|
|
|
height: 100%;
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -175,6 +176,7 @@ |
|
|
|
|
|
img {
|
|
|
width: auto;
|
|
|
height: 100%;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -183,6 +185,7 @@ |
|
|
|
|
|
img {
|
|
|
width: auto;
|
|
|
height: 100%;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -207,7 +210,7 @@ |
|
|
|
|
|
.item-info {
|
|
|
padding: 12px;
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
|
}
|
|
|
|
|
|
.item-info > div {
|
...
|
...
|
@@ -263,7 +266,7 @@ |
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: center;
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -323,7 +326,7 @@ |
|
|
font-size: 24px;
|
|
|
padding: 10px 20px;
|
|
|
border-radius: 50px;
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -334,7 +337,8 @@ |
|
|
|
|
|
.margin-bottom {
|
|
|
width: 100%;
|
|
|
height: 40px;
|
|
|
height: 20px;
|
|
|
background-color: #f0f0f0;
|
|
|
}
|
|
|
|
|
|
.all-goods {
|
...
|
...
|
|