aboutTOKTOK.wxss 834 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /* pages/aboutTOKTOK/aboutTOKTOK.wxss */
  2. .box{
  3. width: 750rpx;
  4. height: auto;
  5. position: relative;
  6. display: flex;
  7. flex-direction: column;
  8. align-items: center;
  9. }
  10. .box>image:nth-child(1){
  11. position: absolute;
  12. top: 0;
  13. width: 750rpx;
  14. height: 1624rpx;
  15. }
  16. .box>image:nth-child(2){
  17. position: absolute;
  18. top: 108rpx;
  19. left: 16rpx;
  20. width: 48rpx;
  21. height: 48rpx;
  22. }
  23. .box>image:nth-child(3){
  24. width: 262rpx;
  25. height: 46rpx;
  26. z-index: 999;
  27. margin: 144rpx auto 40rpx;
  28. }
  29. .con{
  30. width: 542rpx;
  31. height: 890rpx;
  32. padding: 46rpx 56rpx;
  33. background: #FFFFFF;
  34. border-radius: 8px;
  35. z-index: 999;
  36. font-size: 30rpx;
  37. font-family: PingFangSC-Regular, PingFang SC;
  38. font-weight: 400;
  39. color: rgba(0,0,0,0.87);
  40. line-height: 56rpx;
  41. white-space: pre-wrap;
  42. }
  43. .iplogo{
  44. width: 750rpx;
  45. height: 340rpx;
  46. z-index: 999;
  47. }