@charset "UTF-8"; 
 | 
/** 
 | 
 * 这里是uni-app内置的常用样式变量 
 | 
 * 
 | 
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 
 | 
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App 
 | 
 * 
 | 
 */ 
 | 
/** 
 | 
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 
 | 
 * 
 | 
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 
 | 
 */ 
 | 
/* 颜色变量 */ 
 | 
/* 行为相关颜色 */ 
 | 
/* 文字基本颜色 */ 
 | 
/* 背景颜色 */ 
 | 
/* 边框颜色 */ 
 | 
/* 尺寸变量 */ 
 | 
/* 文字尺寸 */ 
 | 
/* 图片尺寸 */ 
 | 
/* Border Radius */ 
 | 
/* 水平间距 */ 
 | 
/* 垂直间距 */ 
 | 
/* 透明度 */ 
 | 
/* 文章场景相关 */ 
 | 
view.data-v-913eaa32, scroll-view.data-v-913eaa32, swiper-item.data-v-913eaa32 { 
 | 
  display: flex; 
 | 
  flex-direction: column; 
 | 
  flex-shrink: 0; 
 | 
  flex-grow: 0; 
 | 
  flex-basis: auto; 
 | 
  align-items: stretch; 
 | 
  align-content: flex-start; 
 | 
} 
 | 
.u-cell__body.data-v-913eaa32 { 
 | 
  
 | 
  display: flex; 
 | 
  
 | 
  flex-direction: row; 
 | 
  box-sizing: border-box; 
 | 
  padding: 10px 15px; 
 | 
  font-size: 15px; 
 | 
  color: #303133; 
 | 
  align-items: center; 
 | 
} 
 | 
.u-cell__body__content.data-v-913eaa32 { 
 | 
  
 | 
  display: flex; 
 | 
  
 | 
  flex-direction: row; 
 | 
  align-items: center; 
 | 
  flex: 1; 
 | 
} 
 | 
.u-cell__body--large.data-v-913eaa32 { 
 | 
  padding-top: 13px; 
 | 
  padding-bottom: 13px; 
 | 
} 
 | 
.u-cell__left-icon-wrap.data-v-913eaa32, .u-cell__right-icon-wrap.data-v-913eaa32 { 
 | 
  
 | 
  display: flex; 
 | 
  
 | 
  flex-direction: row; 
 | 
  align-items: center; 
 | 
  font-size: 16px; 
 | 
} 
 | 
.u-cell__left-icon-wrap.data-v-913eaa32 { 
 | 
  margin-right: 4px; 
 | 
} 
 | 
.u-cell__right-icon-wrap.data-v-913eaa32 { 
 | 
  margin-left: 4px; 
 | 
  transition: -webkit-transform 0.3s; 
 | 
  transition: transform 0.3s; 
 | 
  transition: transform 0.3s, -webkit-transform 0.3s; 
 | 
} 
 | 
.u-cell__right-icon-wrap--up.data-v-913eaa32 { 
 | 
  -webkit-transform: rotate(-90deg); 
 | 
          transform: rotate(-90deg); 
 | 
} 
 | 
.u-cell__right-icon-wrap--down.data-v-913eaa32 { 
 | 
  -webkit-transform: rotate(90deg); 
 | 
          transform: rotate(90deg); 
 | 
} 
 | 
.u-cell__title.data-v-913eaa32 { 
 | 
  flex: 1; 
 | 
} 
 | 
.u-cell__title-text.data-v-913eaa32 { 
 | 
  font-size: 15px; 
 | 
  line-height: 22px; 
 | 
  color: #303133; 
 | 
} 
 | 
.u-cell__title-text--large.data-v-913eaa32 { 
 | 
  font-size: 16px; 
 | 
} 
 | 
.u-cell__label.data-v-913eaa32 { 
 | 
  margin-top: 5px; 
 | 
  font-size: 12px; 
 | 
  color: #909193; 
 | 
  line-height: 18px; 
 | 
} 
 | 
.u-cell__label--large.data-v-913eaa32 { 
 | 
  font-size: 14px; 
 | 
} 
 | 
.u-cell__value.data-v-913eaa32 { 
 | 
  text-align: right; 
 | 
  font-size: 14px; 
 | 
  line-height: 24px; 
 | 
  color: #606266; 
 | 
} 
 | 
.u-cell__value--large.data-v-913eaa32 { 
 | 
  font-size: 15px; 
 | 
} 
 | 
.u-cell--clickable.data-v-913eaa32 { 
 | 
  background-color: #f3f4f6; 
 | 
} 
 | 
.u-cell--disabled.data-v-913eaa32 { 
 | 
  color: #c8c9cc; 
 | 
  cursor: not-allowed; 
 | 
} 
 | 
.u-cell--center.data-v-913eaa32 { 
 | 
  align-items: center; 
 | 
} 
 |