undefind.wxss 481 B

12345678910111213141516171819202122232425262728
  1. page{
  2. height: 100%;
  3. }
  4. .box{
  5. width: 100%;
  6. height: 100%;
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. background:rgba(238,238,238,1);
  11. }
  12. .box image{
  13. margin-bottom: 30rpx;
  14. margin-top: 45%;
  15. }
  16. .box text:nth-of-type(1){
  17. font-size:30rpx;
  18. font-family:PingFang SC;
  19. font-weight:500;
  20. color:rgba(77,77,77,1);
  21. }
  22. .box text:nth-of-type(2){
  23. font-size:22rpx;
  24. font-family:PingFang SC;
  25. font-weight:500;
  26. color:rgba(155,155,155,1);
  27. margin-top: 21rpx;
  28. }