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

118 lines
2.1 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-21 16:18:56 +00:00
width: 25px;
height: 25px;
2019-04-19 17:36:45 +00:00
text-align: center;
2019-04-21 16:18:56 +00:00
line-height: 25px;
2019-04-19 17:36:45 +00:00
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 {
2019-04-21 16:18:56 +00:00
font-size: 16px;
2019-04-19 10:19:41 +00:00
color: #fff;
}
2019-04-19 17:36:45 +00:00
.plugins-share ul li.share-qq {
2019-04-20 18:16:02 +00:00
background: #03A9F4;
2019-04-19 17:36:45 +00:00
}
2019-04-21 16:18:56 +00:00
.plugins-share ul li.share-qzone {
2019-04-20 18:16:02 +00:00
background: #FF9800;
2019-04-19 17:36:45 +00:00
}
.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-21 16:18:56 +00:00
@media only screen and (min-width: 641px) {
.plugins-share ul li.share-qq:hover {
background: #26bbff;
}
.plugins-share ul li.share-qzone:hover {
background: #fca729;
}
.plugins-share ul li.share-weixin:hover {
background: #49bc18;
}
.plugins-share ul li.share-sian:hover {
background: #f43844;
}
.plugins-share ul li.share-url:hover {
background: #7d9eae;
}
}
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;
2019-04-22 04:33:46 +00:00
}
/**
*
*/
.plugins-goods-share-view {
margin-top: 5px;
display: block;
}
.plugins-goods-share-view a {
color: #888;
}
.plugins-goods-share-view a:hover {
color: #d2364c;
}
@media only screen and (max-width: 641px) {
.plugins-goods-share-view {
margin-top: 0;
padding: 5px;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: #eee;
}
.plugins-goods-share-view .am-dropdown-content {
margin: 0 5px;
}
2019-04-20 11:51:45 +00:00
}