Commit 688a0abd authored by youjie's avatar youjie

no message

parent 00ead124
...@@ -913,7 +913,7 @@ ...@@ -913,7 +913,7 @@
margin-bottom: 9rpx; margin-bottom: 9rpx;
height: 34rpx; height: 34rpx;
line-height: 26rpx; line-height: 26rpx;
padding: 0 12rpx; padding: 2rpx 12rpx 0 12rpx;
display: inline-block; display: inline-block;
} }
......
...@@ -157,9 +157,10 @@ ...@@ -157,9 +157,10 @@
border-radius: 5rpx; border-radius: 5rpx;
content: " "; content: " ";
position: absolute; position: absolute;
left: 0; left: -6rpx;
bottom: -4rpx; bottom: -1rpx;
z-index: 1; z-index: 0;
opacity: .8;
} }
.big-title text { .big-title text {
......
...@@ -94,9 +94,10 @@ ...@@ -94,9 +94,10 @@
border-radius: 5rpx; border-radius: 5rpx;
content: " "; content: " ";
position: absolute; position: absolute;
left: 0; left: -6rpx;
bottom: -4rpx; bottom: -1rpx;
z-index: 1; z-index: 0;
opacity: .8;
} }
.hotel-detail .hotel-content .big-title text { .hotel-detail .hotel-content .big-title text {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment