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.
|
- .customlist-item {
- padding: 20rpx 20rpx;
- border-bottom: 1rpx solid #ddd;
- background: #ffffff;
- position: relative;
- color: #8f8f94;
-
- &:first-child {
- border-top: 1rpx solid #ddd;
- }
-
- .customlist-item-field {
- padding-top: 4px;
-
- &:first-child {
- padding-top: 0;
- }
-
- .customlist-item-field-title {
- white-space: nowrap;
- color: #333333;
- }
- }
- }
|