acdr-ui/dist/build/mp-weixin/node-modules/wot-design-uni/components/wd-toast/wd-toast.wxss

2 lines
1.4 KiB
Plaintext

.wd-toast.data-v-06ceeffd{display:inline-block;max-width:var(--wot-toast-max-width, 300px);padding:var(--wot-toast-padding, 16px 24px);background-color:var(--wot-toast-bg, var(--wot-overlay-bg, rgba(0, 0, 0, .65)));border-radius:var(--wot-toast-radius, 8px);color:#fff;transition:all .2s;font-size:var(--wot-toast-fs, var(--wot-fs-content, 14px));box-sizing:border-box;box-shadow:var(--wot-toast-box-shadow, 0px 6px 16px 0px rgba(0, 0, 0, .08))}.wd-toast__msg.data-v-06ceeffd{font-size:var(--wot-toast-fs, var(--wot-fs-content, 14px));line-height:20px;text-align:left;font-family:San Francisco,Rotobo,arial,PingFang SC,Noto SansCJK,Microsoft Yahei,sans-serif}.wd-toast__icon.data-v-06ceeffd{display:inline-block;margin-right:16px}.wd-toast__iconWrap.data-v-06ceeffd{font-size:0;line-height:0;vertical-align:middle}.wd-toast__iconBox.data-v-06ceeffd{display:block;width:100%;height:100%}.wd-toast__iconSvg.data-v-06ceeffd{background-size:cover;background-repeat:no-repeat}.wd-toast__loading.data-v-06ceeffd{margin-bottom:16px;display:inline-block}.wd-toast--top.data-v-06ceeffd{transform:translate3d(0,-40vh,0)}.wd-toast--middle.data-v-06ceeffd{transform:translate3d(0,-18.8vh,0)}.wd-toast--bottom.data-v-06ceeffd{transform:translate3d(0,40vh,0)}.wd-toast--with-icon.data-v-06ceeffd{min-width:var(--wot-toast-with-icon-min-width, 150px);display:inline-flex;align-items:center}.wd-toast--loading.data-v-06ceeffd{min-width:auto;padding:var(--wot-toast-loading-padding, 10px)}