lee-latter-list.wxss 745 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .latter-list-item {
  12. display: flex;
  13. }
  14. .latter-list-item:not(:last-child) {
  15. margin-bottom: 40rpx;
  16. }
  17. .latter-list-latter {
  18. width: 60rpx;
  19. font-size: 28rpx;
  20. color: #999;
  21. line-height: 60rpx;
  22. }
  23. .plist {
  24. flex: 1;
  25. width: 0;
  26. }
  27. .plist-item {
  28. height: 60rpx;
  29. line-height: 60rpx;
  30. display: flex;
  31. align-items: center;
  32. justify-content: space-between;
  33. }
  34. .plist-item:not(:last-child) {
  35. margin-bottom: 30rpx;
  36. }
  37. .plist-item.selected {
  38. color: #5dbc7c;
  39. }
  40. .plist-item:not(.selected) > .select-icon {
  41. display: none;
  42. }