zero.wxss 665 B

123456789101112131415161718192021222324252627282930313233343536
  1. /* StepPage/pages/zero/zero.wxss */
  2. .content{
  3. position: absolute;
  4. left: 50%;
  5. top: 50%;
  6. transform: translate(-50%,-50%);
  7. width: 100%;
  8. }
  9. .item{
  10. display: flex;
  11. flex-wrap: wrap;
  12. }
  13. button{
  14. width: 45%;
  15. margin:40rpx 2.5%;
  16. background:-webkit-linear-gradient(top,rgb(255, 255, 255),rgb(231, 229, 229),rgb(192, 189, 189));
  17. border: none !important;
  18. }
  19. .btn1{
  20. color: #ffffff !important;
  21. }
  22. .btn2{
  23. color: black !important;
  24. }
  25. .footer_btn{
  26. position: absolute;
  27. bottom:40rpx;
  28. width: 100%;
  29. display: flex;
  30. }
  31. .bck{
  32. background-image: url('https://zh.qingyaokeji.com/bck.png');
  33. width: 100%;
  34. background-repeat: no-repeat;
  35. background-size: cover;
  36. }