2024-06-04 18:57:45 +08:00
|
|
|
|
<template>
|
|
|
|
|
<view>
|
|
|
|
|
<!-- 顶部导航栏 -->
|
2024-06-28 22:18:34 +08:00
|
|
|
|
<view class="nav">
|
|
|
|
|
<view class="nav_image_box" @click="back_top_page">
|
|
|
|
|
<image src="../../static/images/sign/return.png" mode=""></image>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<text>发布活动</text>
|
|
|
|
|
<view class="fabu_btn">
|
|
|
|
|
发布
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
2024-06-04 18:57:45 +08:00
|
|
|
|
</view>
|
2024-06-28 22:18:34 +08:00
|
|
|
|
|
|
|
|
|
|
2024-06-06 21:14:03 +08:00
|
|
|
|
<up-form :model="form" :rules="rules" ref="uFormRef">
|
|
|
|
|
<view class="cardz">
|
2024-06-28 22:18:34 +08:00
|
|
|
|
<!-- 输入的大标题 -->
|
2024-06-06 21:14:03 +08:00
|
|
|
|
<view class="titleInfo">
|
|
|
|
|
<up-form-item label="" prop="acTitle" borderBottom>
|
|
|
|
|
<up-input placeholder="输入活动标题~(5~20个字)" v-model="form.acTitle" border="none" maxlength="20"
|
2024-06-11 19:15:45 +08:00
|
|
|
|
fontSize="34rpx" color="#333333" clearable
|
|
|
|
|
placeholderStyle="color: #c0c0c0;font-size: 34rpx;"></up-input>
|
2024-06-06 21:14:03 +08:00
|
|
|
|
</up-form-item>
|
|
|
|
|
<view class="xian"></view>
|
|
|
|
|
</view>
|
2024-06-28 22:18:34 +08:00
|
|
|
|
<!-- 输入的500字内容 -->
|
|
|
|
|
<view class="contentInfo">
|
2024-06-06 21:14:03 +08:00
|
|
|
|
<up-form-item label="" prop="acContent" borderBottom>
|
2024-06-08 21:22:20 +08:00
|
|
|
|
<textarea class="text_style" v-model="form.acContent"
|
2024-06-28 22:18:34 +08:00
|
|
|
|
:placeholder="'输入活动内容'+'\n'+'活动图片最多可发布两张'+'\n'+'输入准确定位可以更好提供活动信息奥!'+'\n'+'安全指南:请勿发布带有个人信息(如:住址)'" cols="50"
|
2024-06-08 21:22:20 +08:00
|
|
|
|
rows="10" maxlength="500"
|
2024-06-11 19:15:45 +08:00
|
|
|
|
placeholderStyle="color: #c0c0c0;font-size: 30rpx; white-space: pre-wrap;" color="#333333"
|
|
|
|
|
fontSize="30rpx" @linechange="inputtextInfo"></textarea>
|
2024-06-08 21:22:20 +08:00
|
|
|
|
<view class="char-count">{{ form.acContent.length }}/500</view>
|
2024-06-06 21:14:03 +08:00
|
|
|
|
</up-form-item>
|
|
|
|
|
</view>
|
2024-06-08 21:22:20 +08:00
|
|
|
|
|
2024-06-28 22:18:34 +08:00
|
|
|
|
|
2024-06-06 21:14:03 +08:00
|
|
|
|
<up-form-item label="" prop="file" borderBottom>
|
|
|
|
|
<view class="cardzfile">
|
2024-06-08 21:22:20 +08:00
|
|
|
|
<fileUpload v-model="form.file" :fileTypeInfo="fileTypeInfo1" :limit="2"></fileUpload>
|
|
|
|
|
</view>
|
|
|
|
|
</up-form-item>
|
2024-06-05 16:57:58 +08:00
|
|
|
|
|
2024-06-06 21:14:03 +08:00
|
|
|
|
</view>
|
|
|
|
|
<view class="cardx">
|
|
|
|
|
<up-cell-group :border="false">
|
2024-06-08 21:22:20 +08:00
|
|
|
|
<up-form-item label="" prop="startTime" borderBottom @click="showStartTime = !showStartTime">
|
2024-06-06 21:14:03 +08:00
|
|
|
|
<view style="margin-top: 2rpx;width: 100%;height: 30rpx;display: flex;align-items: center;">
|
2024-06-08 21:22:20 +08:00
|
|
|
|
<image v-if="showtext1" :src="tu52" style="width: 30rpx; height: 32rpx; margin-right: 12rpx;">
|
|
|
|
|
</image>
|
2024-06-06 21:14:03 +08:00
|
|
|
|
<image v-else :src="tu522" style="width: 30rpx; height: 32rpx; margin-right: 12rpx;"></image>
|
|
|
|
|
<up-input v-model="form.startTime" disabled disabledColor="#ffffff" color="#C9F6F5"
|
2024-06-08 21:22:20 +08:00
|
|
|
|
placeholder="请选择活动开始时间" placeholderStyle="color: #333333 !important;font-size: 30rpx;"
|
2024-06-06 21:14:03 +08:00
|
|
|
|
border="none">
|
2024-06-08 21:22:20 +08:00
|
|
|
|
<span v-if="showtext2">请选择活动开始时间</span>
|
|
|
|
|
</up-input>
|
2024-06-06 21:14:03 +08:00
|
|
|
|
<up-icon slot="right" name="arrow-right"></up-icon>
|
|
|
|
|
</view>
|
|
|
|
|
</up-form-item>
|
|
|
|
|
<up-form-item label="" prop="endTime" borderBottom @click="showEndTime = !showEndTime">
|
|
|
|
|
<view style="margin-top: 2rpx;width: 100%;height: 30rpx;display: flex;align-items: center;">
|
2024-06-08 21:22:20 +08:00
|
|
|
|
<image v-if="showtext2" :src="tu53" style="width: 30rpx; height: 32rpx;margin-right: 12rpx;">
|
|
|
|
|
</image>
|
2024-06-06 21:14:03 +08:00
|
|
|
|
<image v-else :src="tu532" style="width: 30rpx; height: 32rpx; margin-right: 12rpx;"></image>
|
|
|
|
|
<up-input v-model="form.endTime" disabled disabledColor="#ffffff" color="#C9F6F5"
|
2024-06-08 21:22:20 +08:00
|
|
|
|
placeholder="请选择活动结束时间" placeholderStyle="color: #333333 !important;font-size: 30rpx;"
|
2024-06-06 21:14:03 +08:00
|
|
|
|
border="none">
|
2024-06-08 21:22:20 +08:00
|
|
|
|
<span v-if="showtext2">请选择活动结束时间</span>
|
|
|
|
|
</up-input>
|
|
|
|
|
<up-icon slot="right" name="arrow-right"></up-icon>
|
|
|
|
|
</view>
|
|
|
|
|
</up-form-item>
|
|
|
|
|
<up-form-item label="" prop="addres" borderBottom @click="showaddres = !showaddres">
|
|
|
|
|
<view style="margin-top: 2rpx;width: 100%;height: 30rpx;display: flex;align-items: center;">
|
|
|
|
|
<image v-if="showtext3" :src="tu51" style="width: 30rpx; height: 32rpx;margin-right: 12rpx;">
|
|
|
|
|
</image>
|
|
|
|
|
<image v-else :src="tu512" style="width: 30rpx; height: 32rpx; margin-right: 12rpx;"></image>
|
|
|
|
|
<up-input v-model="form.addres" disabledColor="#ffffff" color="#C9F6F5" @change="change1"
|
|
|
|
|
placeholder="添加活动具体位置" placeholderStyle="color: #333333 !important;font-size: 30rpx;"
|
|
|
|
|
border="none">
|
|
|
|
|
<span v-if="showtext2">添加活动具体位置</span>
|
|
|
|
|
</up-input>
|
2024-06-11 13:25:35 +08:00
|
|
|
|
<up-icon slot="right" name="arrow-right" @click="gotomap"></up-icon>
|
2024-06-06 21:14:03 +08:00
|
|
|
|
</view>
|
|
|
|
|
</up-form-item>
|
|
|
|
|
</up-cell-group>
|
|
|
|
|
</view>
|
2024-06-28 22:18:34 +08:00
|
|
|
|
<!-- <up-datetime-picker :show="showStartTime" v-model="newData" :modelValue="newData" @confirm="confirm1"
|
2024-06-08 21:22:20 +08:00
|
|
|
|
format="YYYY-MM-DD HH:mm:ss" @cancel="cancel" mode="datetime"></up-datetime-picker>
|
|
|
|
|
<up-datetime-picker :show="showEndTime" v-model="newData" @confirm="confirm2" :modelValue="newData"
|
2024-06-28 22:18:34 +08:00
|
|
|
|
format="YYYY-MM-DD HH:mm:ss" @cancel="cancel" mode="datetime"></up-datetime-picker> -->
|
|
|
|
|
<!-- <view class="cardxx">
|
2024-06-09 15:37:59 +08:00
|
|
|
|
|
2024-06-11 19:15:45 +08:00
|
|
|
|
<view class="cardxx-btn" @click="publish">
|
2024-06-09 15:37:59 +08:00
|
|
|
|
发布
|
2024-06-11 19:15:45 +08:00
|
|
|
|
</view>
|
|
|
|
|
<view class="cardxx-btn cgText" @click="draft">
|
2024-06-09 15:37:59 +08:00
|
|
|
|
存草稿
|
2024-06-11 19:15:45 +08:00
|
|
|
|
</view>
|
2024-06-28 22:18:34 +08:00
|
|
|
|
</view> -->
|
2024-06-06 21:14:03 +08:00
|
|
|
|
</up-form>
|
2024-06-04 18:57:45 +08:00
|
|
|
|
</template>
|
2024-06-06 21:14:03 +08:00
|
|
|
|
|
2024-06-04 18:57:45 +08:00
|
|
|
|
<script setup>
|
2024-06-06 21:14:03 +08:00
|
|
|
|
import { listInfo, getInfo, delInfo, addInfo, updateInfo } from "@/api/activityInfo/info";
|
2024-06-04 18:57:45 +08:00
|
|
|
|
import fileUpload from '../common/file/fileUpload'
|
|
|
|
|
import { onShow, onLoad } from '@dcloudio/uni-app'
|
2024-06-06 21:14:03 +08:00
|
|
|
|
import { ref, reactive, getCurrentInstance, computed, toRefs } from 'vue'
|
2024-06-04 18:57:45 +08:00
|
|
|
|
import { useStore } from 'vuex';
|
|
|
|
|
const { proxy } = getCurrentInstance();
|
|
|
|
|
const iconConfig = proxy.iconConfig;
|
|
|
|
|
const tu51 = iconConfig.tu51;
|
2024-06-05 16:57:58 +08:00
|
|
|
|
const tu512 = iconConfig.tu512;
|
2024-06-04 18:57:45 +08:00
|
|
|
|
const tu52 = iconConfig.tu52;
|
2024-06-05 16:57:58 +08:00
|
|
|
|
const tu522 = iconConfig.tu522;
|
2024-06-04 18:57:45 +08:00
|
|
|
|
const tu53 = iconConfig.tu53;
|
2024-06-05 16:57:58 +08:00
|
|
|
|
const tu532 = iconConfig.tu532;
|
2024-06-04 18:57:45 +08:00
|
|
|
|
const title = ref('')
|
|
|
|
|
const content = ref('');
|
2024-06-06 21:14:03 +08:00
|
|
|
|
const data = reactive({
|
|
|
|
|
form: {
|
|
|
|
|
acTitle: '',
|
|
|
|
|
acContent: '',
|
|
|
|
|
startTime: null,
|
|
|
|
|
endTime: null,
|
|
|
|
|
file: null,
|
|
|
|
|
state: null,
|
2024-06-08 21:22:20 +08:00
|
|
|
|
addres: null,
|
|
|
|
|
longitude: null,
|
|
|
|
|
latitude: null
|
2024-06-06 21:14:03 +08:00
|
|
|
|
},
|
|
|
|
|
rules: {
|
|
|
|
|
acTitle: [
|
|
|
|
|
{ required: true, message: '请输入活动标题', trigger: 'blur' },
|
|
|
|
|
{ min: 5, max: 20, message: '标题长度在 5 到 20 个字符', trigger: 'blur' }
|
|
|
|
|
],
|
|
|
|
|
acContent: [
|
|
|
|
|
{ required: true, message: '请输入活动内容', trigger: 'blur' },
|
|
|
|
|
{ max: 500, message: '内容不能超过 500 字', trigger: 'blur' }
|
|
|
|
|
],
|
|
|
|
|
startTime: [
|
|
|
|
|
{ required: true, message: '请选择活动开始时间', trigger: 'change' }
|
|
|
|
|
],
|
|
|
|
|
endTime: [
|
|
|
|
|
{ required: true, message: '请选择活动结束时间', trigger: 'change' },
|
2024-06-08 21:22:20 +08:00
|
|
|
|
{
|
|
|
|
|
validator: (rule, value, callback) => {
|
2024-06-12 16:37:46 +08:00
|
|
|
|
if( value == null | form.value.startTime == null ){
|
|
|
|
|
callback();
|
|
|
|
|
}
|
|
|
|
|
else if (value <= form.value.startTime) {
|
2024-06-08 21:22:20 +08:00
|
|
|
|
callback(proxy.$modal.msgError('时间选择错误'));
|
|
|
|
|
} else {
|
|
|
|
|
callback();
|
|
|
|
|
}
|
|
|
|
|
}, trigger: 'change'
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
addres: []
|
2024-06-06 21:14:03 +08:00
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
const { form, rules } = toRefs(data);
|
2024-06-04 18:57:45 +08:00
|
|
|
|
const fileTypeInfo1 = ref('image')
|
|
|
|
|
const bgColor = ref('');
|
|
|
|
|
bgColor.value = 'rgba(170, 0, 0, 0)'
|
2024-06-05 16:57:58 +08:00
|
|
|
|
const showStartTime = ref(false);
|
|
|
|
|
const showEndTime = ref(false);
|
2024-06-08 21:22:20 +08:00
|
|
|
|
const showaddres = ref(false);
|
2024-06-06 21:14:03 +08:00
|
|
|
|
const StartTime = ref('请选择活动开始时间');
|
|
|
|
|
const showtext1 = ref(true);
|
2024-06-28 22:18:34 +08:00
|
|
|
|
const showtext2 = ref(false);
|
2024-06-06 21:14:03 +08:00
|
|
|
|
const showtext3 = ref(true);
|
|
|
|
|
const EndTime = ref('请选择活动结束时间');
|
|
|
|
|
const newData = ref(new Date().getTime());
|
|
|
|
|
const timeFormat = uni.$u.timeFormat;
|
2024-06-13 23:15:52 +08:00
|
|
|
|
|
2024-06-06 21:14:03 +08:00
|
|
|
|
// 表单引用
|
2024-06-08 21:22:20 +08:00
|
|
|
|
const uFormRef = ref(null);
|
2024-06-13 23:15:52 +08:00
|
|
|
|
const update1 = ref(false)
|
2024-06-04 18:57:45 +08:00
|
|
|
|
onLoad((options) => {
|
2024-06-13 23:15:52 +08:00
|
|
|
|
if(options.id != null){
|
|
|
|
|
update1.value = true;
|
|
|
|
|
console.log("xinxi1:",options.id);
|
|
|
|
|
const _id = options.id;
|
|
|
|
|
getInfo(_id).then(response => {
|
|
|
|
|
form.value = response.data;
|
|
|
|
|
console.log("actiInfo:", form.value);
|
|
|
|
|
});
|
|
|
|
|
}else{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2024-06-04 18:57:45 +08:00
|
|
|
|
})
|
2024-06-06 21:14:03 +08:00
|
|
|
|
|
2024-06-04 18:57:45 +08:00
|
|
|
|
const leftClick = () => {
|
|
|
|
|
proxy.$tab.navigateBack(1)
|
|
|
|
|
}
|
2024-06-06 21:14:03 +08:00
|
|
|
|
|
2024-06-04 18:57:45 +08:00
|
|
|
|
const draft = () => {
|
2024-06-06 21:14:03 +08:00
|
|
|
|
form.value.auditStatus = "5"
|
|
|
|
|
submitForm('draft');
|
2024-06-04 18:57:45 +08:00
|
|
|
|
console.log("存草稿");
|
|
|
|
|
}
|
2024-06-06 21:14:03 +08:00
|
|
|
|
|
2024-06-04 18:57:45 +08:00
|
|
|
|
const publish = () => {
|
2024-06-06 21:14:03 +08:00
|
|
|
|
form.value.auditStatus = "1"
|
|
|
|
|
submitForm('publish');
|
2024-06-04 18:57:45 +08:00
|
|
|
|
console.log("发布");
|
|
|
|
|
}
|
2024-06-08 21:22:20 +08:00
|
|
|
|
const change1 = (e) => {
|
|
|
|
|
showtext3.value = false;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
const inputtextInfo = (e) => {
|
|
|
|
|
console.log("测试输入1:", e);
|
|
|
|
|
|
|
|
|
|
}
|
2024-06-11 13:25:35 +08:00
|
|
|
|
const gotomap = () => {
|
|
|
|
|
proxy.$tab.navigateTo('/pages/activity/map')
|
|
|
|
|
}
|
2024-06-06 21:14:03 +08:00
|
|
|
|
|
|
|
|
|
const submitForm = (type) => {
|
|
|
|
|
if (uFormRef.value) {
|
|
|
|
|
uFormRef.value.validate().then(valid => {
|
|
|
|
|
if (valid) {
|
|
|
|
|
proxy.$modal.loading('正在提交数据,请稍候...');
|
|
|
|
|
// 提交表单数据
|
|
|
|
|
if (type === 'publish') {
|
|
|
|
|
// 调用发布接口
|
2024-06-14 21:55:07 +08:00
|
|
|
|
if(update1.value){
|
2024-06-13 23:15:52 +08:00
|
|
|
|
updateInfo(form.value).then(response => {
|
|
|
|
|
rotation(form.value.id);
|
|
|
|
|
});
|
|
|
|
|
}else{
|
|
|
|
|
addInfo(form.value).then(response => {
|
2024-06-11 19:15:45 +08:00
|
|
|
|
rotation(response.data.id);
|
2024-06-06 21:14:03 +08:00
|
|
|
|
});
|
2024-06-13 23:15:52 +08:00
|
|
|
|
}
|
|
|
|
|
|
2024-06-06 21:14:03 +08:00
|
|
|
|
} else {
|
|
|
|
|
// 调用存草稿接口
|
2024-06-14 21:55:07 +08:00
|
|
|
|
if(update1.value){
|
2024-06-13 23:15:52 +08:00
|
|
|
|
updateInfo(form.value).then(response => {
|
|
|
|
|
proxy.$modal.closeLoading();
|
|
|
|
|
proxy.$modal.msgSuccess("存草稿成功");
|
|
|
|
|
});
|
|
|
|
|
}else{
|
|
|
|
|
addInfo(form.value).then(response => {
|
2024-06-06 21:14:03 +08:00
|
|
|
|
proxy.$modal.closeLoading();
|
|
|
|
|
proxy.$modal.msgSuccess("存草稿成功");
|
|
|
|
|
});
|
2024-06-13 23:15:52 +08:00
|
|
|
|
}
|
|
|
|
|
|
2024-06-06 21:14:03 +08:00
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
console.log('表单验证失败');
|
|
|
|
|
}
|
|
|
|
|
}).catch(error => {
|
|
|
|
|
console.log('表单验证错误:', error);
|
|
|
|
|
});
|
|
|
|
|
} else {
|
|
|
|
|
console.log('表单引用未定义');
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-06-11 19:15:45 +08:00
|
|
|
|
//轮训
|
|
|
|
|
const rotation = (id) => {
|
|
|
|
|
setTimeout(() => {
|
|
|
|
|
getInfo(id).then(response => {
|
2024-06-13 23:15:52 +08:00
|
|
|
|
console.log("轮训数据:",response.data);
|
2024-06-11 19:15:45 +08:00
|
|
|
|
if (response.data.auditStatus === 3 | response.data.auditStatus === 4) {
|
|
|
|
|
proxy.$modal.closeLoading();
|
|
|
|
|
proxy.$modal.msgError("审核失败");
|
|
|
|
|
proxy.$tab.navigateTo('/pages/common/talkState/auditFailure')
|
|
|
|
|
}else if(response.data.auditStatus === 2){
|
|
|
|
|
proxy.$modal.closeLoading();
|
|
|
|
|
proxy.$modal.msgSuccess("审核中~");
|
|
|
|
|
proxy.$tab.navigateTo('/pages/common/talkState/audit')
|
|
|
|
|
}else if(response.data.auditStatus === 0){
|
|
|
|
|
proxy.$modal.closeLoading();
|
|
|
|
|
proxy.$modal.msgSuccess("发布成功");
|
|
|
|
|
proxy.$tab.navigateTo('/pages/common/talkState/publis')
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else {
|
|
|
|
|
rotation(id);
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}, 1000);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2024-06-06 21:14:03 +08:00
|
|
|
|
|
2024-06-05 16:57:58 +08:00
|
|
|
|
const startTime = (e) => {
|
|
|
|
|
showStartTime.value = !showStartTime.value
|
|
|
|
|
}
|
2024-06-06 21:14:03 +08:00
|
|
|
|
|
2024-06-05 16:57:58 +08:00
|
|
|
|
const confirm1 = (e) => {
|
|
|
|
|
showtext1.value = false;
|
|
|
|
|
StartTime.value = e.value
|
2024-06-08 21:22:20 +08:00
|
|
|
|
form.value.startTime = timeFormat(e.value, 'yyyy-mm-dd hh:MM:ss');
|
2024-06-06 21:14:03 +08:00
|
|
|
|
showStartTime.value = !showStartTime.value
|
2024-06-05 16:57:58 +08:00
|
|
|
|
}
|
2024-06-06 21:14:03 +08:00
|
|
|
|
|
2024-06-05 16:57:58 +08:00
|
|
|
|
const confirm2 = (e) => {
|
|
|
|
|
showtext2.value = false;
|
|
|
|
|
EndTime.value = e.value
|
2024-06-08 21:22:20 +08:00
|
|
|
|
form.value.endTime = timeFormat(e.value, 'yyyy-mm-dd hh:MM:ss');
|
2024-06-06 21:14:03 +08:00
|
|
|
|
showEndTime.value = !showEndTime.value
|
2024-06-05 16:57:58 +08:00
|
|
|
|
}
|
2024-06-06 21:14:03 +08:00
|
|
|
|
|
2024-06-05 16:57:58 +08:00
|
|
|
|
const cancel = (e) => {
|
2024-06-06 21:14:03 +08:00
|
|
|
|
showStartTime.value = false;
|
|
|
|
|
showEndTime.value = false;
|
2024-06-05 16:57:58 +08:00
|
|
|
|
}
|
2024-06-28 22:18:34 +08:00
|
|
|
|
const back_top_page = ()=>{
|
|
|
|
|
uni.navigateBack()
|
|
|
|
|
}
|
2024-06-04 18:57:45 +08:00
|
|
|
|
</script>
|
2024-06-05 16:57:58 +08:00
|
|
|
|
<style lang="scss">
|
2024-06-11 19:15:45 +08:00
|
|
|
|
page {
|
2024-06-08 21:22:20 +08:00
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
}
|
2024-06-11 19:15:45 +08:00
|
|
|
|
|
2024-06-04 18:57:45 +08:00
|
|
|
|
.navbarcenter {
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 36rpx;
|
|
|
|
|
text-align: left;
|
|
|
|
|
color: #000000;
|
|
|
|
|
}
|
2024-06-28 22:18:34 +08:00
|
|
|
|
.nav{
|
|
|
|
|
width: 750rpx;
|
|
|
|
|
height: 80rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
margin-top: 88rpx;
|
|
|
|
|
}
|
|
|
|
|
.nav_image_box{
|
|
|
|
|
width: 148rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.nav image{
|
|
|
|
|
width: 30rpx;
|
|
|
|
|
height: 40rpx;
|
|
|
|
|
margin-left: 32rpx;
|
|
|
|
|
}
|
|
|
|
|
.nav text{
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
width: 148rpx;
|
|
|
|
|
height: 80rpx;
|
|
|
|
|
font-size: 36rpx;
|
|
|
|
|
|
|
|
|
|
color: #000000 100%;
|
|
|
|
|
line-height: 80rpx;
|
|
|
|
|
}
|
|
|
|
|
.fabu_btn{
|
|
|
|
|
width: 108rpx;
|
|
|
|
|
height: 46rpx;
|
|
|
|
|
background-color: #6AA2FF;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
border-radius: 23rpx 23rpx 23rpx 23rpx;
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
color: #FFFFFF ;
|
|
|
|
|
margin-right: 32rpx;
|
|
|
|
|
}
|
|
|
|
|
.xian{
|
|
|
|
|
width: 686rpx;
|
|
|
|
|
height: 2rpx;
|
|
|
|
|
border-radius: 1rpx 1rpx 1rpx 1rpx;
|
|
|
|
|
background: #f4f5f6;
|
2024-06-04 18:57:45 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cardz {
|
|
|
|
|
margin-left: 32rpx;
|
|
|
|
|
margin-right: 32rpx;
|
|
|
|
|
|
|
|
|
|
.titleInfo {
|
|
|
|
|
margin-top: 40rpx;
|
|
|
|
|
|
2024-06-28 22:18:34 +08:00
|
|
|
|
|
2024-06-04 18:57:45 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.contentInfo {
|
|
|
|
|
margin-top: 46rpx;
|
2024-06-08 21:22:20 +08:00
|
|
|
|
|
|
|
|
|
.text_style {
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
|
2024-06-11 19:15:45 +08:00
|
|
|
|
|
2024-06-08 21:22:20 +08:00
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
line-height: 46rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.char-count {
|
2024-06-11 19:15:45 +08:00
|
|
|
|
z-index: 1;
|
2024-06-08 21:22:20 +08:00
|
|
|
|
text-align: right;
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
color: #999999;
|
|
|
|
|
}
|
2024-06-04 18:57:45 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cardzfile {
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cardx {
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
padding-top: 72rpx;
|
|
|
|
|
margin-left: 32rpx;
|
|
|
|
|
margin-right: 32rpx;
|
|
|
|
|
|
|
|
|
|
.c1 {
|
|
|
|
|
margin-top: 2rpx;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 102rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cardxx {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-left: 32rpx;
|
|
|
|
|
margin-right: 32rpx;
|
|
|
|
|
margin-top: 80rpx;
|
2024-06-09 15:37:59 +08:00
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding-bottom: 32rpx;
|
2024-06-11 19:15:45 +08:00
|
|
|
|
|
|
|
|
|
.cardxx-btn {
|
2024-06-09 15:37:59 +08:00
|
|
|
|
width: 330rpx;
|
|
|
|
|
height: 80rpx;
|
|
|
|
|
border-radius: 40rpx 40rpx 40rpx 40rpx;
|
|
|
|
|
background: #c9f6f5;
|
2024-06-04 18:57:45 +08:00
|
|
|
|
font-size: 30rpx;
|
2024-06-09 15:37:59 +08:00
|
|
|
|
font-weight: bold;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #FBFBFB;
|
2024-06-04 18:57:45 +08:00
|
|
|
|
}
|
2024-06-11 19:15:45 +08:00
|
|
|
|
|
2024-06-05 16:57:58 +08:00
|
|
|
|
.cgText {
|
2024-06-09 15:37:59 +08:00
|
|
|
|
background-color: #F8F8E3;
|
|
|
|
|
color: #999999;
|
2024-06-04 18:57:45 +08:00
|
|
|
|
}
|
2024-06-05 16:57:58 +08:00
|
|
|
|
}
|
2024-06-06 21:14:03 +08:00
|
|
|
|
|
|
|
|
|
.text2 {
|
2024-06-05 16:57:58 +08:00
|
|
|
|
margin-left: 12rpx;
|
|
|
|
|
font-weight: 400;
|
2024-06-06 21:14:03 +08:00
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
text-align: left;
|
|
|
|
|
color: #C9F6F5 !important;
|
2024-06-04 18:57:45 +08:00
|
|
|
|
}
|
2024-06-11 19:15:45 +08:00
|
|
|
|
|
|
|
|
|
.btnInfo1 {
|
2024-06-09 15:37:59 +08:00
|
|
|
|
width: 330rpx !important;
|
2024-06-11 19:15:45 +08:00
|
|
|
|
height: 80rpx !important;
|
2024-06-09 15:37:59 +08:00
|
|
|
|
}
|
2024-06-06 21:14:03 +08:00
|
|
|
|
</style>
|