23 lines
433 B
Plaintext
23 lines
433 B
Plaintext
|
/* 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;
|
||
|
}
|