20 lines
369 B
Plaintext
20 lines
369 B
Plaintext
/* pages/approvalWarning/approvalWarning.wxss */
|
|
.query_list_wrap{
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 10rpx;
|
|
}
|
|
.search_title{
|
|
width: 100%;
|
|
height: 12vh;
|
|
}
|
|
.list_row{
|
|
box-sizing: border-box;
|
|
padding: 20rpx;
|
|
border-bottom: 1rpx solid silver;
|
|
}
|
|
.list_row_right{
|
|
margin-left: 10rpx;
|
|
font-size: 32rpx;
|
|
color: #575656;
|
|
} |