You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.0 KiB
42 lines
1.0 KiB
<template>
|
|
<view>
|
|
<view class="lgn_t_box">
|
|
<view class="guo_box"></view>
|
|
<view class="wei_box_con">
|
|
<view class="an_box_4">
|
|
游客须知
|
|
</view>
|
|
<view class="an_box_2 rcd_box box_1">
|
|
<view class="amt_30 yue-xuzhi">
|
|
|
|
<view class="p">一、景区严禁烟火,严禁携带易燃易爆等危险物品。</view>
|
|
<view class="p">二、请注意安全警示,遵守游览秩序,请勿攀爬、翻越安全防护栏;请勿进入未开放的区域游玩;请勿拥挤打闹;上下台阶时,要小心谨慎。</view>
|
|
<view class="p">三、请注意人身、财产安全,保管好个人物品,照顾好老人和儿童。如遇特殊情况,请听从导游或工作人员指挥。</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
</script>
|
|
|
|
<style>
|
|
.an_box_4 {
|
|
color: #fff;
|
|
text-align: center;
|
|
font-weight: 600;
|
|
padding-top: 50rpx;
|
|
}
|
|
|
|
.wei_box_con .p {
|
|
margin-bottom: 30rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.wei_box_con .yue-xuzhi {
|
|
padding-top: 30rpx;
|
|
|
|
}
|
|
</style> |