2024-01-16 14:59:06 +08:00

71 lines
1.1 KiB
Plaintext

page{
background-color: #F4F4F4;
}
.container{
width: 100vw;
padding-top: 20rpx;
}
.list{
width: 92vw;
margin: 0 auto;
}
.item{
display: flex;
flex-direction: column;
background-color: #fff;
padding: 20rpx;
border-radius: 10rpx;
margin-bottom: 20rpx;
}
.item_top{
display: flex;
justify-content: space-between;
align-items: center;
}
.item_img{
display: flex;
flex-direction: row-reverse;
align-items: center;
font-size: 34rpx;
color: #333333;
}
.item_date{
font-size: 26rpx;
color: #999999;
}
.item_content{
margin-top: 20rpx;
font-size: 30rpx;
color: #666666;
display: flex;
align-items: center;
}
.van_img{
display: flex;
justify-content: center;
}
.hongdian{
height: 50rpx;
display: flex;
align-items: center;
flex: 1;
display: flex;
justify-content: flex-end;
}
.dialog{
width: 50%;
text-align: center;
height: 100rpx;
line-height: 100rpx;
}
.dialog_cancel_btn{
border-top: 1px solid #E9E9E9;
border-right: 1px solid #E9E9E9;
}
.dialog_confirm_btn{
border-top: 1px solid #E9E9E9;
color: #3CC7C0;
}
.t-button__content{
color: #3CC7C0 !important;
}