@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .wrap.data-v-8c3a262a { padding: 20rpx; background-color: #F5F6F8; min-height: 100vh; box-sizing: border-box; padding-bottom: 180rpx; } .wrap .head.data-v-8c3a262a { padding: 20rpx 32rpx 40rpx 32rpx; } .wrap .head .title.data-v-8c3a262a { font-family: Abhaya Libre; font-size: 36rpx; font-weight: 700; line-height: 54rpx; text-align: justified; color: #212121; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .wrap .head .desc.data-v-8c3a262a { padding-top: 8rpx; } .wrap .head .desc .level.data-v-8c3a262a, .wrap .head .desc .code.data-v-8c3a262a { font-family: PingFang SC; font-size: 14px; font-weight: 400; line-height: 22px; text-align: justified; color: #666; } .wrap .head .desc .code.data-v-8c3a262a { padding-left: 40rpx; } .wrap .flowlist .flow-item-wrap .submit-item.data-v-8c3a262a { padding: 20rpx 32rpx; border-radius: 32rpx 32rpx 0px 0px; background-color: #fff; } .wrap .flowlist .flow-item-wrap .submit-item .item-row.data-v-8c3a262a { padding: 20rpx 0; border-bottom: 1rpx solid #EFF1F3; } .wrap .flowlist .flow-item-wrap .submit-item .item-row.data-v-8c3a262a:last-child { border: 0; } .wrap .flowlist .flow-item-wrap .submit-item .item-row .item-row-lable.data-v-8c3a262a { font-family: Abhaya Libre; font-size: 28rpx; font-weight: 400; line-height: 1; color: #999; } .wrap .flowlist .flow-item-wrap .submit-item .item-row .item-row-cont.data-v-8c3a262a { font-family: Abhaya Libre; font-size: 30rpx; font-weight: 400; line-height: 1; color: #212121; padding-top: 24rpx; } .wrap .flowlist .flow-item-wrap .flow-item.data-v-8c3a262a { margin-top: 20rpx; padding: 0 32rpx 20rpx 32rpx; background-color: #fff; } .wrap .flowlist .flow-item-wrap .flow-item .flow-head.data-v-8c3a262a { font-family: Abhaya Libre; font-size: 34rpx; font-weight: 700; line-height: 1; color: #212121; padding: 32rpx 0; } .wrap .flowlist .flow-item-wrap .flow-item .flow-title.data-v-8c3a262a { font-family: SF Pro Text; font-size: 30rpx; font-weight: 700; line-height: 1; padding: 24rpx 0; color: #666666; } .wrap .flowlist .flow-item-wrap .flow-item .flow-desc.data-v-8c3a262a { padding: 24rpx 0; display: flex; justify-content: space-between; align-items: center; } .wrap .flowlist .flow-item-wrap .flow-item .flow-desc .user.data-v-8c3a262a, .wrap .flowlist .flow-item-wrap .flow-item .flow-desc .time.data-v-8c3a262a { font-family: SF Pro Text; font-size: 24rpx; font-weight: 400; line-height: 24rpx; color: #999999; } .wrap .flowlist .flow-item-wrap .flow-item .remark .remark-cont.data-v-8c3a262a { padding-bottom: 30rpx; border-bottom: 1rpx solid #F0F4F6; font-family: SF Pro Text; font-size: 30rpx; font-weight: 500; line-height: 42rpx; color: #434343; } .wrap .attachList .attachList-cont.data-v-8c3a262a { display: flex; flex-wrap: wrap; } .wrap .attachList .attachList-cont .attachbox.data-v-8c3a262a { display: block; width: 224rpx; height: 224rpx; border-radius: 8px; overflow: hidden; } .wrap .attachList .attachList-cont .attachbox.data-v-8c3a262a:nth-child(2n) { margin: 0 8rpx; } .wrap .attachList .attachList-cont .attachbox.data-v-8c3a262a:nth-child(n+4) { margin-top: 24rpx; } .wrap .attachList .attachList-cont .attachbox .attach.data-v-8c3a262a { display: block; width: 224rpx; height: 224rpx; border-radius: 8px; } .wrap .submit_bt.data-v-8c3a262a { width: 750rpx; height: 88rpx; line-height: 88rpx; color: #4D73FF; text-align: center; font-size: 32rpx; padding-bottom: 68rpx; background-color: #fff; position: fixed; left: 0; bottom: 0; z-index: 2; box-shadow: 0px 0px 12px 0px #0000000A; border-radius: 8px 8px 0px 0px; }