Commit c02d1f69 authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/zk123/jz_travel

parents adaf1f13 5401d27a
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
<u-icon name="arrow-left" size="44"></u-icon> <u-icon name="arrow-left" size="44"></u-icon>
</view> </view>
<view style="flex: 1;margin-left: 30rpx; text-align: left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">{{details.Name}}</view> <view style="flex: 1;margin-left: 30rpx; text-align: left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">{{details.Name}}</view>
</view>
<view class="">
</view> </view>
<view class="restaurant-content"> <view class="restaurant-content">
<view class="restaurant-base"> <view class="restaurant-base">
...@@ -466,8 +469,7 @@ ...@@ -466,8 +469,7 @@
} }
.caledar-btn { .caledar-btn {
margin-top: 20rpx; width: 700rpx;
width: 650rpx;
height: 80rpx; height: 80rpx;
background-color: #111111; background-color: #111111;
border-radius: 20rpx; border-radius: 20rpx;
...@@ -477,7 +479,7 @@ ...@@ -477,7 +479,7 @@
color: #FFFFFF; color: #FFFFFF;
text-align: center; text-align: center;
line-height: 78rpx; line-height: 78rpx;
margin: 0 auto; margin: 20rpx auto 80rpx;
} }
.restaurant-detail { .restaurant-detail {
...@@ -507,7 +509,7 @@ ...@@ -507,7 +509,7 @@
.restaurant-detail .restaurant-content { .restaurant-detail .restaurant-content {
position: relative; position: relative;
z-index: 2; z-index: 2;
top: -110rpx; // top: -110rpx;
} }
.restaurant-detail .restaurant-content .date-box { .restaurant-detail .restaurant-content .date-box {
...@@ -666,7 +668,12 @@ ...@@ -666,7 +668,12 @@
position: relative; position: relative;
z-index: 2; z-index: 2;
} }
.restaurant-detail .restaurant-content .restaurant-base{
width: 750rpx;
position: absolute;
top: -110px;
z-index: 5;
}
.restaurant-detail .restaurant-content .restaurant-base .restaurant-room .room-type { .restaurant-detail .restaurant-content .restaurant-base .restaurant-room .room-type {
/* padding:10rpx 30rpx; */ /* padding:10rpx 30rpx; */
display: flex; display: flex;
......
...@@ -347,7 +347,7 @@ ...@@ -347,7 +347,7 @@
color: #111111; color: #111111;
margin-right: 45rpx; margin-right: 45rpx;
margin-bottom: 20rpx; margin-bottom: 20rpx;
text-align: center; // text-align: center;
line-height: 38rpx; line-height: 38rpx;
overflow: hidden; overflow: hidden;
...@@ -359,7 +359,7 @@ ...@@ -359,7 +359,7 @@
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
color: #111111; color: #111111;
line-height: 28rpx; line-height: 40rpx;
// white-space: nowrap; // white-space: nowrap;
// overflow: hidden; // overflow: hidden;
// text-overflow: ellipsis; // text-overflow: ellipsis;
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</view> </view>
<view style="position: relative;z-index: 2;"> <view style="position: relative;z-index: 2;">
<view <view
style="position: relative;top: -70px;border-top-left-radius: 30px;border-top-right-radius: 30px;background-color: #FFF;"> style="width: 750rpx; position: absolute;top: -70px;border-top-left-radius: 30px;border-top-right-radius: 30px;background-color: #FFF;">
<view class="baseinfo"> <view class="baseinfo">
<view class="info1"> <view class="info1">
<view class="name"> <view class="name">
......
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