学员端小程序
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.
 
 
 

49 lines
904 B

<template>
<view class="pageBgImg">
<topNavbar title=" "></topNavbar>
<view class="pad">
<view class="card">
<view class="tit">2023年6月份江西省机动车驾驶培训机构考试合格</view>
<view class="h2">二级标题二级标题二级标题二级标题二级标题二级标题</view>
<view class="content">
内容详情
</view>
<view class="date">发布时间2023/08/06</view>
</view>
</view>
</view>
</template>
<script>
</script>
<style lang="scss" scoped>
.pageBgImg {
min-height: 100vh;
.pad {
margin-top: 24rpx;
}
.card {
padding: 28rpx 24rpx;
.tit {
font-size: 28rpx;
font-weight: 500;
}
.h2 {
margin: 8rpx 0 42rpx 0;
color: #686B73;
font-size: 24rpx;
}
.content {
}
.date {
padding: 100rpx 0 40rpx 0;
font-size: 20rpx;
color: #686B73;
}
}
}
</style>