@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 主要颜色 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .page.data-v-8df1203c { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #f6f6f6; } /* 安全设置列表 */ .security-list.data-v-8df1203c { background-color: #FFFFFF; border-radius: 10rpx; margin: 20rpx; } .security-list .list.data-v-8df1203c { display: flex; align-items: center; justify-content: space-between; padding: 0 4%; height: 80rpx; border-bottom: 2rpx solid #f6f6f6; } .security-list .list .content.data-v-8df1203c { width: 90%; } .security-list .list .content .title.data-v-8df1203c { display: flex; align-items: center; width: 100%; height: 50%; } .security-list .list .content .title text.data-v-8df1203c { font-size: 30rpx; color: #222222; } .security-list .list .content .describe.data-v-8df1203c { display: flex; align-items: center; width: 100%; } .security-list .list .content .describe text.data-v-8df1203c { font-size: 24rpx; color: #C0C0C0; } .security-list .list .more.data-v-8df1203c { display: flex; align-items: center; } .security-list .list .more text.data-v-8df1203c { font-size: 28rpx; color: #C0C0C0; } /* 账户申诉列表 */ .appeal-list.data-v-8df1203c { width: 100%; background-color: #FFFFFF; border-radius: 20rpx; margin: 20rpx auto; } .appeal-list .list.data-v-8df1203c { display: flex; align-items: center; justify-content: space-between; padding: 0 4%; height: 100rpx; border-bottom: 2rpx solid #f6f6f6; } .appeal-list .list .title.data-v-8df1203c { display: flex; align-items: center; } .appeal-list .list .title text.data-v-8df1203c { font-size: 28rpx; color: #222222; } .appeal-list .list .more.data-v-8df1203c { display: flex; align-items: center; } .appeal-list .list .more text.data-v-8df1203c { font-size: 28rpx; color: #C0C0C0; } .showcontent.data-v-8df1203c { position: relative; } .showcontent > image.data-v-8df1203c { width: 100%; height: auto; } .showcontent .contentContainer.data-v-8df1203c { position: absolute; padding: 0 40rpx; z-index: 11; top: 60%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 100%; } .showcontent .contentContainer .text.data-v-8df1203c { text-align: center; } .showcontent .contentContainer .text .textTitle.data-v-8df1203c { color: #222; font-size: 32rpx; font-weight: bold; } .showcontent .contentContainer .text .intr.data-v-8df1203c { line-height: 40rpx; } .showcontent .contentContainer .btnContent.data-v-8df1203c { display: flex; align-items: center; margin-top: 20rpx; justify-content: space-around; } .showcontent .contentContainer .btnContent .cancelBtn.data-v-8df1203c { color: #30220d; border: 0.5px solid #30220d; background: none; width: 180rpx; text-align: center; height: 38px; line-height: 38px; border-radius: 22px; font-size: 14px; overflow: hidden; } .showcontent .contentContainer .btnContent .submitBtn.data-v-8df1203c { color: #deba6d; border: 0.5px solid #30220d; background: #30220d; width: 180rpx; text-align: center; height: 38px; line-height: 38px; border-radius: 22px; font-size: 14px; overflow: hidden; }