cyx-ament-wechat/miniprogram/pages/taskWarning/taskWarning.wxss

23 lines
433 B
Plaintext
Raw Permalink Normal View History

2023-08-31 10:38:54 +08:00
/* pages/taskWarning/taskWarning.wxss */
.task_list_wrap{
width: 100%;
box-sizing: border-box;
padding: 10rpx;
}
.list_row{
box-sizing: border-box;
padding: 20rpx;
border-bottom: 1rpx solid silver;
display: flex;
flex-direction: row;
align-items: center;
}
.list_row_right{
margin-left: 10rpx;
font-size: 32rpx;
color: #575656;
}
.right_tips{
color: red;
margin-bottom: 10px;
}