|
|
@@ -316,7 +316,7 @@ export default {
|
|
|
margin-left: 0px;
|
|
|
margin-right: 0px;
|
|
|
position: relative;
|
|
|
- background: #fff;
|
|
|
+ /*background: #fff;*/
|
|
|
}
|
|
|
#title-fragment .logo{
|
|
|
width: 28px;
|
|
|
@@ -337,6 +337,7 @@ export default {
|
|
|
padding-top: 10px;
|
|
|
}
|
|
|
#title-fragment .shop-logo {
|
|
|
+ margin-right: 10px;
|
|
|
width: 220px;
|
|
|
height: 260px;
|
|
|
border: 1px solid #e8e8e8;
|
|
|
@@ -344,6 +345,7 @@ export default {
|
|
|
text-align: center;
|
|
|
line-height: 210px;
|
|
|
position: relative;
|
|
|
+ background: #fff;
|
|
|
.shop-name{
|
|
|
height: 40px;
|
|
|
line-height: 40px;
|
|
|
@@ -460,15 +462,16 @@ export default {
|
|
|
#title-fragment .shop-banner {
|
|
|
float: left;
|
|
|
position: relative;
|
|
|
- width: 970px;
|
|
|
+ width: 955px;
|
|
|
height: 280px;
|
|
|
border: 1px solid #e8e8e8;
|
|
|
border-left: none;
|
|
|
overflow: hidden;
|
|
|
+ border-radius: 5px;
|
|
|
}
|
|
|
|
|
|
#title-fragment .shop-banner img {
|
|
|
- width: 970px;
|
|
|
+ width: 955px;
|
|
|
height: 280px;
|
|
|
}
|
|
|
|