|
|
.massage-page{
|
|
|
margin-top: .4rem;
|
|
|
padding-bottom:.6rem;
|
|
|
margin-top: 16px;
|
|
|
padding-bottom: 24px;
|
|
|
.massage-list{
|
|
|
padding: 1em 2em 1em 1.4em;
|
|
|
padding: 12px 16px 12px 24px;
|
|
|
border-bottom: 1px solid #F8F8F8;
|
|
|
position: relative;
|
|
|
overflow: hidden;
|
|
|
p{
|
|
|
font-size: 1.2em;
|
|
|
font-size: 16px;
|
|
|
color: #222;
|
|
|
}
|
|
|
span{
|
|
|
font-size: 0.9em;
|
|
|
font-size: 12px;
|
|
|
color: #999999;
|
|
|
}
|
|
|
i{
|
|
|
position: absolute;
|
|
|
right: .6rem;
|
|
|
top: .6rem;
|
|
|
right: 24px;
|
|
|
top: 24px;
|
|
|
color: #cccccc;
|
|
|
}
|
|
|
strong{
|
|
|
width: 8px;
|
|
|
height: 8px;
|
|
|
position: absolute;
|
|
|
left: .4rem;
|
|
|
top: 1rem;
|
|
|
left: 16px;
|
|
|
top: 40px;
|
|
|
background: #f00;
|
|
|
border-radius:50%;
|
|
|
}
|
...
|
...
|
@@ -36,7 +36,7 @@ |
|
|
margin-left: 10px;
|
|
|
margin-bottom: 10px;
|
|
|
h6{
|
|
|
margin-bottom: .2rem;
|
|
|
margin-bottom: 8px;
|
|
|
}
|
|
|
span{
|
|
|
color: #656565;
|
...
|
...
|
@@ -54,18 +54,18 @@ |
|
|
border-bottom: 1px solid #F8F8F8;
|
|
|
margin-top: 10px;
|
|
|
.coupon-img{
|
|
|
width: 3.2rem;
|
|
|
width: 128px;
|
|
|
height: auto;
|
|
|
overflow: hidden;
|
|
|
float: left;
|
|
|
margin-right: .4rem;
|
|
|
margin-right: 16px;
|
|
|
img{
|
|
|
width: 100%;
|
|
|
height: auto;
|
|
|
}
|
|
|
}
|
|
|
.coupon-info{
|
|
|
font-size: .55rem;
|
|
|
font-size: 22px;
|
|
|
span{
|
|
|
color: #f00;
|
|
|
}
|
...
|
...
|
@@ -79,7 +79,7 @@ |
|
|
line-height: 35px;
|
|
|
background: #ed0010;
|
|
|
text-align: center;
|
|
|
margin-left: 3.6rem;
|
|
|
margin-left: 144px;
|
|
|
a{
|
|
|
display: block;
|
|
|
color: #fff;
|
...
|
...
|
|