2023-12-20 10:14:14 +08:00

143 lines
2.3 KiB
Plaintext

.container {
width: 100vw;
background-color: #ffffff;
}
.tui-navigatorbar{
position: fixed;
top: 0;
width: 750rpx;
height: 170rpx;
background-color: #ffffff;
z-index: 99;
}
.tui-navigatorbar-back{
position: absolute;
width: 48rpx;
height: 48rpx;
left: 40rpx;
bottom: 20rpx;
}
.conversation-title {
position:absolute;
width: 350rpx;
height: 88rpx;
line-height: 56rpx;
font-size: 36rpx;
color: #000000;
bottom: 0;
left: 200rpx;
display: flex;
justify-content: center;
align-items: center;
}
.box{
width: 92vw;
margin: 170rpx auto 0 auto;
height: calc(100vh - 170rpx);
display: flex;
flex-direction: column;
}
.top{
flex: 3;
display: flex;
flex-direction: column;
}
.logo{
display:flex;
align-items: center;
flex: 1;
align-items: flex-end;
}
.msg{
font-size: 40rpx;
color: #333333;
flex: 1;
display: flex;
align-items: flex-start;
}
.btn{
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-around;
font-size: 28rpx;
color: #666666;
}
.bottom{
flex: 3;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
}
.bottom_txt{
font-size: 30rpx;
color: #333333;
margin-bottom: 60rpx;
}
.van-checkbox {
padding-top: 6rpx !important;
}
.entrymsg{
-webkit-overflow-scrolling: touch;
font-size: 28rpx;
line-height: 40rpx;
max-height: 60vh;
overflow-y: auto;
padding: 48rpx;
text-align: left;
}
.navigator{
color:#3CC7C0
}
.wrapper {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.privacyBox {
width:90%;
background-color: #fff;
border-radius: 30rpx;
}
.privacyBox .title{
margin: 0;
text-align: center;
font-weight: 500;
line-height:24px;
padding-top:24px;
text-align: center;
font-size:16px;
}
.btnbox{
display: flex;
align-items: center;
border-top:1rpx solid #efefef;
width:100%;
font-size: 17px;
}
.btnbox .cancel{
flex:1;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
}
.btnbox .confirm{
margin: 0;
height: 50px;
padding: 0;
color: #3CC7C0;
flex:1;
font-size: 17px;
border: none!important;
border-left:1rpx solid #efefef!important;
display: flex;
background-color: none!important;
justify-content: center;
align-items: center;
}