...
|
...
|
@@ -92,6 +92,10 @@ |
|
|
width: 280px;
|
|
|
color: #444;
|
|
|
margin-left: 20px;
|
|
|
display: inline-block;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
.middle {
|
...
|
...
|
@@ -138,6 +142,11 @@ |
|
|
line-height: 120px;
|
|
|
vertical-align: top;
|
|
|
margin-left: 18px;
|
|
|
overflow: hidden;
|
|
|
background-color: #fff;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
width: 200px;
|
|
|
}
|
|
|
|
|
|
.shop-detail {
|
...
|
...
|
@@ -224,12 +233,11 @@ |
|
|
margin-top: 14px;
|
|
|
margin-bottom: 14px;
|
|
|
flex-direction: row;
|
|
|
display: flex;
|
|
|
padding: 20px;
|
|
|
padding: 16px;
|
|
|
}
|
|
|
|
|
|
.support-service-item {
|
|
|
display: flex;
|
|
|
display: inline-block;
|
|
|
align-items: center;
|
|
|
flex-direction: row;
|
|
|
padding-left: 15px;
|
...
|
...
|
@@ -240,6 +248,7 @@ |
|
|
height: 30px;
|
|
|
display: inline-block;
|
|
|
overflow: hidden;
|
|
|
vertical-align: text-bottom;
|
|
|
}
|
|
|
|
|
|
.support-service-title {
|
...
|
...
|
|