@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .publish-page.data-v-48dc3ccc { min-height: 100vh; background-color: #F3F7F8; } .tip-container.data-v-48dc3ccc { background-color: #E3F2FD; padding: 24rpx 32rpx; margin: 20rpx; border-radius: 12rpx; display: flex; align-items: flex-start; gap: 16rpx; border-left: 6rpx solid #007AFF; } .tip-text.data-v-48dc3ccc { font-size: 26rpx; color: #1976D2; line-height: 1.5; flex: 1; } .main-container.data-v-48dc3ccc { flex: 1; margin: 0 20rpx; background-color: white; border-radius: 16rpx; padding: 32rpx; box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.05); } .title-section.data-v-48dc3ccc { margin-bottom: 32rpx; display: flex; align-items: center; gap: 16rpx; } .vertical-line.data-v-48dc3ccc { width: 8rpx; height: 40rpx; border-radius: 4rpx; } .vertical-line.red.data-v-48dc3ccc { background-color: #FF4757; } .vertical-line.blue.data-v-48dc3ccc { background-color: #007AFF; } .title-text.data-v-48dc3ccc { font-size: 36rpx; font-weight: bold; color: #333; } .message-section.data-v-48dc3ccc { margin-bottom: 40rpx; } .section-label.data-v-48dc3ccc { font-size: 28rpx; color: #666; display: block; margin-bottom: 20rpx; } .textarea-container.data-v-48dc3ccc { position: relative; background-color: #f5f5f5; border-radius: 12rpx; padding: 24rpx; } .message-textarea.data-v-48dc3ccc { width: 100%; min-height: 300rpx; font-size: 30rpx; color: #333; background-color: transparent; border: none; outline: none; resize: none; line-height: 1.6; } .char-count.data-v-48dc3ccc { position: absolute; bottom: 16rpx; right: 16rpx; } .count-text.data-v-48dc3ccc { font-size: 24rpx; color: #999; } .image-section.data-v-48dc3ccc { margin-bottom: 40rpx; } .image-grid.data-v-48dc3ccc { display: flex; flex-wrap: wrap; gap: 16rpx; } .image-item.data-v-48dc3ccc { position: relative; width: 200rpx; height: 200rpx; border-radius: 12rpx; overflow: hidden; } .preview-image.data-v-48dc3ccc { width: 100%; height: 100%; } .delete-btn.data-v-48dc3ccc { position: absolute; top: 8rpx; right: 8rpx; width: 40rpx; height: 40rpx; background-color: rgba(0, 0, 0, 0.6); border-radius: 50%; display: flex; align-items: center; justify-content: center; } .add-image-btn.data-v-48dc3ccc { width: 200rpx; height: 200rpx; border: 2rpx dashed #ddd; border-radius: 12rpx; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12rpx; background-color: #fafafa; transition: all 0.3s ease; } .add-image-btn.data-v-48dc3ccc:active { background-color: #f0f0f0; border-color: #007AFF; } .add-text.data-v-48dc3ccc { font-size: 24rpx; color: #999; } .submit-container.data-v-48dc3ccc { padding: 32rpx 40rpx; margin-top: 60rpx; border-top: 1rpx solid #f0f0f0; } .submit-btn.data-v-48dc3ccc { width: 100%; height: 88rpx; border-radius: 44rpx; font-size: 32rpx; font-weight: bold; }