Commit b94bf9bd authored by youjie's avatar youjie

no message

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