/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ page.data-v-7623f853 { background-color: #FDF7F0; height: 100%; } .content .cont.data-v-7623f853 { position: relative; width: 100%; display: flex; flex-direction: column; } .content .cont .bg.data-v-7623f853 { width: 100%; height: 650rpx; position: fixed; z-index: 1; } .content .cont .bg image.data-v-7623f853 { width: 100%; height: 100%; } .content .cont .top-box.data-v-7623f853 { width: 100%; position: fixed; top: 0; left: 0; z-index: 1001; } .content .cont .top-box .top-title.data-v-7623f853 { height: 88rpx; display: flex; align-items: center; justify-content: center; position: relative; } .content .cont .top-box .top-title image.data-v-7623f853 { position: absolute; left: 15rpx; width: 44rpx; height: 44rpx; } .content .cont .top-box .top-title .title.data-v-7623f853 { font-size: 32rpx; font-family: PingFang SC; font-weight: bold; color: #ffffff; } .content .cont .cont-box.data-v-7623f853 { z-index: 1000; margin-top: 88rpx; } .content .cont .cont-box .user.data-v-7623f853 { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30rpx; } .content .cont .cont-box .user image.data-v-7623f853 { border-radius: 50%; border: 2rpx solid #ffffff; width: 120rpx; height: 120rpx; } .content .cont .cont-box .user .user-box.data-v-7623f853 { padding: 30rpx; display: flex; align-items: center; justify-content: center; } .content .cont .cont-box .user .user-box .sex.data-v-7623f853 { font-size: 28supx; font-family: PingFang SC; color: #ffffff; } .content .cont .cont-box .user .user-box .username.data-v-7623f853 { margin-left: 15rpx; font-size: 28supx; font-family: PingFang SC; color: #ffffff; } .content .cont .cont-box .items.data-v-7623f853 { width: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 20rpx; } .content .cont .cont-box .items .result-box.data-v-7623f853 { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30rpx; background-color: #fff; border-radius: 15rpx; margin-bottom: 15rpx; } .content .cont .cont-box .items .result-box .time.data-v-7623f853 { margin-top: 15rpx; font-family: PingFang SC; font-size: 24rpx; color: #9B9B9B; } .content .cont .cont-box .items .result-box .title.data-v-7623f853 { margin-top: 15rpx; font-family: PingFang SC; font-size: 28rpx; color: #626468; } .content .cont .cont-box .items .result-box .name.data-v-7623f853 { font-family: PingFang SC; font-weight: bold; font-size: 38rpx; color: #DF6440; } .content .cont .cont-box .items .result-box .descs.data-v-7623f853 { font-family: PingFang SC; font-size: 28rpx; color: #2A2B2E; padding: 30rpx; margin-top: 30rpx; background-color: #F5F6F6; border-radius: 10rpx; } .content .cont .cont-box .items .item-box.data-v-7623f853 { width: 100%; } .content .cont .cont-box .items .item-box .item.data-v-7623f853 { width: 100%; padding: 30rpx; background-color: #fff; border-radius: 30rpx; } .content .cont .cont-box .items .item-box .item .title-box.data-v-7623f853 { display: flex; align-items: center; justify-content: flex-start; } .content .cont .cont-box .items .item-box .item .title-box .title.data-v-7623f853 { margin-left: 10rpx; font-size: 32supx; font-family: PingFang SC; color: #2A2B2E; font-weight: bold; } .content .cont .cont-box .items .item-box .item .title-box .title-line.data-v-7623f853 { width: 8rpx; height: 28rpx; background: #C39A58; border-radius: 2px 2px 2px 2px; opacity: 1; } .content .cont .cont-box .items .item-box .item .descs.data-v-7623f853 { white-space: pre-line; margin-top: 10rpx; font-size: 28supx; font-family: PingFang SC; color: #2A2B2E; } .content .cont .cont-box .items .item-box .line.data-v-7623f853 { margin: 0rpx 30rpx; border-bottom: #b5b5b5 3rpx dashed; } .content .cont .cont-box .sign.data-v-7623f853 { width: 100%; display: flex; align-items: center; justify-content: center; margin: 15rpx 0rpx; color: #9B9B9B; font-size: 24rpx; } .content .cont .cont-box .sign image.data-v-7623f853 { margin-left: 20rpx; width: 240rpx; height: 100rpx; } .content .cont .cont-box .tips.data-v-7623f853 { width: 100%; display: flex; align-items: center; justify-content: center; margin: 15rpx 0rpx; color: #9B9B9B; font-size: 24rpx; } .btn-box.data-v-7623f853 { height: 140rpx; z-index: 9999; width: 100%; padding: 0rpx 30rpx; position: fixed; bottom: 0; left: 0; box-sizing: border-box; background-color: #ffffff; display: flex; align-items: center; justify-content: center; } .btn-box .btn.data-v-7623f853 { width: 100%; height: 88rpx; line-height: 88rpx; text-align: center; font-size: 34rpx; font-family: PingFang SC; font-weight: 400; color: #FFFFFF; background: #C39A58; border-radius: 10rpx; }