vr-shopxo-source/public/static/plugins/css/share/style.css

73 lines
1.2 KiB
CSS
Raw Normal View History

2019-04-20 11:51:45 +00:00
/**
*
*/
2019-04-20 18:11:31 +00:00
.plugins-share-container, #plugins-share-layer {
display: none;
2019-04-19 10:19:41 +00:00
}
.plugins-share ul {
overflow: hidden;
}
.plugins-share ul li {
float: left;
2019-04-19 17:36:45 +00:00
width: 35px;
height: 35px;
text-align: center;
line-height: 35px;
border-radius: 50px;
margin-right: 10px;
cursor: pointer;
}
.plugins-share ul li:last-child {
margin-right: 0;
2019-04-19 10:19:41 +00:00
}
.plugins-share ul li .iconfont {
font-size: 20px;
color: #fff;
}
2019-04-19 17:36:45 +00:00
.plugins-share ul li.share-qq {
background: #d82d0e;
}
.plugins-share ul li.share-qq-space {
background: #0da6e4;
}
.plugins-share ul li.share-weixin {
background: #3eab0f;
}
.plugins-share ul li.share-sian {
background: #e71f2d;
}
.plugins-share ul li.share-url {
background: #607d8b;
}
2019-04-20 11:51:45 +00:00
/**
2019-04-20 18:11:31 +00:00
*
2019-04-20 11:51:45 +00:00
*/
#plugins-share-weixin-modal .weixin-qrcode {
margin-top: 10px;
}
2019-04-20 18:11:31 +00:00
/**
*
*/
#plugins-share-layer {
2019-04-20 12:15:46 +00:00
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
z-index: 10000;
text-align: center;
}
2019-04-20 18:11:31 +00:00
#plugins-share-layer img {
2019-04-20 12:15:46 +00:00
max-width: 90%;
}
2019-04-20 11:51:45 +00:00
/**
2019-04-20 18:11:31 +00:00
*
2019-04-20 11:51:45 +00:00
*/
2019-04-20 18:11:31 +00:00
#plugins-share-copy-modal .am-input-group {
2019-04-20 11:51:45 +00:00
margin-top: 10px;
}