This commit is contained in:
gongfuxiang
2019-04-21 02:11:31 +08:00
parent fc0e61edd2
commit 523e53ffda
8 changed files with 125 additions and 55 deletions

View File

@ -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;

View File

@ -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;
}