@charset "UTF-8"; /** * uni-app内置的常用样式变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .shadow.data-v-0150bf58 { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); z-index: 97; } .tipimg.data-v-0150bf58 { width: 432rpx; height: 174rpx; position: fixed; top: 0; right: 120rpx; bottom: 0; z-index: 98; } .share_btn.data-v-0150bf58 { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; z-index: 99; transition: all linear 0.3s; -webkit-transform: translateY(100%); transform: translateY(100%); padding-top: 26rpx; } .share_btn .zhan.data-v-0150bf58 { width: 100%; height: 24rpx; background-color: #f5f5f5; } .share_btn .box.data-v-0150bf58 { padding: 50rpx 0; display: flex; align-items: center; flex-wrap: nowrap; } .share_btn .box .list.data-v-0150bf58 { flex: 1; display: flex; flex-direction: column; align-items: center; position: relative; } .share_btn .box .list .sharebox.data-v-0150bf58 { position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: 0; } .share_btn .box .list .share_img.data-v-0150bf58 { width: 90rpx; height: 90rpx; } .share_btn .box .list .share_tit.data-v-0150bf58 { color: #666666; font-size: 30rpx; padding-top: 40rpx; } .share_btn .share_close.data-v-0150bf58 { height: 100rpx; background: #FFFFFF; font-size: 32rpx; font-weight: 500; color: #4775EA; display: flex; align-items: center; justify-content: center; } .share_bot.data-v-0150bf58 { -webkit-transform: translateY(0); transform: translateY(0); }