@charset "UTF-8"; /*** 全局scss 变量和方法 存放处 */ /* 引入minxin */ /* 颜色变量 */ /*图片地址*/ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .tui-bottom-popup.data-v-65f899fb { width: 100%; position: fixed; left: 0; right: 0; bottom: 0; z-index: 999; visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); -webkit-transform-origin: center; transform-origin: center; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; min-height: 20rpx; padding-bottom: env(safe-area-inset-bottom); } .tui-popup-show.data-v-65f899fb { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); visibility: visible; } .tui-popup-mask.data-v-65f899fb { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: 996; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; opacity: 0; visibility: hidden; } .tui-mask-show.data-v-65f899fb { opacity: 1; visibility: visible; }