button-group.wxss.map 1.8 KB

1
  1. {"version":3,"sources":["common/style/utilities/_animation.less","common/style/utilities/_float.less","common/style/utilities/_index.less","button-group/button-group.less"],"names":[],"mappings":"AAAC;ECIC,WAAA;;ADJD;ECQC,YAAA;;ADRF;EACE;IACE,UAAA;;EAGF;IACE,UAAA;;;AEDF,iBAAC;EACC,kBAAA;;AAGF,iBAAC;EACC,SAAS,EAAT;EACA,cAAA;EACA,kBAAA;EACA,OAAA;EACA,MAAA;EACA,QAAA;EACA,SAAA;EACA,WAAW,UAAX;;AFjBH;EGMC,oBAAA;EACA,WAAA;EACA,gBAAA;;AHRD,eGUE,MHVA,SAAQ,IAAI,cAAc;EGYvB,kBAAA;EACA,WAAA;EACA,YAAA;EACA,OAAA;EACA,SAAS,EAAT;EACA,QAAA;EACA,8BAAA;;AHlBL,eAAE;EGuBC,OAAA;;EAGA,eAAA;EACA,kBAAA","sourcesContent":["@keyframes tdesign-fade-out {\n from {\n opacity: 1;\n }\n\n to {\n opacity: 0;\n }\n}\n","// 公共前缀\n@prefix: t;\n\n.@{prefix}-float-left {\n float: left;\n}\n\n.@{prefix}-float-right {\n float: right;\n}\n","@import './_float.less';\n@import './_animation.less';\n\n.hotspot-expanded {\n \n &.relative {\n position: relative;\n }\n\n &::after {\n content: '';\n display: block;\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n bottom: 0;\n transform: scale(1.5);\n }\n}","@import '../common/style/index.less';\n\n@button-group-default-height: 44px;\n@button-group-split-line-height: 24px;\n\n.@{prefix}-button-group {\n display: inline-flex;\n width: 100%;\n background: @bg-color-block;\n\n &--menu {\n & @{prefix}-button:not(:first-child)::before {\n position: absolute;\n top: (@button-group-default-height - @button-group-split-line-height)/2;\n height: @button-group-split-line-height;\n left: 0;\n content: '';\n width: 0;\n border-left: solid @border-level-1-color 1px;\n }\n }\n\n & @{prefix}-button {\n flex: 1;\n\n /* stylelint-disable-next-line */\n -webkit-flex: 1;\n position: relative;\n }\n\n}\n\n"],"file":"button-group.wxss"}