You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
294 B
20 lines
294 B
/* 标准行 */
|
|
.row{
|
|
min-height: 96rpx;
|
|
width: auto;
|
|
display: flex;
|
|
flex-direction: row;
|
|
background-color: #fff;
|
|
align-items: center;
|
|
padding-left:36rpx;
|
|
padding-right:36rpx;}
|
|
|
|
/* 字段、行标题 */
|
|
.field{
|
|
float: left;
|
|
}
|
|
.checkbox{
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
float: right;
|
|
}
|