Files
kelfy-mini/pages/chatDetail/chatDetail.wxss
2025-11-13 13:39:24 +08:00

104 lines
1.6 KiB
Plaintext

/* pages/chatDetail/chatDetail.wxss */
.detail{
width: 100%;
height: 100vh;
background-color: #f9f7fa;
}
.font{
width: 100%;
height: 190rpx;
padding:20rpx 20rpx 0;
box-sizing: border-box;
background-color: #fff;
border-bottom:2rpx solid #eee;
}
.success{
display: flex;
align-items: center;
font-size: 32rpx;
margin-bottom: 20rpx;
color:#abcac8;
}
.van-icon, .van-icon:before {
font-size: 60rpx !important;
margin-right: 8rpx;
}
.text{
font-size: 24rpx;
line-height: 40rpx;
}
.text1{
font-size: 32rpx;
color:#000;
}
.text2{
color:#e1be9f;
margin-left: 10rpx;
}
.picture{
width: 100%;
height: 580rpx;
background-color: #f3f4fc;
display: flex;
flex-direction: column;
justify-content: center;
font-size: 24rpx;
align-items: center;
padding-bottom:40rpx;
}
.img{
width: 540rpx;
height: 500rpx;
margin-top: 10rpx;
background-color: pink;
border-radius: 10rpx;
}
.list{
width: 100%;
background-color: #fff;
padding:0 28rpx;
box-sizing: border-box;
}
.list_item{
width: 100%;
height: 80rpx;
border-bottom:1px solid #eee;
display: flex;
justify-content: space-between;
align-items: center;
}
.list_text{
font-size: 30rpx;
color:#000;
}
.list_text1{
font-size: 26rpx;
color:#666;
}
.bottom{
width: 100%;
height: 80rpx;
position: fixed;
bottom:100rpx;
z-index: 999;
display: flex;
justify-content: center;
}
.arrow{
width: 300rpx;
display: flex;
justify-content: space-between;
}
.van-icon, .van-icon:before {
font-size: 60rpx !important;
}
.right{
display: flex;
align-items: center;
}
.right >van-icon{
color:#e2e1e3;
}
.scroll{
height: calc(100vh - 180rpx);
}