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.
 
 
 
 

47 lines
979 B

<template>
<view class="bg">
<view class="box">
<view class="title">导游信息审核通知</view>
<view class="subtitle">你的信息审核未通过,请修改后重新提交</view>
<view class="subtitle">原因:你的信息审核未通过,请修改后重新提交你的信息审 核未通过,请修改后重新提交你的信息审核未通过,请修改 后重新提交你的信息</view>
<view class="time">2024-11-23</view>
</view>
</view>
</template>
<script>
</script>
<style lang="scss" scoped>
.bg {
background: #F5F5F5;
min-height: 100vh;
padding: 50rpx 26rpx;
}
.box {
padding: 26rpx 20rpx;
background: #FFFFFF;
border-radius: 13rpx;
.title {
font-weight: bold;
font-size: 32rpx;
color: #000000;
}
.subtitle {
font-weight: 500;
font-size: 27rpx;
color: #000000;
margin-top: 20rpx;
}
.time {
font-weight: 500;
font-size: 25rpx;
color: #717171;
margin-top: 20rpx;
}
}
</style>