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

54 lines
781 B
Plaintext
Raw Normal View History

2024-11-10 07:01:22 +00:00
.box{
width: 100%;
2024-12-10 10:35:22 +00:00
border-top: 1px solid #999192;
margin-top: 20rpx;
display: flex;
flex-direction: column;
2024-11-10 07:01:22 +00:00
}
2024-12-10 10:35:22 +00:00
.image{
width: 120rpx;
height: 120rpx;
margin-top: 20rpx;
2024-11-10 07:01:22 +00:00
}
2024-12-10 10:35:22 +00:00
.biaoti{
2024-11-10 07:01:22 +00:00
width: 100%;
2024-12-10 10:35:22 +00:00
height: 200rpx;
2024-11-10 07:01:22 +00:00
}
2024-12-10 10:35:22 +00:00
.text{
2024-11-10 07:01:22 +00:00
position: relative;
}
2024-12-10 10:35:22 +00:00
.neirong{
2025-01-13 13:07:00 +00:00
display: flex;
flex-direction: column;
2024-12-10 10:35:22 +00:00
margin-left: 20rpx;
2025-01-13 13:07:00 +00:00
width: 50%;
2024-12-10 10:35:22 +00:00
}
.shijian{
display: flex;
justify-content: space-between;
margin-top:20rpx;
margin-left:20rpx;
width:100%
}
.image1{
width: 50rpx;
height: 50rpx;
2024-11-10 07:01:22 +00:00
}
2024-12-10 10:35:22 +00:00
.yemian{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
2025-01-13 13:07:00 +00:00
}
.statues{
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.xinxibox{
width: 100%;
display: flex;
2024-11-10 07:01:22 +00:00
}