提意见

This commit is contained in:
lmj
2022-11-10 18:56:49 +08:00
parent 95d7463848
commit 1dd8c3c148
6 changed files with 81 additions and 43 deletions

View File

@@ -1,7 +1,7 @@
<template>
<view class="content" :class="{'active':active}">
<view style="padding: 60rpx 60rpx 0 30rpx;color: #8a8a8a;overflow: auto;">
<view style="text-align: center;font-size: 50upx;padding-bottom:50rpx ;">京东方大学堂内容发布须知</view>
<view class="content" :class="{'active':active}" style="height: 100vh;">
<view style="padding: 140rpx 32rpx 0 26rpx;color: #8a8a8a;overflow: auto;">
<view style="text-align: center;font-size: 44upx;padding-bottom:50rpx; color: #666;">京东方大学堂内容发布须知</view>
<view>
<!-- <u-parse :content="context"></u-parse> -->
<view style="line-height: 50upx;white-space:pre-line;margin-bottom: 20upx;" v-for="(item,index) in context" :key="index">{{item}}</view>
@@ -102,9 +102,6 @@
<style lang="scss" scoped>
.content {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
/* #ifdef H5 */
// height: calc(100vh - var(--window-bottom) - var(--window-top));
@@ -115,7 +112,6 @@
transition: opacity 0.3s;
background: #ffffff;
opacity: 0;
&.active {
opacity: 1;
}