@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .image3.data-v-3f87834b { width: 200px !important; height: 340px !important; } .title.data-v-3f87834b { width: 100%; text-align: center; font-size: 36rpx; font-weight: 700; margin: 20rpx 0; } .result-wrap.data-v-3f87834b { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 30rpx; box-sizing: border-box; } .result-wrap .result-item.data-v-3f87834b { display: flex; justify-content: flex-start; align-items: center; width: 48%; padding: 20rpx; margin-top: 16rpx; box-sizing: border-box; border-radius: 12rpx; background-color: #fff; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); } .result-wrap .result-item .result-title.data-v-3f87834b { flex: 150rpx 0 0; font-size: 32rpx; font-weight: 600; color: #4b6cb7; } .result-wrap .result-item .result-value.data-v-3f87834b { flex: 1; font-size: 32rpx; font-weight: 700; color: #182848; margin-top: 5rpx; text-align: right; } .tips.data-v-3f87834b { font-weight: 700; padding: 0 20rpx; box-sizing: border-box; } .image.data-v-3f87834b { display: flex; justify-content: center; margin-top: 20rpx; } .info-dlg.data-v-3f87834b { display: flex; justify-content: center; align-items: center; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 99; background-color: rgba(0, 0, 0, 0.8); } .info-dlg .info-inner.data-v-3f87834b { width: 65%; height: 350rpx; border-radius: 20rpx; background-color: #fff; padding: 80rpx 50rpx; box-sizing: border-box; } .info-dlg .info-inner .info-item.data-v-3f87834b { display: flex; margin-bottom: 30rpx; } .info-dlg .info-inner .info-item text.data-v-3f87834b { font-size: 36rpx; font-weight: 700; } .info-dlg .info-inner .info-item .man.data-v-3f87834b, .info-dlg .info-inner .info-item .woman.data-v-3f87834b { width: 120rpx; height: 50rpx; font-size: 28rpx; line-height: 50rpx; text-align: center; border-radius: 8rpx; border: 1px solid #e1e1e1; margin-right: 10rpx; } .info-dlg .info-inner .info-item .man.active.data-v-3f87834b, .info-dlg .info-inner .info-item .woman.active.data-v-3f87834b { color: #fff; } .info-dlg .info-inner .info-item .man.active.data-v-3f87834b { background-color: #74b9ff; } .info-dlg .info-inner .info-item .woman.active.data-v-3f87834b { background-color: #fd79a8; } .info-dlg .info-inner .info-item .age-select.data-v-3f87834b { width: 210rpx; height: 50rpx; line-height: 50rpx; border-radius: 8rpx; padding: 0 20rpx; border: 1px solid #e1e1e1; } .info-dlg .info-inner .confirm.data-v-3f87834b { width: 200rpx; height: 50rpx; color: #fff; font-size: 32rpx; line-height: 50rpx; text-align: center; margin: 0 auto; background-color: #2ecc71; } .info-dlg .info-inner .info-item.data-v-3f87834b:last-child { margin-top: 50rpx; }