Commit b94bf9bd authored by youjie's avatar youjie

no message

parent 688a0abd
<template> <template>
<view class="hotelSheShi"> <view class="hotelSheShi">
<view class="big-title"> <view class="big-title">
<view class="bj"></view>
<text>设施服务</text> <text>设施服务</text>
</view> </view>
<!-- <view class="big-titleAssis">休闲健身</view> --> <!-- <view class="big-titleAssis">休闲健身</view> -->
...@@ -149,7 +150,7 @@ ...@@ -149,7 +150,7 @@
font-weight: bold; font-weight: bold;
margin-bottom: 35rpx; margin-bottom: 35rpx;
} }
.big-title::before { .big-title .bj {
display: block; display: block;
width: 18rpx; width: 18rpx;
height: 18rpx; height: 18rpx;
...@@ -160,7 +161,10 @@ ...@@ -160,7 +161,10 @@
left: -6rpx; left: -6rpx;
bottom: -1rpx; bottom: -1rpx;
z-index: 0; z-index: 0;
opacity: .8; }
.big-title text {
position: relative;
z-index: 2;
} }
.big-title text { .big-title text {
......
<template> <template>
<view class="hotelZhenCe"> <view class="hotelZhenCe">
<view class="big-title"> <view class="big-title">
<view class="bj"></view>
<text>酒店政策</text> <text>酒店政策</text>
</view> </view>
<view class="big-titleAssis">入住和离店</view> <view class="big-titleAssis">入住和离店</view>
...@@ -86,7 +87,7 @@ ...@@ -86,7 +87,7 @@
font-weight: bold; font-weight: bold;
margin-bottom: 35rpx; margin-bottom: 35rpx;
} }
.big-title::before { .big-title .bj {
display: block; display: block;
width: 18rpx; width: 18rpx;
height: 18rpx; height: 18rpx;
...@@ -97,7 +98,10 @@ ...@@ -97,7 +98,10 @@
left: -6rpx; left: -6rpx;
bottom: -1rpx; bottom: -1rpx;
z-index: 0; z-index: 0;
opacity: .8; }
.big-title text {
position: relative;
z-index: 2;
} }
.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