邃芒智像(Uniapp : WX、TT、H5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

36 lines
563 B

  1. .page {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. justify-content: center;
  6. padding: 20rpx;
  7. background-color: #fff;
  8. // min-height: 100vh;
  9. }
  10. // body {
  11. // background-color: #FFFFFF !important;
  12. // }
  13. view {
  14. box-sizing: border-box;
  15. }
  16. .imgContenBox {
  17. position: relative;
  18. image {
  19. position: absolute;
  20. top: 50%;
  21. left: 50%;
  22. transform: translate(-50%, -50%);
  23. }
  24. }
  25. // 主要文字颜色和图片颜色
  26. // .imgggg {
  27. // color: #4452d7;
  28. // }
  29. // .texttttt {
  30. // color: #8d43c9;
  31. // }