|   | 
| page { | 
|     background-color: #F7F7F7 !important; | 
| } | 
|   | 
| @charset "UTF-8"; | 
| /** | 
|  * 这里是uni-app内置的常用样式变量 | 
|  * | 
|  * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 | 
|  * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App | 
|  * | 
|  */ | 
| /** | 
|  * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 | 
|  * | 
|  * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 | 
|  */ | 
| /* 颜色变量 */ | 
| /* 行为相关颜色 */ | 
| /* 文字基本颜色 */ | 
| /* 背景颜色 */ | 
| /* 边框颜色 */ | 
| /* 尺寸变量 */ | 
| /* 文字尺寸 */ | 
| /* 图片尺寸 */ | 
| /* Border Radius */ | 
| /* 水平间距 */ | 
| /* 垂直间距 */ | 
| /* 透明度 */ | 
| /* 文章场景相关 */ | 
| .box.data-v-191c240e { | 
|   width: 100%; | 
| } | 
| .box .box_head.data-v-191c240e { | 
|   width: 100%; | 
|   height: 190rpx; | 
|   padding: 12rpx 30rpx; | 
|   box-sizing: border-box; | 
|   background: #FFFFFF; | 
|   position: -webkit-sticky; | 
|   position: sticky; | 
|   top: 0; | 
|   left: 0; | 
| } | 
| .box .box_head .box_head_search.data-v-191c240e { | 
|   width: 100%; | 
|   height: 76rpx; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: space-between; | 
|   margin-bottom: 24rpx; | 
| } | 
| .box .box_head .box_head_search .box_head_search_ipt.data-v-191c240e { | 
|   flex: 1; | 
|   height: 100%; | 
|   padding: 0 30rpx; | 
|   box-sizing: border-box; | 
|   display: flex; | 
|   align-items: center; | 
|   background: #F7F7F7; | 
|   border-radius: 8rpx; | 
|   margin-right: 30rpx; | 
| } | 
| .box .box_head .box_head_search .box_head_search_ipt image.data-v-191c240e { | 
|   flex-shrink: 0; | 
|   width: 28rpx; | 
|   height: 28rpx; | 
|   margin-right: 16rpx; | 
| } | 
| .box .box_head .box_head_search .box_head_search_ipt input.data-v-191c240e { | 
|   flex: 1; | 
|   height: 100%; | 
|   font-size: 26rpx; | 
|   font-weight: 400; | 
|   color: #B2B2B2; | 
| } | 
| .box .box_head .box_head_search .box_head_search_sha.data-v-191c240e { | 
|   flex-shrink: 0; | 
|   display: flex; | 
|   align-items: center; | 
| } | 
| .box .box_head .box_head_search .box_head_search_sha image.data-v-191c240e { | 
|   width: 28rpx; | 
|   height: 28rpx; | 
|   margin-right: 8rpx; | 
| } | 
| .box .box_head .box_head_search .box_head_search_sha text.data-v-191c240e { | 
|   font-size: 26rpx; | 
|   font-weight: 400; | 
|   color: #333333; | 
| } | 
| .box .box_head .box_head_list.data-v-191c240e { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: center; | 
| } | 
| .box .box_head .box_head_list .active.data-v-191c240e { | 
|   border: 1rpx solid #025EEF !important; | 
|   color: #025EEF !important; | 
| } | 
| .box .box_head .box_head_list .box_head_item.data-v-191c240e { | 
|   padding: 0 30rpx; | 
|   height: 60rpx; | 
|   line-height: 60rpx; | 
|   box-sizing: border-box; | 
|   border-radius: 30rpx; | 
|   border: 1rpx solid #999999; | 
|   font-size: 26rpx; | 
|   font-weight: 400; | 
|   color: #333333; | 
|   margin-right: 20rpx; | 
| } | 
| .box .box_list.data-v-191c240e { | 
|   width: 100%; | 
|   padding: 30rpx; | 
|   box-sizing: border-box; | 
| } | 
| .box .box_list .box_list_item.data-v-191c240e { | 
|   width: 100%; | 
|   margin-bottom: 20rpx; | 
| } | 
| .box .box_list .box_list_item.data-v-191c240e:last-child { | 
|   margin: 0 !important; | 
| } | 
| .box .box_list .box_list_item .box_list_item_head.data-v-191c240e { | 
|   width: 100%; | 
|   height: 100rpx; | 
|   padding: 0 30rpx; | 
|   box-sizing: border-box; | 
|   background: linear-gradient(270deg, #FEFEFF 0%, #E1F7FE 100%); | 
|   border-radius: 8rpx 8rpx 0rpx 0rpx; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: space-between; | 
| } | 
| .box .box_list .box_list_item .box_list_item_head .loading.data-v-191c240e { | 
|   color: #025EEF; | 
| } | 
| .box .box_list .box_list_item .box_list_item_head .success.data-v-191c240e { | 
|   color: #03C68F; | 
| } | 
| .box .box_list .box_list_item .box_list_item_head .error.data-v-191c240e { | 
|   color: #E0312A; | 
| } | 
| .box .box_list .box_list_item .box_list_item_head text.data-v-191c240e:nth-child(1) { | 
|   font-size: 32rpx; | 
|   font-weight: 500; | 
|   color: #222222; | 
| } | 
| .box .box_list .box_list_item .box_list_item_head text.data-v-191c240e:nth-child(2) { | 
|   font-size: 26rpx; | 
|   font-weight: 400; | 
| } | 
| .box .box_list .box_list_item .box_list_item_nr.data-v-191c240e { | 
|   padding: 30rpx; | 
|   width: 100%; | 
|   box-sizing: border-box; | 
|   background-color: #FFFFFF; | 
| } | 
| .box .box_list .box_list_item .box_list_item_nr .box_list_item_nr_x.data-v-191c240e { | 
|   width: 100%; | 
|   height: 1rpx; | 
|   background-color: #E5E5E5; | 
| } | 
| .box .box_list .box_list_item .box_list_item_nr .box_list_item_nr_text.data-v-191c240e { | 
|   width: 100%; | 
|   font-size: 26rpx; | 
|   font-weight: 400; | 
|   color: #999999; | 
|   margin-top: 32rpx; | 
| } | 
| .box .box_list .box_list_item .box_list_item_nr .box_list_item_nr_item.data-v-191c240e { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   margin-bottom: 20rpx; | 
| } | 
| .box .box_list .box_list_item .box_list_item_nr .box_list_item_nr_item text.data-v-191c240e:nth-child(1) { | 
|   font-size: 26rpx; | 
|   font-weight: 400; | 
|   color: #666666; | 
| } | 
| .box .box_list .box_list_item .box_list_item_nr .box_list_item_nr_item text.data-v-191c240e:nth-child(2) { | 
|   font-size: 26rpx; | 
|   font-weight: 400; | 
|   color: #333333; | 
| } | 
| .box .search.data-v-191c240e { | 
|   width: 100%; | 
|   padding: 30rpx; | 
|   box-sizing: border-box; | 
| } | 
| .box .search .search_head.data-v-191c240e { | 
|   width: 100%; | 
|   text-align: center; | 
|   font-size: 32rpx; | 
|   font-weight: 500; | 
|   color: #222222; | 
| } | 
| .box .search .search_list.data-v-191c240e { | 
|   width: 100%; | 
|   margin-top: 34rpx; | 
| } | 
| .box .search .search_list .search_list_item.data-v-191c240e { | 
|   width: 100%; | 
|   display: flex; | 
|   flex-direction: column; | 
|   margin-bottom: 48rpx; | 
| } | 
| .box .search .search_list .search_list_item .search_list_item_label.data-v-191c240e { | 
|   font-size: 30rpx; | 
|   font-weight: 400; | 
|   color: #222222; | 
|   margin-bottom: 24rpx; | 
| } | 
| .box .search .search_list .search_list_item .search_list_item_cates.data-v-191c240e { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   flex-wrap: wrap; | 
| } | 
| .box .search .search_list .search_list_item .search_list_item_cates .active.data-v-191c240e { | 
|   background: #025EEF !important; | 
|   color: #ffffff !important; | 
| } | 
| .box .search .search_list .search_list_item .search_list_item_cates .search_list_item_cates_row.data-v-191c240e { | 
|   padding: 0 26rpx; | 
|   height: 64rpx; | 
|   line-height: 64rpx; | 
|   background: #F7F7F7; | 
|   border-radius: 36rpx; | 
|   margin-right: 20rpx; | 
|   font-size: 26rpx; | 
|   font-weight: 400; | 
|   color: #333333; | 
| } | 
| .box .search .search_list .search_list_item .search_list_item_cates .search_list_item_cates_row.data-v-191c240e:last-child { | 
|   margin: 0; | 
| } | 
| .box .search .search_list .search_list_item .search_list_item_val.data-v-191c240e { | 
|   width: 100%; | 
|   height: 64rpx; | 
|   background: #F7F7F7; | 
|   border-radius: 36rpx; | 
|   border: 1rpx solid #E5E5E5; | 
|   display: flex; | 
|   align-items: center; | 
| } | 
| .box .search .search_list .search_list_item .search_list_item_val .search_list_item_val_row.data-v-191c240e { | 
|   flex: 1; | 
|   height: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
|   font-size: 26rpx; | 
|   font-weight: 400; | 
|   color: #999999; | 
| } | 
| .box .search .search_list .search_list_item .search_list_item_val .search_list_item_val_z.data-v-191c240e { | 
|   flex-shrink: 0; | 
|   font-size: 26rpx; | 
|   font-weight: 400; | 
|   color: #999999; | 
|   margin: 0 30rpx; | 
| } | 
| .box .search .search_footer.data-v-191c240e { | 
|   width: 100%; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: space-between; | 
| } | 
| .box .search .search_footer .t.data-v-191c240e { | 
|   background: #025EEF !important; | 
|   color: #ffffff !important; | 
| } | 
| .box .search .search_footer .search_footer_item.data-v-191c240e { | 
|   flex: 1; | 
|   height: 88rpx; | 
|   display: flex; | 
|   align-items: center; | 
|   justify-content: center; | 
|   font-size: 32rpx; | 
|   font-weight: 400; | 
|   color: #025EEF; | 
|   margin-right: 18rpx; | 
|   border: 1rpx solid #025EEF; | 
|   border-radius: 44rpx; | 
| } | 
| .box .search .search_footer .search_footer_item.data-v-191c240e:last-child { | 
|   margin: 0 !important; | 
| } |