repeat.wxss 410 B

1234567891011121314151617181920212223
  1. /* pages/repeat/repeat.wxss */
  2. .page-section{
  3. padding-left: 32rpx;
  4. }
  5. .page-section .list{
  6. height: 100rpx;
  7. display: flex;
  8. align-items: center;
  9. border-bottom: 1rpx solid #d8d8d8;
  10. position: relative;
  11. }
  12. .page-section .list text{
  13. font-size: 30epx;
  14. font-weight: 400;
  15. color: #353535;
  16. line-height: 42epx;
  17. }
  18. .page-section .list image{
  19. height: 28rpx;
  20. position: absolute;
  21. top: 36rpx;
  22. right: 32rpx;
  23. }