jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/pages/zhifujiemian/zhifujiemian.acss

61 lines
883 B
Plaintext
Raw Normal View History

2024-12-17 11:46:10 +00:00
.all{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.box{
2024-12-10 10:35:22 +00:00
width: 90%;
2024-12-17 11:46:10 +00:00
height: 180px;
display: flex;
border: 1px solid #9fa1a3;
border-radius: 20px;
margin-top: 20rpx;
flex-direction: column;
overflow: hidden;
}
.image{
width: 80px;
height: 80px;
2024-11-10 07:01:22 +00:00
border-radius: 10px;
}
2024-12-17 11:46:10 +00:00
.xinxi{
width: 100%;
height: 100px;
display: flex;
margin-left: 20rpx
2024-11-10 07:01:22 +00:00
}
2024-12-17 11:46:10 +00:00
.juzhong{
display:flex;
align-items:center
2024-11-10 07:01:22 +00:00
}
2024-12-17 11:46:10 +00:00
.biaoti{
width: 249px;
margin-left: 10rpx;
2024-11-10 07:01:22 +00:00
}
2024-12-17 11:46:10 +00:00
.text{
font-size: 18px;
font-weight: bold;
2024-11-10 07:01:22 +00:00
}
2024-12-17 11:46:10 +00:00
.form{
width: 100%;
height: 200px;
2024-11-10 07:01:22 +00:00
}
2024-12-17 11:46:10 +00:00
.xian{
width: 100%;
2024-11-10 07:01:22 +00:00
height: 1px;
2024-12-17 11:46:10 +00:00
background-color: #9fa1a3;
2024-11-10 07:01:22 +00:00
}
2024-12-17 11:46:10 +00:00
.zhifu{
display: flex;
justify-content: center;
align-items: center;
width: 90%;
height: 50px;
background-color: #ee8d97;
border-radius: 40px;
position: fixed;
bottom: 40rpx;
2024-11-10 07:01:22 +00:00
}