| @charset "UTF-8"; | 
| /** | 
|  * 这里是uni-app内置的常用样式变量 | 
|  * | 
|  * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 | 
|  * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App | 
|  * | 
|  */ | 
| /** | 
|  * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 | 
|  * | 
|  * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 | 
|  */ | 
| /* uni.scss */ | 
| /* 颜色变量 */ | 
| /* 行为相关颜色 */ | 
| /* 文字基本颜色 */ | 
| /* 背景颜色 */ | 
| /* 边框颜色 */ | 
| /* 尺寸变量 */ | 
| /* 文字尺寸 */ | 
| /* 图片尺寸 */ | 
| /* Border Radius */ | 
| /* 水平间距 */ | 
| /* 垂直间距 */ | 
| /* 透明度 */ | 
| /* 文章场景相关 */ | 
| .box.data-v-339ca964 { | 
|   width: 100%; | 
| } | 
| .box .box-footer.data-v-339ca964 { | 
|   width: 100%; | 
|   padding: 0 30rpx; | 
|   box-sizing: border-box; | 
|   margin-top: 60rpx; | 
| } | 
| .box .box-footer .box-footer-btn.data-v-339ca964 { | 
|   width: 100%; | 
|   height: 88rpx; | 
|   line-height: 88rpx; | 
|   text-align: center; | 
|   background: #00BC12; | 
|   border-radius: 44rpx; | 
|   font-weight: 500; | 
|   font-size: 32rpx; | 
|   color: #FFFFFF; | 
| } | 
| .box .box-error.data-v-339ca964 { | 
|   width: 100%; | 
|   height: 248rpx; | 
|   background: rgba(190, 56, 56, 0.1); | 
|   display: flex; | 
|   flex-direction: column; | 
|   align-items: center; | 
|   justify-content: center; | 
| } | 
| .box .box-error .box-error-top.data-v-339ca964 { | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
| } | 
| .box .box-error .box-error-top image.data-v-339ca964 { | 
|   width: 60rpx; | 
|   height: 60rpx; | 
|   margin-right: 24rpx; | 
| } | 
| .box .box-error .box-error-top text.data-v-339ca964 { | 
|   font-weight: 600; | 
|   font-size: 40rpx; | 
|   color: #FF0000; | 
| } | 
| .box .box-error .box-error-info.data-v-339ca964 { | 
|   font-weight: 400; | 
|   font-size: 28rpx; | 
|   color: #333333; | 
|   margin-top: 32rpx; | 
| } | 
| .box .box-head.data-v-339ca964 { | 
|   width: 100%; | 
|   height: 172rpx; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
|   background: rgba(91, 190, 56, 0.1); | 
| } | 
| .box .box-head image.data-v-339ca964 { | 
|   width: 60rpx; | 
|   height: 60rpx; | 
|   margin-right: 24rpx; | 
| } | 
| .box .box-head text.data-v-339ca964 { | 
|   font-weight: 600; | 
|   font-size: 40rpx; | 
|   color: #00BC12; | 
| } | 
| .box .box-list.data-v-339ca964 { | 
|   width: 100%; | 
|   padding: 0 30rpx; | 
|   box-sizing: border-box; | 
| } | 
| .box .box-list .box-list-info.data-v-339ca964 { | 
|   width: 100%; | 
|   margin-top: 30rpx; | 
| } | 
| .box .box-list .box-list-info .box-list-info-label.data-v-339ca964 { | 
|   font-weight: 400; | 
|   font-size: 30rpx; | 
|   color: #777777; | 
|   margin-bottom: 30rpx; | 
| } | 
| .box .box-list .box-list-info .box-list-info-list.data-v-339ca964 { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: space-between; | 
| } | 
| .box .box-list .box-list-info .box-list-info-list .box-list-info-list-image.data-v-339ca964 { | 
|   width: 334rpx; | 
|   height: 216rpx; | 
|   border-radius: 16rpx; | 
|   overflow: hidden; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
| } | 
| .box .box-list .box-list-info .box-list-info-list .box-list-info-list-image image.data-v-339ca964 { | 
|   width: 100%; | 
| } | 
| .box .box-list .box-list-item.data-v-339ca964 { | 
|   width: 100%; | 
|   box-sizing: border-box; | 
|   padding: 30rpx 0; | 
|   display: flex; | 
|   align-items: start; | 
|   justify-content: space-between; | 
|   border-bottom: 1rpx solid #E5E5E5; | 
| } | 
| .box .box-list .box-list-item .box-list-item-label.data-v-339ca964 { | 
|   font-weight: 400; | 
|   font-size: 30rpx; | 
|   color: #777777; | 
|   flex-shrink: 0; | 
|   margin-right: 50rpx; | 
| } | 
| .box .box-list .box-list-item .box-list-item-val.data-v-339ca964 { | 
|   display: flex; | 
|   align-items: start; | 
| } | 
| .box .box-list .box-list-item .box-list-item-val text.data-v-339ca964 { | 
|   font-weight: 400; | 
|   font-size: 30rpx; | 
|   color: #222222; | 
| } | 
| .box .box-list .box-list-item .box-list-item-val .box-list-item-val-edit.data-v-339ca964 { | 
|   flex-shrink: 0; | 
|   font-weight: 400; | 
|   font-size: 30rpx; | 
|   color: #00BC12; | 
|   margin-left: 20rpx; | 
| } |