protocol.wxss 288 B

123456789101112131415161718
  1. .list-item {
  2. height: 100rpx;
  3. background: #fff;
  4. border-bottom: 0.1rpx solid #e4e4e4;
  5. display: flex;
  6. align-items: center;
  7. justify-content: space-between;
  8. padding: 0 20rpx;
  9. }
  10. .list-item span {
  11. font-size: 28rpx;
  12. }
  13. .list-item .icon-right {
  14. width: 12rpx;
  15. height: 22rpx;
  16. }