wpfw_ewei_shopv2/plugin/invitation/static/css/mobile.css
2023-02-14 19:57:32 +08:00

227 lines
4.1 KiB
CSS

* {
padding: 0;
margin: 0;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
width: 100%;
height: 100%;
min-width: 320px;
max-width: 640px;
margin: auto;
}
.fui-page, .fui-page-group {
background: #999;
}
.share-card {
height: 100%;
width: 100%;
padding-bottom: 70px;
overflow: scroll;
}
.share-card .share-card-loading {
position: fixed;
top: 0;
bottom: 0;
min-width: 320px;
max-width: 640px;
width: 100%;
background: rgba(0, 0, 0, 0.3);
z-index: 100;
}
.share-card .share-card-loading:before {
content: '';
height: 50px;
width: 50px;
background: rgba(0, 0, 0, 0.6) url("../images/loading.gif") center no-repeat;
background-size: 60%;
position: absolute;
top: 50%;
left: 50%;
margin: -70px 0 0 -25px;
border-radius: 10px;
}
.share-card .share-card-main {
position: relative;
height: auto;
overflow: hidden;
}
.share-card .share-card-main .card-html {
width: 100%;
height: auto;
overflow: hidden;
position: relative;
display: none;
}
.share-card .share-card-main .card-html img {
display: block;
width: auto;
height: auto;
margin: auto;
}
.share-card .share-card-main .card-html .inner {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.5);
z-index: 99;
}
.share-card .share-card-main .card-html .inner .avatar {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 100px;
}
.share-card .share-card-menu {
min-width: 320px;
max-width: 640px;
width: 100%;
min-height: 70px;
position: fixed;
bottom: 0;
background: rgba(255, 255, 255, 0.95);
z-index: 99;
}
.share-card .share-card-menu .tips {
height: 1.8rem;
line-height: 1.8rem;
font-size: 0.7rem;
text-align: center;
color: #666;
}
.share-card .share-card-menu .tips .icon {
font-size: 0.65rem;
vertical-align: middle;
}
.share-card .share-card-menu .inner {
white-space: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.share-card .share-card-menu .inner .list {
padding: 10px 10px 0;
width: 100%;
font-size: 0;
-webkit-text-size-adjust:none;
}
.share-card .share-card-menu .inner .item {
height: 50px;
width: 50px;
background: #eee;
display: inline-block;
margin-right: 10px;
border-radius: 5px;
position: relative;
}
.share-card .share-card-menu .inner .item img {
height: 50px;
width: 50px;
border-radius: 5px;
display: block;
}
.share-card .share-card-menu .inner .item.active:before {
content: '';
position: absolute;
height: 20px;
width: 20px;
right: 5px;
bottom: 5px;
background: url("../images/icon_check.png") center no-repeat;
background-size: 100%;
}
.share-card .share-card-menu .inner .item.active:after {
content: '';
position: absolute;
border: 2px solid #f73657;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 5px;
}
.share-card .share-card-mask {
background: rgba(0, 0, 0, 0.6);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 120;
display: none;
}
.share-card .share-card-tips {
height: 9.5rem;
width: 14.5rem;
background: #fff;
border-radius: 0.5rem;
position: fixed;
left: 50%;
top: 50%;
margin: -4.75rem 0 0 -7.25rem;
z-index: 121;
overflow: hidden;
display: none;
}
.share-card .share-card-tips .content {
height: 7.5rem;
padding: 0.8rem;
text-align: center;
}
.share-card .share-card-tips .content .icon {
font-size: 2.5rem;
color: #e9778e;
}
.share-card .share-card-tips .content p {
color: #666;
font-size: 0.7rem;
}
.share-card .share-card-tips .button {
height: 2rem;
text-align: center;
line-height: 2rem;
color: #12ba62;
position: relative;
}
.share-card .share-card-tips .button:before {
content: '';
position: absolute;
border-top: 1px solid #f4f4f4;
top: 0;
left: 0;
right: 0;
}
.share-card .share-card-tips .button:active {
background: #f9f9f9;
}