Authored by zhangxiaoru

店铺样式

... ... @@ -32,22 +32,21 @@
}
.entry {
display: flex;
align-items: center;
justify-content: center;
height: 45px;
width: 170px;
font-size: 24px;
line-height: 60px;
line-height: 45px;
color: #fff;
background-color: #d0021b;
width: 170px;
margin: 35px 53px;
display: inline-block;
span {
background-image: resolve("product/shop-entry.png");
background-repeat: no-repeat;
display: inline-block;
width: 14px;
height: 20px;
height: 18px;
background-size: 100%;
margin-left: 10px;
}
... ...
... ... @@ -431,22 +431,21 @@
}
.entry {
display: flex;
align-items: center;
justify-content: center;
height: 45px;
width: 170px;
font-size: 24px;
line-height: 60px;
line-height: 45px;
color: #fff;
background-color: #d0021b;
width: 170px;
margin: 35px 53px;
display: inline-block;
span {
background-image: resolve("product/shop-entry.png");
background-repeat: no-repeat;
display: inline-block;
width: 14px;
height: 20px;
height: 18px;
background-size: 100%;
margin-left: 10px;
}
... ...