{"version":3,"sources":["neoui-card.css"],"names":[],"mappings":"iBAmCA,QA8DA,gBAhDA,cASA,cA6CE,WAAY,WApEd,QACE,QAAS,KACT,eAAgB,OAChB,UAAW,KACX,YAAa,IACb,WAAY,MACZ,SAAU,OACV,MAAO,MACP,QAAS,EACT,SAAU,SACV,WAAY,KACZ,cAAe,IAGjB,cACE,iBAAkB,QAClB,kBAAmB,OACnB,oBAAqB,IAAI,IACzB,gBAAiB,MACjB,kBAAmB,YACnB,sBAAuB,OAGzB,cACE,YAAa,OACb,MAAO,KACP,QAAS,MACT,QAAS,KACT,gBAAiB,QACjB,YAAa,OACb,QAAS,KACT,mBAAoB,MAAM,KAC1B,iBAAkB,MAAM,KAExB,6BACE,cAAe,IAAI,MAAM,eAE7B,mBACE,WAAY,SACZ,MAAO,QACP,QAAS,MACT,QAAS,KACT,UAAW,KACX,YAAa,IACb,YAAa,OACb,SAAU,OACV,iBAAkB,MAAM,KACxB,OAAQ,EAEV,sBACE,UAAW,KACX,MAAO,gBACP,OAAQ,EAEV,wBACE,MAAO,gBACP,UAAW,KACX,YAAa,KACb,SAAU,OACV,QAAS,KACT,WAAY,WAEd,gBACE,UAAW,KACX,YAAa,OACb,MAAO,KACP,iBAAkB,YAClB,QAAS,IAET,+BACE,WAAY,IAAI,MAAM,eAE1B,gBACE,UAAW,EAEb,aACE,SAAU,SACV,MAAO,KACP,IAAK","file":"neoui-card.min.css","sourcesContent":["@charset \"UTF-8\";\n/*  IMAGES  */\n/* 默认颜色 */\n/* 主题颜色放入 minxin-themeColors.scss\n$color-primary: $palette-indigo-500 !default;\n$color-primary-dark: $palette-indigo-700 !default;\n$color-accent: $palette-pink-A200 !default;\n*/\n/* 客户化 */\n/* 波纹效果 */\n/* 动画 */\n/* 阴影 */\n/* ==========  字体  ========== */\n/* 控件 */\n/* UButton */\n/* UText */\n/*  Navlayout  */\n/* gridlayout */\n/* menu */\n/* CHECKBOX */\n/*  Radio  */\n/* Switch  */\n/* loading */\n/* datetimepicker */\n/* message */\n/* DATA TABLE */\n/* tooltip*/\n/* 进度条 */\n/* ==========  Content Tabs  ========== */\n/* CARD */\n/* Card dimensions */\n/* Cover image */\n/* ==========  Card  ========== */\n/* ============ Forms ============*/\n/* BADGE */\n.u-card {\n  display: flex;\n  flex-direction: column;\n  font-size: 13px;\n  font-weight: 400;\n  min-height: 200px;\n  overflow: hidden;\n  width: 330px;\n  z-index: 1;\n  position: relative;\n  background: rgb(255,255,255);\n  border-radius: 2px;\n  box-sizing: border-box; }\n\n.u-card-media {\n  background-color: rgb(67,160,71);\n  background-repeat: repeat;\n  background-position: 50% 50%;\n  background-size: cover;\n  background-origin: padding-box;\n  background-attachment: scroll;\n  box-sizing: border-box; }\n\n.u-card-title {\n  align-items: center;\n  color: rgb(0,0,0);\n  display: block;\n  display: flex;\n  justify-content: stretch;\n  line-height: normal;\n  padding: 16px 16px;\n  perspective-origin: 165px 56px;\n  transform-origin: 165px 56px;\n  box-sizing: border-box; }\n  .u-card-title.u-card--border {\n    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }\n\n.u-card-title-text {\n  align-self: flex-end;\n  color: inherit;\n  display: block;\n  display: flex;\n  font-size: 24px;\n  font-weight: 300;\n  line-height: normal;\n  overflow: hidden;\n  transform-origin: 149px 48px;\n  margin: 0; }\n\n.u-card-subtitle-text {\n  font-size: 10px;\n  color: rgba(0,0,0, 0.54);\n  margin: 0; }\n\n.u-card-supporting-text {\n  color: rgba(0,0,0, 0.54);\n  font-size: 1rem;\n  line-height: 18px;\n  overflow: hidden;\n  padding: 16px 16px;\n  box-sizing: border-box; }\n\n.u-card-actions {\n  font-size: 13px;\n  line-height: normal;\n  width: 100%;\n  background-color: transparent;\n  padding: 8px;\n  box-sizing: border-box; }\n  .u-card-actions.u-card--border {\n    border-top: 1px solid rgba(0, 0, 0, 0.1); }\n\n.u-card--expand {\n  flex-grow: 1; }\n\n.u-card-menu {\n  position: absolute;\n  right: 16px;\n  top: 16px; }\n"]}