Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- .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;
- }
- }
- }
|