@@ -328,7 +328,7 @@ export const guide = {
const body = document.body
const box = document.createElement('div')
box.className = 'plus'
- box.innerHTML = '<div class="plus-icon"></div>'
+ box.innerHTML = '<div class="plus-icon"><i class="iconfont icon-xinshouzhiyin"></i></div>'
const rect = {
left:body.clientWidth/2,
@@ -131,8 +131,11 @@ export default {
width: 100%;
background-color: #5151e7;
border-radius: 50%;
+ text-align: center;
+ line-height: 30px;
z-index: 99999999;
animation: moveX .8s linear;
+
}
// .plus-icon::before{
// content: '';