@root-entry-name: 'default'; @import '~antd/es/style/themes/index.less'; @panda-gis-tip-prefix-cls: ~'@{ant-prefix}-panda-gis-tip'; .@{panda-gis-tip-prefix-cls} { &-Tipwripconter { width: 100%; height: 100%; pointer-events: auto; } &-TipAll { width: 100%; height: 85%; } &-Tipconter { display: flex; width: 100%; height: 100%; background-color: white; } &-Tipleft { width: 100%; height: 100%; background-color: #f5f6f7; } &-tipfooter { position: relative; &-tipfooterar { right: 0; bottom: 0; left: 0; width: 0; height: 0; margin: auto; background-color: 'red'; border: 10px solid white; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; } } }