yuminge-app/yun-min-program-plugin-master/packageB/member/helpcenter/helpcenter.wxss

209 lines
3.0 KiB
Plaintext

view,
text {
box-sizing: border-box;
}
.helpcenter {
background-color: #fff;
}
.list {
margin-top: 20rpx;
}
.list .ul {
background-color: #fff;
}
icon {
font-size: 48rpx;
/* color: #c9c9c9; */
line-height: 80rpx;
}
.list .ul .li {
display: flex;
justify-content: space-between;
height: 80rpx;
line-height: 80rpx;
padding: 0 28rpx;
font-size: 15px;
border-bottom: solid 2rpx #ebebeb;
}
.sver {
margin-top: 20rpx;
background-color: #fff;
display: flex;
justify-content: space-between;
height: 80rpx;
line-height: 80rpx;
padding: 0 28rpx;
font-size: 15px;
}
.header .icon {
position: absolute;
display: block;
float: left;
width: 20.8rpx;
height: 20.8rpx;
border: solid 3.2rpx rgba(0, 0, 0, 0.5);
transform: rotate(45deg);
border-right: transparent;
border-top: transparent;
margin: 30rpx;
}
.helpcenter {
padding: 40rpx;
font-size: 16px;
}
.ceshi {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20rpx;
}
.fujiyuans {
position: absolute;
right: 0;
}
/* 客服 */
.kefu {
position: relative;
display: flex;
align-items: center;
}
.kefu1 {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
}
.icon-close11 {
position: absolute;
right: 45%;
bottom: -80rpx;
font-size: 18px;
color: #fff;
}
.pop-content {
background-color: #fff;
border-radius: 38rpx;
text-align: center;
padding: 35rpx 0;
position: relative;
justify-content: center;
display: flex;
flex-direction: column;
align-items: center;
width: 650rpx;
}
.pop-content .pop-top {
display: flex;
justify-content: center;
width: 100%;
}
.pop-content .pop-top .left {
width: 50%;
display: flex;
justify-content: center;
position: relative;
}
.pop-content .pop-top .left .wrap {
display: flex;
flex-direction: column;
align-items: center;
}
.pop-content .pop-top .left .wrap .image {
width: 84rpx;
height: 84rpx;
margin: 0 auto;
margin-bottom: 16rpx;
}
.pop-content .pop-top .left .wrap .image image {
width: 100%;
height: 100%;
}
.pop-content .pop-top .right {
width: 50%;
display: flex;
justify-content: center;
}
.pop-content .pop-top .right .wrap {
display: flex;
flex-direction: column;
align-items: center;
}
.pop-content .pop-top .right .wrap .image {
width: 84rpx;
height: 84rpx;
margin: 0 auto;
margin-bottom: 16rpx;
}
.pop-content .pop-top .right .wrap .image image {
width: 100%;
height: 100%;
}
.pop-content .line {
width: 1px;
height: 51rpx;
background-color: #999;
}
.pop-bottom {
margin-top: 32rpx;
width: 327rpx;
display: flex;
justify-content: center;
height: 327rpx;
}
.pop-bottom .image {
width: 100%;
height: 100%;
}
.pop-bottom .image image {
width: 100%;
height: 100%;
}
.kefuxiaoxi {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
top: 0;
left: 0;
}
.msgbox {
line-height: 40rpx;
box-sizing: border-box;
padding: 20rpx;
height: 100%;
overflow-y: scroll;
padding-bottom: 200rpx;
}
/* ------------------ */