@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .header.data-v-ed9d126e { width: 100%; height: 414rpx; background-size: 100% 100%; overflow: hidden; position: relative; } .header .navbar.data-v-ed9d126e { width: 100%; display: flex; align-items: center; color: #333; position: relative; } .header .navbar .iconfont.data-v-ed9d126e { font-size: 32rpx; position: absolute; left: 30rpx; } .header .navbar .title.data-v-ed9d126e { font-size: 36rpx; font-weight: bold; width: 100%; margin: auto; text-align: center; } .header .user-info.data-v-ed9d126e { width: 690rpx; height: 168rpx; background: linear-gradient(315deg, #FDAE25 0%, #FF8E8A 100%); border-radius: 20rpx 20rpx 0 0; position: absolute; left: 30rpx; bottom: 0; display: flex; align-items: center; } .header .user-info .avatar.data-v-ed9d126e { width: 108rpx; height: 108rpx; border-radius: 50%; background-color: #fff; margin-left: 40rpx; position: relative; } .header .user-info .avatar image.data-v-ed9d126e { width: 100rpx; height: 100rpx; border-radius: 50%; position: absolute; left: 4rpx; top: 4rpx; } .header .user-info .else-info.data-v-ed9d126e { height: 108rpx; margin-left: 30rpx; color: #fff; } .header .user-info .else-info .name.data-v-ed9d126e { height: 50rpx; margin-top: 7rpx; font-weight: bold; font-size: 36rpx; } .header .user-info .else-info .status.data-v-ed9d126e { width: 70rpx; height: 34rpx; border-radius: 8rpx; border: 1rpx solid #fff; font-size: 20rpx; line-height: 34rpx; text-align: center; margin-top: 10rpx; } .header .user-info .else-info .date.data-v-ed9d126e { height: 33rpx; line-height: 33rpx; color: #999; font-size: 24rpx; margin-top: 20rpx; } .content.data-v-ed9d126e { width: 690rpx; margin: 40rpx auto 0; padding-bottom: 300rpx; } .content .h2-title.data-v-ed9d126e { height: 50rpx; line-height: 50rpx; font-size: 36rpx; color: #333; font-weight: bold; } .content .member-info.data-v-ed9d126e { width: 610rpx; height: 103rpx; padding: 30rpx 40rpx; margin-top: 30rpx; background-color: #FFF; border-radius: 20rpx; display: flex; align-items: center; justify-content: space-between; border: 1rpx solid #ccc; } .content .member-info .left-info.data-v-ed9d126e { height: 100%; flex: 1; } .content .member-info .left-info .name.data-v-ed9d126e { height: 50rpx; line-height: 50rpx; font-size: 36rpx; font-weight: bold; color: #333; } .content .member-info .left-info .date.data-v-ed9d126e { height: 33rpx; line-height: 33rpx; color: #999; font-size: 24rpx; margin-top: 20rpx; } .content .member-info .right-info.data-v-ed9d126e { height: 60rpx; color: #FF4444; display: flex; font-weight: bold; } .content .member-info .right-info .unit.data-v-ed9d126e { font-size: 24rpx; line-height: 74rpx; } .content .member-info .right-info .price.data-v-ed9d126e { font-size: 48rpx; } .content .select.data-v-ed9d126e { background-color: #FFEAE8; border: none; } .foot-btn.data-v-ed9d126e { width: 690rpx; height: 80rpx; background: linear-gradient(270deg, #FF8E88 0%, #FDAD28 100%); font-size: 32rpx; color: #fff; text-align: center; line-height: 80rpx; border-radius: 20rpx; position: fixed; left: 30rpx; bottom: 130rpx; }