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.
49 lines
953 B
49 lines
953 B
.nine-list-001{
|
|
padding: 10rpx;
|
|
}
|
|
.nine-list-001-item{
|
|
background-color: #fff;
|
|
margin-bottom: 10rpx;
|
|
padding: 10rpx 30rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
.nine-list-001-item-view{
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 10rpx 0;
|
|
}
|
|
.nine-list-001-item-span-line{
|
|
display: block;
|
|
width: 5rpx;
|
|
height: 22rpx;
|
|
margin-right: 10rpx;
|
|
border-radius: 3rpx;
|
|
background-color: #5e96ff;
|
|
}
|
|
.nine-list-001-item-span-point{
|
|
display: block;
|
|
width: 10rpx;
|
|
height: 10rpx;
|
|
margin-right: 10rpx;
|
|
border-radius: 50%;
|
|
background-color: red;
|
|
}
|
|
.nine-list-001-item-input{
|
|
padding: 15rpx 10rpx;
|
|
width: calc(100% - 20rpx);
|
|
background-color: #f9f9f9;
|
|
border-radius: 10rpx;
|
|
margin: 5rpx 0;
|
|
}
|
|
.nine-list-001-item-textarea{
|
|
padding: 10rpx;
|
|
width: calc(100% - 20rpx);
|
|
white-space: pre-wrap;
|
|
background-color: #f9f9f9;
|
|
border-radius: 10rpx;
|
|
margin: 5rpx 0;
|
|
}
|
|
.nine-list-001-item-image-image{
|
|
width: 40rpx;
|
|
height: 30rpx;
|
|
}
|