Authored by
姜枫
...
|
...
|
@@ -417,7 +417,7 @@ |
|
|
left: 0;
|
|
|
display: none;
|
|
|
z-index: 10;
|
|
|
top: 180px;
|
|
|
top: 174px;
|
|
|
|
|
|
dl {
|
|
|
float: left;
|
...
|
...
|
|
...
|
...
|
@@ -39,16 +39,16 @@ |
|
|
}
|
|
|
|
|
|
i {
|
|
|
font-size: 12px;
|
|
|
font-size: 14px;
|
|
|
position: relative;
|
|
|
top:-1px;
|
|
|
top: -1px;
|
|
|
}
|
|
|
|
|
|
.pre-page,
|
|
|
.next-page {
|
|
|
line-height: 24px;
|
|
|
line-height: 23px;
|
|
|
width: 26px;
|
|
|
height:26px;
|
|
|
height: 26px;
|
|
|
font-weight: 700;
|
|
|
}
|
|
|
} |
...
|
...
|
|
...
|
...
|
@@ -25,7 +25,7 @@ |
|
|
height: 52px;
|
|
|
}
|
|
|
|
|
|
.title{
|
|
|
.title {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -139,7 +139,7 @@ |
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
|
|
|
.phone{
|
|
|
.phone {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -147,7 +147,7 @@ |
|
|
.address-chosed {
|
|
|
position: absolute;
|
|
|
bottom: -1px;
|
|
|
right: 0;
|
|
|
right: -1px;
|
|
|
}
|
|
|
|
|
|
.address-content {
|
...
|
...
|
@@ -216,7 +216,8 @@ |
|
|
border-color: #000;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
.tip-text{
|
|
|
|
|
|
.tip-text {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
}
|
...
|
...
|
|