index.wxss 554 B

1234567891011121314151617181920212223242526272829303132333435
  1. /* components/mineList/index.wxss */
  2. .list {
  3. height: 112rpx;
  4. display: flex;
  5. justify-content: space-between;
  6. align-items: center;
  7. padding: 0 28rpx;
  8. }
  9. .list .left {
  10. font-family: PingFangSC-Regular;
  11. font-size: 16px;
  12. color: #333333;
  13. letter-spacing: 0;
  14. }
  15. .list .right {
  16. display: flex;
  17. justify-content: space-between;
  18. }
  19. .list .right .icon{
  20. margin-left: 20rpx;
  21. }
  22. .list .right text {
  23. font-family: PingFangSC-Regular;
  24. font-size: 28rpx;
  25. color: #333333;
  26. letter-spacing: 0;
  27. }
  28. .list .right image{
  29. width: 12rpx;
  30. height: 24rpx;
  31. }