yuminge-app/yun-min-program-plugin-master/packageE/groupCode/groupCodeShow/groupCodeShow.wxss

252 lines
3.5 KiB
Plaintext

/* packageE/groupCode/groupCodeShow/groupCodeShow.wxss */
/* .showBox{
min-height: 100vh;
} */
.title {
width: 750rpx;
height: 51rpx;
background-color: #fffdf8;
display: flex;
justify-content: flex-start;
align-items: center;
}
.titlis {
color: #f60;
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.title icon {
color: #f60;
margin-top: -10rpx;
margin-left: 27rpx;
margin-right: 20rpx;
}
.contenBox {
width: 698rpx;
height: 912rpx;
background-color: #fff;
border-radius: 36rpx;
margin: 0 auto;
margin-top: 32rpx;
display: flex;
flex-direction: column;
align-items: center;
overflow: hidden;
margin-bottom: 21rpx;
/* justify-content: center; */
}
.boximg {
width: 503rpx;
height: 503rpx;
background-color: #e8e1e1;
margin-top: 52rpx;
margin-bottom: 24rpx;
}
.boximg image {
width: 100%;
height: 100%;
}
.line {
width: 665rpx;
border-top: dotted 4rpx #e9e9e9;
}
.btnlist {
margin-top: 31rpx;
display: flex;
align-items: center;
width: 100%;
justify-content: space-around;
}
.btnbox {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
}
.share {
position: absolute;
width: 100%;
height: 100%;
left: 0;
right: 0;
opacity: 0;
}
.btnTop {
background-color: #dee9ff;
width: 88rpx;
height: 88rpx;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.btnTop icon {
margin-top: -10rpx;
color: #3678ff;
}
/* 客服弹窗 */
.serviceBox {
width: 590rpx;
/* height: 812rpx; */
position: relative;
display: flex;
flex-direction: column;
align-items: center;
}
.shareBoxs {
width: 590rpx;
height: 812rpx;
margin-bottom: 200rpx;
position: relative;
}
.shareBoxs image {
width: 100%;
height: 100%;
}
.posbox {
position: absolute;
bottom: 100;
width: 100%;
text-align: center;
}
.posbox icon {
color: #fff;
font-size: 30rpx;
}
.serviceBox image {
width: 100%;
height: 100%;
}
.serviceBox .top {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
}
.serviceBox .top view {
font-size: 32rpx;
line-height: 48rpx;
letter-spacing: 2rpx;
margin-top: 10rpx;
display: flex;
align-items: center;
}
.serviceBox .top icon {
position: absolute;
top: -2px;
right: 20px;
}
.serviceImg {
width: 444rpx;
height: 444rpx;
margin-top: 80rpx;
margin-bottom: 25rpx;
}
.serviceImg image {
width: 100%;
height: 100%;
}
.service_guide {
font-size: 28rpx;
color: #666;
line-height: 48rpx;
}
.explainBox {
width: 680rpx;
max-height: 820rpx;
background-color: #fff;
border-radius: 49rpx;
display: flex;
flex-direction: column;
align-items: center;
}
.explainBox .top {
display: flex;
align-items: center;
justify-content: space-between;
/* position: relative; */
width: 100%;
}
.explainBox .top view {
font-size: 32rpx;
line-height: 80rpx;
letter-spacing: 2rpx;
margin-left: 30rpx;
}
.explainBox icon {
position: absolute;
top: 0;
right: 50rpx;
}
.a_content {
width: 90%;
margin-top: 30rpx;
margin-bottom: 30rpx;
}
.auth-dialog {
width: 80%;
padding: 2rem;
font-size: 14px;
color: #102636;
text-align: left;
}
.auth-dialog .auth-tip {
font-weight: bold;
margin-bottom: 1.2rem;
}
.auth-dialog .ol {
padding-left: 1.2rem;
}
.auth-dialog .li {
margin-bottom: 1.2rem;
}
.auth-dialog .link-text {
color: #6FBCAF;
}
.auth-dialog .van-tag {
margin: 0.8rem 0.8rem 0 0;
}