mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-05 13:22:29 +08:00
share
This commit is contained in:
@ -270,10 +270,18 @@ form.form-validation #map {
|
||||
.base-share-mobile {
|
||||
background: #9bddff;
|
||||
}
|
||||
.base-share-mobile a {
|
||||
padding-left: 0 !important;
|
||||
width: 24px !important;
|
||||
margin: 6px calc(12.5% - 32px) !important;
|
||||
.base-share-mobile .plugins-share ul {
|
||||
padding: 5px;
|
||||
}
|
||||
.base-share-mobile .plugins-share ul li {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
line-height: 25px;
|
||||
margin-right: calc(10% - 12.5px);
|
||||
margin-left: calc(10% - 12.5px);
|
||||
}
|
||||
.base-share-mobile .plugins-share ul li .iconfont {
|
||||
font-size: 16px;
|
||||
}
|
||||
.am-footer {
|
||||
padding-bottom: 35px;
|
||||
|
||||
@ -1,12 +1,10 @@
|
||||
/**
|
||||
* 分享
|
||||
*/
|
||||
.plugins-share {
|
||||
|
||||
.plugins-share-container, #plugins-share-layer {
|
||||
display: none;
|
||||
}
|
||||
.plugins-share ul {
|
||||
padding: 10px;
|
||||
background: #333;
|
||||
overflow: hidden;
|
||||
}
|
||||
.plugins-share ul li {
|
||||
@ -44,12 +42,16 @@
|
||||
|
||||
|
||||
/**
|
||||
* 微信
|
||||
* 微信二维码
|
||||
*/
|
||||
#plugins-share-weixin-modal .weixin-qrcode {
|
||||
margin-top: 10px;
|
||||
}
|
||||
#plugins-share-weixin-layer {
|
||||
|
||||
/**
|
||||
* 弹层
|
||||
*/
|
||||
#plugins-share-layer {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
@ -58,15 +60,14 @@
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
z-index: 10000;
|
||||
text-align: center;
|
||||
display: none;
|
||||
}
|
||||
#plugins-share-weixin-layer img {
|
||||
#plugins-share-layer img {
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
/**
|
||||
* url
|
||||
* 复制
|
||||
*/
|
||||
#plugins-share-url-modal .am-input-group {
|
||||
#plugins-share-copy-modal .am-input-group {
|
||||
margin-top: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user