about.wxss 506 B

123456789101112131415161718192021222324252627282930
  1. .about-li{
  2. width: calc(100vw - 34rpx);
  3. height: 102rpx;
  4. display: flex;
  5. align-items: center;
  6. margin-right: 20rpx;
  7. position: relative;
  8. margin: 0 0 0 34rpx;
  9. border-bottom: 1rpx solid #E0DCD7;
  10. }
  11. .about-li text {
  12. margin: 0;
  13. background: none;
  14. text-align: left;
  15. padding: 0;
  16. line-height: 102rpx;
  17. font-size: 30rpx;
  18. color: #353535;
  19. font-weight: 400;
  20. font-weight: bold;
  21. font-size: 32rpx;
  22. }
  23. .about-li image.j {
  24. height: 22rpx;
  25. position: absolute;
  26. top: 40rpx;
  27. right: 34rpx;
  28. }