2023-04-17 16:14:18 +08:00

140 lines
2.3 KiB
Plaintext

/* template/detailFooter/detailFooter.wxss */
.fixfooter{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
font-size: 0;
/* display: table; */
background: #f2f2f2;
line-height: 100rpx;
height: 100rpx;
text-align: center;
border-top: none;
display: flex
}
.fixfooter .item{
display:inline-flex;
flex: 1;
font-size: 32rpx;
justify-content: center;
}
.fixfooter .item .tables{
display: flex;
}
.fixfooter .item .cells{
display: inline-flex;
flex: 1;
align-items: center;
justify-content: center;
}
.fixfooter .phone{
background: #62b1fe;
color: #fff;
border-top: 1px solid #62b1fe;
line-height: 100rpx;
}
.fixfooter .submit-form{
display: flex;
align-items: center;
justify-content: center;
}
.fixfooter .cell{
width: 25%;
padding: 0;
border-top: 1px solid #e8e8e8
}
.fixfooter .staro{
width: 40rpx;
height: 40rpx;
position: static;
margin: 0
}
.fixfooter .star-bottom{
width: 42rpx;
height: 40rpx;
position: static;
margin: 0
}
.fixfooter .share{
width: 40rpx;
height: 40rpx;
}
.share-box{
position: fixed;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
background: rgba(0,0,0,0.4);
z-index: 1001;
}
.share-box .box{
width: 100vw;
height: 360rpx;
position: absolute;
bottom: 0;
background: #fff;
font-size: 0;
text-align: center;
}
.whitebox{
width: 100vw;
height: calc(100vh - 360rpx);
position: absolute;
bottom: 360rpx;
font-size: 0;
text-align: center;
}
.share-box .name{
line-height: 120rpx;
font-size: 30rpx;
}
.share-box .item{
display: inline-block;
width: 50%;
font-size: 30rpx;
padding:30rpx 0;
line-height:inherit;
vertical-align:middle;
background:transparent;
border:none;
}
.share-box .item:after{
border:none
}
.share-box .image{
display: block;
margin: 0 auto 30rpx;
}
.share-box .tips{
color: #999999;
text-align: center;
font-size: 28rpx;
}
.share-box .title{
color: #333333;
font-size: 36rpx;
text-align: center;
}
.share-box .btn{
width: 220rpx;
height: 80rpx;
line-height: 80rpx;
margin: 50rpx auto;
text-align: center;
color: #C63E3A;
font-size: 30rpx;
border:1px solid #e8e8e8;
border-radius: 40rpx;
}
.index{
width: 44.8rpx;
height: 36.8rpx;
}