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

53 lines
802 B
Plaintext
Raw Normal View History

2024-12-01 11:56:54 +00:00
2024-12-10 10:35:22 +00:00
.image{
width: 60rpx;
height:60rpx;
border-radius: 50rpx;
margin-left: 10rpx;
margin-top: 10rpx;
}
.image1{
width: 50rpx;
height:50rpx;
}
.box1{
width: 90%;
2024-12-01 11:56:54 +00:00
border: 1px solid #eec2c7;
2024-12-10 10:35:22 +00:00
border-radius: 20rpx;
height: 300rpx;
margin-bottom: 10rpx;
2024-11-10 07:01:22 +00:00
}
2024-12-10 10:35:22 +00:00
.box{
width: 100%;
2024-12-01 11:56:54 +00:00
display: flex;
2024-12-10 10:35:22 +00:00
flex-direction: column;
align-items: center;
2024-11-10 07:01:22 +00:00
}
2024-12-10 10:35:22 +00:00
.text{
2024-12-01 11:56:54 +00:00
position: relative;
2024-11-10 07:01:22 +00:00
}
2024-12-10 10:35:22 +00:00
.biaoti{
display: flex;
justify-content: space-between;
align-items: center;
2024-11-10 07:01:22 +00:00
}
2024-12-10 10:35:22 +00:00
.biaoti1{
2024-12-01 11:56:54 +00:00
display: flex;
2024-12-10 10:35:22 +00:00
align-items: center;
}
.image2{
width: 160rpx;
height: 160rpx;
border-radius: 20rpx;
margin-top: 20rpx;
margin-left: 20rpx;
}
.textcss{
width: 100rpx;
height: 40rpx;
display:flex;
justify-content: center;
border: 1px solid #eec2c7;
border-radius: 50px;
margin-left: 10rpx
2024-11-10 07:01:22 +00:00
}