aboutUs.wxss 538 B

123456789101112131415161718192021222324252627
  1. /* pages/aboutUs/aboutUs.wxss */
  2. page{
  3. background-color: #F7F7F7;
  4. }
  5. .item-view{
  6. width: 750rpx;
  7. height: 112rpx;
  8. display: flex;
  9. flex-direction: row;
  10. align-items: center;
  11. background-color: #fff;
  12. }
  13. .item-view>text:nth-child(1){
  14. width: auto;
  15. height: 44rpx;
  16. font-size: 34rpx;
  17. font-family: PingFangSC-Regular, PingFang SC;
  18. font-weight: 400;
  19. color: rgba(0,0,0,0.87);
  20. line-height: 44rpx;
  21. margin: auto auto auto 32rpx;
  22. }
  23. .item-view>image:nth-child(2){
  24. width: 48rpx;
  25. height: 48rpx;
  26. margin: auto 16rpx auto auto;
  27. }