@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .container.data-v-0be17cc6 { position: relative; min-height: 100vh; background-color: #ebeced; } .container .header.data-v-0be17cc6 { position: relative; height: 300rpx; color: #fff; overflow: hidden; } .container .header ._img.data-v-0be17cc6 { width: 100%; } .container .header .img.data-v-0be17cc6 { position: absolute; top: 120rpx; left: 32rpx; width: 140rpx; height: 140rpx; } .container .header .name.data-v-0be17cc6 { position: absolute; top: 118rpx; left: 202rpx; font-size: 40rpx; font-weight: bold; } .container .header .number.data-v-0be17cc6 { position: absolute; top: 176rpx; left: 202rpx; font-size: 24rpx; opacity: 0.5; } .container .header .real.data-v-0be17cc6 { position: absolute; top: 221rpx; left: 202rpx; display: flex; align-items: center; box-sizing: border-box; padding-left: 13rpx; width: 179rpx; height: 42rpx; font-size: 24rpx; border-radius: 113rpx; background-color: rgba(255, 255, 255, 0.2); } .container .header .real ._img.data-v-0be17cc6 { margin-right: 7rpx; width: 24rpx; height: 24rpx; } .container .body.data-v-0be17cc6 { position: absolute; top: 290rpx; box-sizing: border-box; padding: 0 30rpx; width: 100%; height: calc(100vh - 290rpx); border-radius: 20rpx 20rpx 0 0; background-color: #fff; } .container .body .body_item.data-v-0be17cc6 { display: flex; align-items: center; height: 121rpx; font-size: 28rpx; border-bottom: 1rpx solid #e6e6e6; } .container .body .body_item .img.data-v-0be17cc6 { margin-right: 17rpx; width: 53rpx; height: 53rpx; } .container .body .body_item .img2.data-v-0be17cc6 { margin-right: 22rpx; width: 42rpx; height: 42rpx; } .container .body .body_item .img3.data-v-0be17cc6 { margin-right: 18rpx; width: 50rpx; height: 50rpx; }