...
|
...
|
@@ -2,7 +2,7 @@ |
|
|
* @Author: Targaryen
|
|
|
* @Date: 2017-03-23 17:12:53
|
|
|
* @Last Modified by: Targaryen
|
|
|
* @Last Modified time: 2017-04-18 15:07:13
|
|
|
* @Last Modified time: 2017-04-18 15:14:39
|
|
|
*/
|
|
|
// 红人店铺首页
|
|
|
|
...
|
...
|
@@ -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;
|
...
|
...
|
@@ -207,7 +206,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 +262,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 +322,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);
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|