...
|
...
|
@@ -21,7 +21,7 @@ |
|
|
background-color: rgba(0,0,0,0.5);
|
|
|
position: fixed;
|
|
|
z-index: 2;
|
|
|
top:36px;
|
|
|
top:30px;
|
|
|
}
|
|
|
/*到店堂食弹层*/
|
|
|
.eat_popup{
|
...
|
...
|
@@ -230,7 +230,8 @@ |
|
|
justify-content: center;
|
|
|
border-bottom: 1px solid #E4E4E4;
|
|
|
padding: 0.18rem 0;
|
|
|
/*padding-bottom: 0.8rem;*/
|
|
|
|
|
|
|
|
|
}
|
|
|
.head_tab{
|
|
|
width: 3.62rem;
|
...
|
...
|
@@ -239,7 +240,7 @@ |
|
|
background-color: #FFFFFF;
|
|
|
line-height: 0.64rem;
|
|
|
border: 1px solid #E4E4E4;
|
|
|
line-height: 0.32rem;
|
|
|
/*line-height: 0.32rem;*/
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
...
|
...
|
@@ -272,6 +273,7 @@ |
|
|
display: flex;
|
|
|
font-size: 0.26rem;
|
|
|
margin-top: 0.27rem;
|
|
|
|
|
|
}
|
|
|
.head_add .icon-hdxq_icon{
|
|
|
margin-right: 0.13rem;
|
...
|
...
|
@@ -282,7 +284,6 @@ |
|
|
display: flex;
|
|
|
font-size: 0.28rem;
|
|
|
line-height: 0.3rem;
|
|
|
justify-content: center;
|
|
|
margin-top: 0.38rem;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -293,15 +294,25 @@ |
|
|
}
|
|
|
|
|
|
.nav_list li {
|
|
|
margin-right: 0.6rem;
|
|
|
padding-bottom: 0.16rem;
|
|
|
|
|
|
width:auto;
|
|
|
text-align: center;
|
|
|
padding: 0 0.12rem 0.16rem 0.12rem;
|
|
|
white-space:nowrap;
|
|
|
|
|
|
}
|
|
|
|
|
|
.nav_list li:last-child {
|
|
|
margin-right: 0;
|
|
|
padding: 0 0 0.16rem 0.12rem;
|
|
|
|
|
|
}
|
|
|
.nav_list li:first-child{
|
|
|
padding: 0 0.12rem 0.16rem 0.12rem;
|
|
|
margin-left: 0.14rem;
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
/*swiper*/
|
|
|
|
|
|
.banner {
|
...
|
...
|
@@ -310,7 +321,7 @@ |
|
|
|
|
|
.banner img {
|
|
|
width: 100%;
|
|
|
/*height: 3.48rem;*/
|
|
|
height: 3.48rem;
|
|
|
}
|
|
|
|
|
|
.swiper-pagination {
|
...
|
...
|
|