about.wxss 534 B

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