@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .more-box-wrapper.data-v-ae8e104a { position: relative; } .more-box.data-v-ae8e104a { background: #000; position: absolute; width: 5.6rem; z-index: 11; right: 0.3rem; top: 0; border-radius: 0.2rem; } .more-item.data-v-ae8e104a { border-bottom: 1px solid rgba(255, 255, 255, 0.2); height: 2rem; line-height: 2rem; list-style: none outside none; color: #fff; font-size: 0.7rem; position: relative; } .more-item .i.data-v-ae8e104a { margin: 0 0.4rem; } .more-item .dot.data-v-ae8e104a { position: absolute; width: .5rem; height: .5rem; background: red; border-radius: 50%; top: .5rem; left: 1rem; } .arrow.data-v-ae8e104a { position: absolute; display: block; right: 0.2rem; top: -0.7rem; width: 0; height: 0; margin-right: 0.45rem; font-size: 0; line-height: 0; border-width: 0.4rem; border-color: transparent transparent black transparent; border-style: dashed dashed solid dashed; } .common-popup-wrapper.data-v-ae8e104a { height: 10rem; overflow: visible; } .more-box .share-list.data-v-ae8e104a { display: flex; } .more-box .share-list .share-item.data-v-ae8e104a { height: 3rem; margin: 1rem 0.8rem; width: 2.5rem; padding-left: 0; background: none; text-align: center; color: #333; font-size: 0.6rem; } .more-box .share-list .share-item.data-v-ae8e104a:before { font-family: "iconfont"; content: ''; display: block; border-radius: 50%; width: 2rem; height: 2rem; line-height: 2rem; text-align: center; font-size: 1.2rem; color: #fff; background: red; margin: 0 auto; margin-bottom: .25rem; } .more-box .share-list .share-item.weixin.data-v-ae8e104a:before { content: "\e647"; background: #C71585; } .more-box .share-list .share-item.pengyou.data-v-ae8e104a:before { content: "\e645"; background: #ffaa00; } .more-box .share-list .share-item.copy.data-v-ae8e104a:before { content: "\e64b"; background: #228B22; } .more-box .share-list .share-item.goods.data-v-ae8e104a:before { content: "\e6dd"; background: #f44336; } .more-box .weixin-share-wrapper.data-v-ae8e104a { position: absolute; bottom: 0; left: 0; text-align: right; } .more-box .weixin-share.data-v-ae8e104a { height: 10rem; } .copy-wrapper.data-v-ae8e104a { padding: 1rem; } .copy-wrapper input.data-v-ae8e104a { height: 1.5rem; line-height: 1.5rem; padding: 0 .2rem; width: 12rem; border: 1px solid #e1e1e1; } .copy-wrapper .title.data-v-ae8e104a { font-size: 0.6rem; text-align: center; margin-bottom: .5rem; }