index.wxss 797 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .clear {
  2. display: flex;
  3. flex-direction: row;
  4. justify-content: space-between;
  5. align-items: center;
  6. height: 76rpx;
  7. width: 100%;
  8. border-bottom: 1rpx solid rgba(221, 221, 221, 1);
  9. border-top: 1rpx solid rgba(242, 242, 242, 1);
  10. }
  11. .cleartip {
  12. font-size: 28rpx;
  13. font-family: SourceHanSansCN-Regular;
  14. font-weight: 400;
  15. color: rgba(34, 34, 34, 1);
  16. margin-left: 30rpx;
  17. }
  18. .jiantou {
  19. width: 17rpx;
  20. height: 29rpx;
  21. margin-right: 30rpx;
  22. }
  23. .about {
  24. display: flex;
  25. flex-direction: row;
  26. justify-content: space-between;
  27. align-items: center;
  28. height: 76rpx;
  29. width: 100%;
  30. border-bottom: 1rpx solid rgba(221, 221, 221, 1);
  31. }
  32. .aboutus {
  33. font-size: 28rpx;
  34. font-family: SourceHanSansCN-Regular;
  35. font-weight: 400;
  36. color: rgba(34, 34, 34, 1);
  37. margin-left: 30rpx;
  38. }